Recherche avancée

Médias (91)

Autres articles (67)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

Sur d’autres sites (9511)

  • ffmpeg : need for speed

    21 juillet 2012, par roufamatic

    I am using ffmpeg to convert a set of images (bmps) with an audio track into Web ready video. Target formats are h.264 mp4, webm and flv.
    This is on a Windows Azure extra-large instance (8 proc) using the prebuilt zeranoe static builds ( http://ffmpeg.zeranoe.com/builds/).

    Suppose I'm willing to sacrifice quality and size for raw speed. What options for each format will yield the quickest result ?

    My "baseline" command looks like this (swap the extension for the other formats) :

    ffmpeg -y -i frames%5d.bmp -i audio.mp3 -r 23.97 out.mp4

    I can change the inputs to other formats if needed (jpg images, aac audio, etc).

  • Revision 336ca9a43a : Merge "keyframe_test : use a fixed speed step for realtime"

    8 août 2012, par John Koleszar

    Changed Paths : Modify /test/encode_test_driver.h Merge "keyframe_test : use a fixed speed step for realtime"

  • Revision 606ac45b2f : keyframe_test : use a fixed speed step for realtime The lower complexity modes m

    11 juillet 2012, par John Koleszar

    Changed Paths : Modify /test/encode_test_driver.cc Modify /test/encode_test_driver.h Modify /test/keyframe_test.cc keyframe_test : use a fixed speed step for realtime The lower complexity modes may not generate a keyframe automatically. This behavior was found when running under Valgrind, as the (...)