Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (29)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (7449)

  • 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