
Recherche avancée
Autres articles (99)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.
Sur d’autres sites (11172)
-
FFmpeg returns negative PTS and DTS for first non key frame
18 février 2020, par Olga PshenichnikovaWe have some envelope of FFmpeg, that processes the video.
The tree first frames of video are : B -> B -> I as shown below :PTS and DTS returns negative for first frame :
We have some code, that skips the frames that are below some timepoint (0 for first frame).
Is it possible to ask FFmpeg to start from first frame and not from first I frame ? -
avcodec/cbs_av1 : also store a pointer to the start of the tile group data
19 mars, par James Almeravcodec/cbs_av1 : also store a pointer to the start of the tile group data
This will be useful a following commit, where the offset of the Tile Group
inside a Frame OBU needs to be known.Signed-off-by : James Almer <jamrial@gmail.com>
-
avutil/xtea : add Doxy @file and group
2 novembre 2013, par Timothy Gu