Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (87)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

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

Sur d’autres sites (5120)

  • How does the dataflow look like in case of using ffmpeg and ffserver ?

    6 mai 2015, par randomuser1

    I can capture the camera image by ffmpeg and send it to ffserver, but what happens next with the data ? Can I collect it on the other site with some other client that uses ffmpeg (e.g. some c# wrapper for it) ? If so - how exactly does the data look like and how can I present it to the final user ? Can I just display the data on display port ? Or is there some other controller for that ?
    Thanks !

  • Revision 18078 : Warn, instead of asserting, when a stream has nothing to index. This ...

    4 septembre 2011, par oggk — Log

    Warn, instead of asserting, when a stream has nothing to index.
    This can happen when encoding part of a video with subtitles,
    if no subtitles are present in the encoded segment.

  • mov : Support default-base-is-moof.

    1er juillet 2014, par Yusuke Nakamura
    mov : Support default-base-is-moof.
    

    default-base-is-moof shall be set to track fragments compatible with DASH
    Media Segments. So, this is a fundamental support for ISOBMFF ver. DASH.
    This is meaningful only when base-data-offset-present is absent and two or
    more track fragments are present in a movie fragment.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/isom.h
    • [DBH] libavformat/mov.c