Recherche avancée

Médias (91)

Autres articles (87)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (5507)

  • fate/oggvorbis : Fix tests after fixing AV_PKT_DATA_SKIP_SAMPLES

    10 juillet 2021, par Guangyu Sun
    fate/oggvorbis : Fix tests after fixing AV_PKT_DATA_SKIP_SAMPLES
    

    After fixing AV_PKT_DATA_SKIP_SAMPLES for reading vorbis packets from ogg,
    the actual decoded samples become fewer. Three fate tests are failing :

    fate-vorbis-20 :
    The samples in 6.ogg are not frame aligned. 6.pcm file was generated by
    ffmpeg before the fix. After the fix, the decoded pcm file does not match
    anymore. Ideally the ref file 6.pcm should be updated but it is probably
    not worth it including another copy of the same file, only smaller.
    SIZE_TOLERANCE is added for this test case.

    fate-webm-dash-chapters :
    The original vorbis_chapter_extension_demo.ogg is transmuxed to dash-webm.
    The ref file webm-dash-chapters needs to be updated.

    fate-vorbis-encode :
    This exposes another bug in the vorbis encoder that initial_padding is not
    correctly set. It is fixed in the previous patch.

    Signed-off-by : Guangyu Sun <gsun@roblox.com>

    • [DH] tests/fate/vorbis.mak
    • [DH] tests/ref/fate/webm-dash-chapters
  • webmdashenc : Add minimumUpdatePeriod

    22 avril 2015, par Vignesh Venkatasubramanian
    webmdashenc : Add minimumUpdatePeriod
    

    DASH spec requires the presence of either duration of the period
    or the minimumUpdatePeriod element. This patch adds the
    minimumUpdatePeriod element hardcoded with the value 0 as the
    manifest will never be updated for WebM DASH Live streams. Also
    updating the fate test reference file.

    Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/webmdashenc.c
    • [DH] tests/ref/fate/webm-dash-manifest-live
  • lavf/webm_dash : fix hardcode in cues_end computation

    1er octobre 2014, par Vignesh Venkatasubramanian
    lavf/webm_dash : fix hardcode in cues_end computation
    

    Fix an incorrect hard code in cues_end computation. Updating the fate
    test reference files related to the fix as well. The earlier computation
    was clearly wrong as the cues_end field was greater than the file size
    itself in some cases.

    Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/matroskadec.c
    • [DH] tests/ref/fate/webm-dash-manifest
    • [DH] tests/ref/fate/webm-dash-manifest-unaligned-audio-streams
    • [DH] tests/ref/fate/webm-dash-manifest-unaligned-video-streams