Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (37)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • libavcodec/libsvtav1 : Allow -1 for preset option

    10 mai 2023, par Christopher Degawa
    libavcodec/libsvtav1 : Allow -1 for preset option
    

    Currently, the -1 (MR) preset is disallowed as it's taken as the preset
    option not set, and the only way to access it was through svtav1-params.

    Signed-off-by : Christopher Degawa <ccom@randomderp.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/libsvtav1.c
  • libopenh264enc : Added max_nal_size option

    8 octobre 2015, par Mario Gasparoni
    libopenh264enc : Added max_nal_size option
    

    Also added dynamic slice_mode option, needed for the max_nal_size.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/libopenh264enc.c
  • FFmpeg benchmark option

    12 septembre 2019, par chronosynclastic

    FFmpeg allows measuring CPU and wall-clock times using the -benchmark option. It gives e.g. an output like this :
    bench: utime=0.689s stime=1.350s rtime=4.036s.

    Does the value rtime contain also the file reading and writing times ? If yes, is there a way to measure solely the encoding time ?