Recherche avancée

Médias (91)

Autres articles (7)

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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (3196)

  • Revision ce819d74dc : Merge "Account for chroma component costs in RTC mode decision"

    4 février 2015, par Jingning Han

    Merge "Account for chroma component costs in RTC mode decision"

  • avcodec/dnxhd_parser : take into account compressed frame size and skip it

    20 mars 2017, par Paul B Mahol
    avcodec/dnxhd_parser : take into account compressed frame size and skip it
    

    Fixes #6214 and vsynth1-dnxhd-720p-hr-lb.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/dnxhd_parser.c
    • [DH] tests/ref/vsynth/vsynth1-dnxhd-720p-hr-lb
  • ffmpeg : set extra_hw_frames to account for frames held in queues

    25 février 2024, par Mark Thompson
    ffmpeg : set extra_hw_frames to account for frames held in queues
    

    Since e0da916b8f5b079a4865eef7f64863f50785463d the ffmpeg utility has
    held multiple frames output by the decoder in internal queues without
    telling the decoder that it is going to do so. When the decoder has a
    fixed-size pool of frames (common in some hardware APIs where the output
    frames must be stored as an array texture) this could lead to the pool
    being exhausted and the decoder getting stuck. Fix this by telling the
    decoder to allocate additional frames according to the queue size.

    • [DH] fftools/ffmpeg_dec.c
    • [DH] fftools/ffmpeg_sched.c
    • [DH] fftools/ffmpeg_sched.h