Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • 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 (...)

Sur d’autres sites (12042)

  • How to split a video into individual encoded frames ?

    23 mai 2015, par Asik

    Source video is H264 in an mp4 container, I’m trying to split it into individual encoded frames. I tried with the following command line :

    ffmpeg -i "input.mp4" -f image2 "%d.h264"

    But that creates jpegs with the extension "h264", rather than actual H.264 frames.

  • Extract individual frames as a buffer from a video

    30 août 2022, par mgo

    I'm trying to process a video using tensorflow in node.js (i.e. on the server - I don't have a web page). I need to process each frame in the video individually. I see some people are using ffmpeg to generate individual image files from the video but that seems wasteful as it creates files on the filesystem. I would prefer to grab each frame as a base64 string in memory. I've got this working using OpenCV4Node but am wondering if there are any lighter weight solutions. Is anyone already doing this ? Any help would be appreciated :-)

    


  • Merge commit ’35c6ce76b107225a19eb33aea38857d2405882af’

    23 février 2015, par Michael Niedermayer
    Merge commit ’35c6ce76b107225a19eb33aea38857d2405882af’
    

    * commit ’35c6ce76b107225a19eb33aea38857d2405882af’ :
    Canopus HQX decoder

    Conflicts :
    Changelog
    libavcodec/avcodec.h
    libavcodec/version.h
    tests/fate/video.mak

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

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/hqx.c
    • [DH] libavcodec/hqx.h
    • [DH] libavcodec/hqxvlc.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/riff.c
    • [DH] tests/fate/video.mak
    • [DH] tests/ref/fate/canopus-hqx422
    • [DH] tests/ref/fate/canopus-hqx422a