Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (32)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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

Sur d’autres sites (8663)

  • Revision ffa06b3708 : Prevent severe rate control errors in CBR mode In rare cases, the interaction b

    18 novembre 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h



    Prevent severe rate control errors in CBR mode

    In rare cases, the interaction between rate correction factor and Q
    choices may cause severe oscillating frame sizes that are way off
    target bandwidth. This commit adds tracking of rate control results
    for last two frames, and use the information to prevent oscillating
    Q choices.

    Change-Id : I9a6d125a15652b9bcac0e1fec6d7a1aedc4ed97e

  • avformat/rtsp : correctly set media control uri with mpegts

    11 octobre 2020, par tpol
    avformat/rtsp : correctly set media control uri with mpegts
    

    Fixes #1941

    Currently the media control uri is not correctly assigned when mpegts is
    signalled in the media description.

    The code checks whether at least one AVStream has been setup before
    assigning to the media's uri. With mpegts the AVStreams are setup when
    parsing packets and so the media's uri is skipped. This is fixed by
    using rt->nb_rtsp_streams in the check which counts all medias in the
    sdp.

    Reviewed-by : Andriy Gelman <andriy.gelman@gmail.com>
    Signed-off-by : Andriy Gelman <andriy.gelman@gmail.com>

    • [DH] libavformat/rtsp.c
  • avcodec/dynamic_hdr_vivid : fix base_enable_flag control

    17 mars 2023, par Zhao Zhili
    avcodec/dynamic_hdr_vivid : fix base_enable_flag control
    

    The base_enable_flag is parallel to three_Spline_enable_flag. The
    typesetting of the specification is very misleading.

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

    • [DH] libavcodec/dynamic_hdr_vivid.c