Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (57)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (3969)

  • avformat/mov : fix missing extra data updating

    29 mars 2022, par Zhao Zhili
    avformat/mov : fix missing extra data updating
    

    The stsc_index is checked and updated for the next sample. If the
    next sample needs to update stsd_index and stsc_index, then only
    stsc_index is updated, which leads to a missing
    AV_PKT_DATA_NEW_EXTRADATA. For example, the sample in the second
    chunk needs to update both.

    entry[0]
    first_chunk = 1
    samples_per_chunk = 3
    sample_description_index = 1
    entry[1]
    first_chunk = 2
    samples_per_chunk = 1
    sample_description_index = 2
    entry[2]
    first_chunk = 3
    samples_per_chunk = 8
    sample_description_index = 2

    The fix is simple : first check and update stsd_index for current
    sample, then check and update stsc_index for the next.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavformat/mov.c
  • libavformat/rtsp : pkt_size option is not honored in rtsp

    6 avril 2022, par Yubo Xie
    libavformat/rtsp : pkt_size option is not honored in rtsp
    

    Signed-off-by : xyb <xyb@xyb.name>
    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavformat/rtsp.c
    • [DH] libavformat/rtsp.h
    • [DH] libavformat/rtspenc.c
  • MAINTAINERS : add myself as maintainer for libsrt protocol

    25 mars 2022, par Zhao Zhili
    MAINTAINERS : add myself as maintainer for libsrt protocol
    

    Reviewed-by : Steven Liu <lq@chinaffmpeg.org>
    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Zhao Zhili <quinkblack@foxmail.com>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] MAINTAINERS