Recherche avancée

Médias (91)

Autres articles (24)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (2188)

  • Can you make fluent-ffmpeg use a copy of ffmpeg running inside a Docker container ?

    1er septembre 2020, par Bdyce

    I have some nodejs code in a folder on a host machine that has an npm module that requires an environment variable to be set in order to utilize an executable called FFmpeg. I have a containerized FFmpeg along with its dependencies for development purposes and am now wondering how I am able to specify the path to the FFmpeg executable from the host machine in order for this npm module to function correctly.

    


    I have the idea to use a docker volume that exposes the executable from the container onto the host and then to set the environment variable using that path but I'm not sure if this will work.

    


    Some notes from the module's docs.

    


    


    If the FFMPEG_PATH environment variable is set, fluent-ffmpeg will use it as the full path to the ffmpeg executable. Otherwise, it will attempt to call ffmpeg directly (so it should be in your PATH). You must also have ffprobe installed (it comes with ffmpeg in most distributions). Similarly, fluent-ffmpeg will use the FFPROBE_PATH environment variable if it is set, otherwise it will attempt to call it in the PATH.

    


    


  • AForge.NET ffmpeg codec open error on Windows

    5 octobre 2017, par MTsuchi

    I often get the below ffmpeg codec open error while I run the WPF application that I create using AForge.NET. I need to save videos from a few USB cameras simultaneously through multiple threads. I get the error after I record videos several times. If anyone had solved a similar issue and gave me some ideas to solve, I would appreciate it.

    Stack Trace

    AForge.Video.VideoException - Cannot open video codec.
    at AForge.Video.FFMPEG.?A0xfb175571.open_video(WriterPrivateData data) in c :\projects\aforge.net\sources\video.ffmpeg\videofilewriter.cpp:line 459
    at AForge.Video.FFMPEG.VideoFileWriter.Open(String fileName, Int32 width, Int32 height, Int32 frameRate, VideoCodec codec, Int32 bitRate) in c :\projects\aforge.net\sources\video.ffmpeg\videofilewriter.cpp:line 159

    My environment

    • Machine : Window 10 64bit
    • Build Machine : Windows 8.1 64bit
    • IDE : Visual Studio 2012
    • Language : C#
    • .NET version : 4.6.2
    • ffmpeg version : AForge.NET Framework 2.2.5 (ffmpeg LGPL Ver.)
      https://aforgeffmpeg.codeplex.com/
    • Codec : WMV2

    Thanks in advance.

  • FMS FLV (Speex) to mp3/mp4/acc/wav

    26 novembre 2013, par tkcsam

    I'm trying to decode an FLV's audio to a playable format. I attempted to use this SO post : FMS FLV to mp3.. as an example, but my FLV is encoded in Speex.

    I have compiled ffmpeg with —enable-libspeex on a Fedora 15 machine.

    I believe this can be done with ffmpeg but I'm having a hard time figuring out how to do it.

    Any thoughts ? Thanks