Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (46)

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

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (6258)

  • Added "JavaScript Canvas to Blob" to the requirements listing.

    11 février 2012, par Sebastian Tschan

    m README.md Added "JavaScript Canvas to Blob" to the requirements listing.

  • FFMPEG : Output video is running faster than input (canvas)

    19 juin 2015, par Abhinav

    I am trying to record a HTML5 canvas animation using PhantomJS + FFMPEG.

    runner.js

    var page = require('webpage').create();
    page.viewportSize = { width: 640, height: 480 };

    page.open('file:///Users/abhi/Documents/TJDev/Canvas/TJCanvasTheme2/index.html', function () {
     setInterval(function() {
       page.render('/dev/stdout', { format: "png" });
     }, 25);
    });

    But the output video is coming way faster than the actual animation. I have tried to vary the frame per second rate, but could not get desired results.

    I might be using some wrong parameters/flags I guess.

    phantomjs runner.js | ffmpeg -y -c:v png -f image2pipe -r 25 -t 10  -i - -c:v libx264 -pix_fmt yuv420p -movflags +faststart test11.mp4

    Question :
    Frame rate is how many frames are captured per second. So it should only contribute to the quality of the output video and not to its speed ?

    Can anyone help me to figure out this.

  • avcodec/roqvideoenc : More verbose warning about no power of 2 dimensions

    9 juillet 2014, par Michael Niedermayer
    avcodec/roqvideoenc : More verbose warning about no power of 2 dimensions
    

    Thanks-to : Vitor Sessak <vitor1001@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/roqvideoenc.c