Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (63)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (10184)

  • doc/filters/libplacebo : add vaapi interop example

    22 avril 2023, par Niklas Haas
    doc/filters/libplacebo : add vaapi interop example
    

    Some testing revealed this to be a very efficient and reliable method of
    ingesting GPU frames into libplacebo, so it's a good idea to give as an
    example.

    • [DH] doc/filters.texi
  • mov : do not set avg_frame_rate in the demuxer

    16 janvier 2014, par Justin Ruggles
    mov : do not set avg_frame_rate in the demuxer
    

    The track duration is often not reliable or is not the duration
    represented by the number of frames. In those cases, avg_frame_rate
    was reported incorrectly. Removing this code falls back to the
    default calculation in avformat_find_stream_info().

    This is a partial revert of commit c3aeaa540.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavformat/mov.c
  • avcodec/hevc_mp4toannexb : more validations for nalu_len

    9 février 2024, par Nuo Mi
    avcodec/hevc_mp4toannexb : more validations for nalu_len
    

    For a corrupted stream, the value of nalu_len read from the extradata is not reliable.
    We need to perform additional checks

    • [DH] libavcodec/bsf/hevc_mp4toannexb.c