
Recherche avancée
Médias (33)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (31)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Participer à sa documentation
10 avril 2011La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
Pour ce faire, vous pouvez vous inscrire sur (...) -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (6420)
-
Why am I unable to scale a 4-second 60 fps clip down to exactly 1 second ?
20 mai 2018, par joeycatoI’m currently using the setpts filter to speed up or slow down different clips and accuracy is very important to me ( context : I’m concatenating these into a final clip that needs to be perfectly in sync with a separate video.) I’ve been using this as a general approach :
setpts=(targetDuration/totalFrameCount)*N/TB" -r targetDuration/totalFrameCount
While it’s fairly accurate most of the time, I’m wondering if I can get better results. For example, if I attempt to scale a 4-second 60fps clip down to exactly 1 second, i.e. :
ffmpeg -y -i clip_4sec.avi -filter:v "setpts=(1/240)*N/TB" -r 240/1 clip_4sec_scaled_to_1sec.avi
I actually end up with a 992ms clip. Does anyone know why this happening ? From my understanding, as long as the target duration is a multiple of frame duration ( 1/60 seconds ) this shouldn’t be an issue, correct ?
Is there a better approach I can take to improve the accuracy ?
Note : FWIW I already double-checked that the input clip has an actual frame count of 240
-
Revision 01a3bd67d8 : Fix an issue in set_refs() Scale factor for second ref frame wasn't assigned in
9 avril 2013, par Yunqing WangChanged Paths : Modify /vp9/decoder/vp9_decodframe.c Fix an issue in set_refs() Scale factor for second ref frame wasn't assigned in the code. Change-Id : I6ef3f3f71bd652a879ad847369c54c744782ea37
-
doc/filters : Document missing options for scale in/out color matrix
5 juillet 2019, par Jun Zhao