Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (16)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (6195)

  • ffmpeg duplicates first frame

    6 mars 2016, par user1605871

    When I create a video from series of images, it always duplicates the first frame several times, even when I choose a framerate, which is a multiple of the number of images. This is for a folder with 290 frames. Does anyone know how to fix this ? I’ve tried several things, for hours.

    Command is like this :

    $cmd5 = 'cat Folder/*.jpg | ffmpeg -f image2pipe -vcodec mjpeg -framerate 290/10 -i - -vcodec libx264 -vf \'scale=trunc(iw/2)*2:trunc(ih/2)*2\' Folder/out.mp4';
  • Is there any way to concatinate multiple video and audio streams with offset ?

    17 avril 2019, par Demchenko Oleg

    I am sory for my english, it is not my mother language. My issue related to ffmpeg concatenation of audio and video streams. There are multiple audio and video streams which were recorded by online chat. All of them have start and end time points. If user turned off a micro or camera then audio and video streams wouldn’t be matched. How can I align all streams in one time series ? Can I add some white noise to separate the two videos ? Similar with audio.

  • Revision 2584a5e5e5 : Add cheap show-buffer operation Adds the ability to have the decoder show one o

    3 octobre 2012, par John Koleszar

    Changed Paths :
     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c



    Add cheap show-buffer operation

    Adds the ability to have the decoder show one of the existing reference
    frames directly, without having to code it indirectly as a series of
    skip blocks.

    Change-Id : Ib6c26c5f6a8709863cf304ab890db8559687d25e