Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (44)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

Sur d’autres sites (8031)

  • Start service with start-stop-daemon on Ubuntu 16.04 with timeout

    26 février 2018, par Topper

    I have /etc/init.d/stream proces with start/stop/restart options.
    It’s run ffmpeg with daemon options taken from /etc/default/stream DAEMON_OPTIONS.
    Start at background (-b) crate pid (/var/run/stream/stream.pid) etc.

    How could I add timeout 60 seconds to be sure that stream will be forcebly stopped if exceed 60 sek. timeout ?

    Can’t run "—exec timeout 60 ffmpeg" because service runs only timeout command.

    I’m I missing something or try to use wrong command ?

  • Fixed race condition when cancelling the second file selection.

    8 juillet 2015, par blueimp
    Fixed race condition when cancelling the second file selection.
    This bug occurred with the settings replaceFileInput : false, forceIframeTransport : true.
    Thanks @nkovacs for the report.
    Closes #3406.
  • Fixed race condition when cancelling the second file selection.

    8 juillet 2015, par blueimp
    Fixed race condition when cancelling the second file selection.