
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (42)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne 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, parThis page lists some websites based on MediaSPIP.
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (5031)
-
ffmpeg_opt : Add -start_at_zero option.
21 octobre 2014, par Rodger Combs -
ffmpeg_opt : Delete duplicate “hwaccel_output_format” option.
24 juin 2016, par Jun Zhao -
lavc/libopenh264enc : Add coder option to replace cabac
6 mai 2020, par Linjie Fulavc/libopenh264enc : Add coder option to replace cabac
Set DEPRECATED flag to option cabac, replace with coder. The
priority logic is :
1. s->coder ; then
2. avctx->coder_type ; then
3. s->cabac.Change the default option to -1 and allow the default cabac to be
determined by profile.Add FF_API_OPENH264_CABAC macro for cabac to remove this option after
LIBAVCODEC_VERSION_MAJOR = 59.Reviewed-by : Martin Storsjö <martin@martin.st>
Signed-off-by : Linjie Fu <linjie.fu@intel.com>