Recherche avancée

Médias (91)

Autres articles (57)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8188)

  • Generate image from a swf file issue

    24 avril 2013, par Rouge

    I am trying to generate first frame of a swf as a thumbnail image so the user can see it before they open the swf file.

    1.Using FFMpeg

    ffmpeg -i movie.swf -f image2 -vcodec png movie%d.png

    using command line with ffmpeg to generate images. the above command will
    give me errors saying

    [swf @ 0x17937a0] Compressed SWF format not supported
    

    2.Using swftools

    Their website provide a tar file to download however, I only have the command line access in the server so I won't be able to install the tools.

    I need to use server side technology because I have hundreds of swf files.

  • MAINTAINERS : add Communication section

    6 octobre 2013, par Lou Logan
    MAINTAINERS : add Communication section
    

    Add Twitter with myself (Lou Logan) as maintainer.

    Add Google+ with Paul B Mahol, Michael Niedermayer, and Alexander
    Strasser as maintainers.

    Move website and mailinglists from Miscellaneous Areas to
    Communication.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] MAINTAINERS
  • FFmpeg codec on Ubuntu (Missing argument for option 'i')

    9 juillet 2018, par Torsten Högel

    I installed on my Ubuntu (Plesk) Server for one Website FFmpeg normally with no error. But now after executing ffmpeg it shows me everything, but after executing ffmpeg -i my server responds with

    Missing argument for option ’i’

    https://prnt.sc/k47h2g

    I haven’t found anything about this especially...

    Best Regards