Recherche avancée

Médias (91)

Autres articles (68)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (6161)

  • Evolution #4816 : Déplacer la lib de menu déroulant dans le core

    6 juillet 2021

    Dans les autres libs possiblement déplaçables :

    - statistiques/lib/luxon (dates & times) https://moment.github.io/luxon/

  • lavf/jacosubdec : compute subtitle duration correctly

    19 février 2019, par Adam Sampson
    lavf/jacosubdec : compute subtitle duration correctly
    

    When a JACOsub subtitle has two timestamps, they represent its start and
    end times (http://unicorn.us.com/jacosub/jscripts.html#l_times) ; the
    duration is the difference between the two, not the sum of the two.

    The subtitle end times in the FATE test for this were wrong as a result ;
    fix them too. (This test is based on JACOsub's demo.txt, and the end
    time computed for the last line using @ now matches what the comments
    there say it should be.)

    Also tested in practice using MPV, a LaserDisc, and some authentic 1993
    JACOsub files.

    Signed-off-by : Adam Sampson <ats@offog.org>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/jacosubdec.c
    • [DH] tests/ref/fate/sub-jacosub
  • ffmpeg vs mencoder

    2 février 2013, par Jonah Braun

    I'm doing a bunch of video encoding for a variety of devices and platforms. I've bounced back and forth a few times between mencoder and ffmpeg. Which do you recommend and why ?

    Side question : From googling it seems that mencoder uses ffmpeg. Does it do this all the time or only when it deems necessary ?