Recherche avancée

Médias (91)

Autres articles (73)

  • 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

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

Sur d’autres sites (9590)

  • ffmpeg : refactor post-decoding steps for subtitles into a function

    13 décembre 2021, par Jan Ekström
    ffmpeg : refactor post-decoding steps for subtitles into a function
    

    This enables us to later call this when generating additional
    subtitles for splitting purposes.

    Co-authored-by : Andrzej Nadachowski <andrzej.nadachowski@24i.com>

    Signed-off-by : Jan Ekström <jan.ekstrom@24i.com>

    • [DH] fftools/ffmpeg.c
  • Revision 0261fb4c4f : vp9 : fix segfault w/corrupt data post frame-parallel merge cm->frame_bufs[].idx

    4 février 2015, par James Zern

    Changed Paths :
     Modify /test/invalid_file_test.cc


     Modify /test/test-data.mk


     Modify /test/test-data.sha1


     Modify /vp9/decoder/vp9_decoder.c



    vp9 : fix segfault w/corrupt data post frame-parallel merge

    cm->frame_bufs[].idx values were made consistent in :
    61c5e94 Use -1 consistently as invalid buffer idx
    update the initialization in swap_frame_buffers() to match.
    additionally :
    - remove some shadowed variables in the former and marked them volatile

    Change-Id : Ie3f9636c405bd822112bb56bd22d28024ae98909

  • http: Properly handle chunked transfer-encoding for replies to post data

    17 juin 2012, par Martin Storsjö

    http: Properly handle chunked transfer-encoding for replies to post data