Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (29)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

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

  • ffmpeg mac pro 2013 fireproD500 GPU enconding

    22 mars 2020, par fdroid

    I’m trying to encode video on a mac pro late 2013 with dual amd fireproD500, but everytime I try to use h264_videotoolbox or h265_videotoolbox the message appears : the hardware is not compatible or is busy, use allow_sw 1.

    Is for sure the is not compatible ? is there any workaround ? Once sw uses software which is by far slowly.

    I appreciate your time.

  • Revision 596da90a5e : Updated copyright notices to 2013.

    5 janvier 2013, par Marc Noirot

    Changed Paths :
     Modify /man/flvmeta.1.md


     Modify /src/amf.c


     Modify /src/amf.h


     Modify /src/avc.c


     Modify /src/avc.h


     Modify /src/check.c


     Modify /src/check.h


     Modify /src/compat/win32_tmpfile.c


     Modify /src/compat/win32_tmpfile.h


     Modify /src/dump.c


     Modify /src/dump.h


     Modify /src/dump_json.c


     Modify /src/dump_json.h


     Modify /src/dump_raw.c


     Modify /src/dump_raw.h


     Modify /src/dump_xml.c


     Modify /src/dump_xml.h


     Modify /src/dump_yaml.c


     Modify /src/dump_yaml.h


     Modify /src/flv.c


     Modify /src/flv.h


     Modify /src/flvmeta.c


     Modify /src/flvmeta.h


     Modify /src/info.c


     Modify /src/info.h


     Modify /src/json.c


     Modify /src/json.h


     Modify /src/types.c


     Modify /src/types.h


     Modify /src/update.c


     Modify /src/update.h


     Modify /src/util.c


     Modify /src/util.h



    Updated copyright notices to 2013.

  • Building opencv_ffmpeg_64.dll with Visual Studio 2013

    18 janvier 2016, par baxit

    Im trying to get opencv 2.4 to work with ffmpeg in visual studio 2013 (x64)

    I have to use a specific custom built version of ffmpeg 2.8.4 (LGPL only, static linkage, ...)

    Im trying to get OpenCV 2.4 to run with my version of ffmpeg.
    Building opencv itself using Cmake is no problem at all.

    Anyhow there is no build support for the ffmpeg-plugin
    in

    OpenCV-2.4.11\opencv\sources\3rdparty\ffmpeg

    is just a script called make.bat
    This seems to be a relatively simple build-script supporting only mingw.
    Unfortunately i failed to translate this to usable build-instructions for visual-studio or cl.exe

    Has anyone succeeded to build the opencv_ffmpeg_64.dll using Visual Studio ?