
Recherche avancée
Médias (3)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (86)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (15700)
-
ffmpeg/qsv : fix QSV-accelerated transcode performance drop issue.
11 août 2016, par Jun Zhaoffmpeg/qsv : fix QSV-accelerated transcode performance drop issue.
the merge commit 1b04ea1 "avconv : create simple filtergraphs earlier"
will init the filtergraphs earlier, then init the QSV transcode can’t
suppose the nb_filters’s value, else lead to the QSV transcode performance
drop.Signed-off-by : Jun Zhao <mypopydev@gmail.com>
Reviewed-by : Ivan Uskov <ivan.uskov@nablet.com
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
ffmpeg - Specifying timecode for a video in drop frame rate
21 février 2018, par user2808584I want to create a copy of an existing video.mxf and give it a new starting timecode. This timecode is drop frame rate, and at 59.94fps (the same as in video.mxf). I know that this means that the first four frames (00, 01, 02, 03) are skipped in drop frame rate, at the start of every minute that is not a multiple of 10. I run
ffmpeg -i video.MXF -metadata timecode=00:08:00;04 -codec copy video_newTC.MXF
While ffmpeg executes this, there is a "timecode" entry that says "00:08:00 ;04". I then run :
ffprobe video_newTC.MXF
and the "timecode" entry says "00:08:00 ;20".
It seems that for every full minute in the specified timecode, ffmpeg adds an additional 2 frames to whatever I specify (I could understand 4 frames, since 00->03 are skipped...). If the timecode that ffmpeg calculates passes the full-minute mark, an additional 2 frames are added. E.g. specifying the timecode as "00:07:59 ;59" results in ffmpeg giving video_newTC a starting timecode of "00:08:00 ;17" (59 + 16 + 2). Can anyone shed some light on what ffmpeg is doing ?
-
ffserver : drop unneeded branching
25 septembre 2015, par Reynaldo H. Verdejo Pinochet