
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (96)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (7171)
-
Revision 4e73e4bf93 : Test loopfilters with count=2 The following functions use the count parameter t
2 avril 2015, par Ed BakerChanged Paths :
Modify /test/lpf_8_test.cc
Test loopfilters with count=2The following functions use the count parameter to either loop or select
dedicated paths :
vp9_lpf_horizontal_16_c
vp9_lpf_horizontal_16_sse2
vp9_lpf_horizontal_16_avx2
vp9_lpf_horizontal_16_neon
vp9_highbd_lpf_horizontal_16_c
vp9_highbd_lpf_horizontal_16_sse2Change-Id : I7abfd2cb30baa292b4ebe11c847968481103c037
-
avcodec/flacenc : also count wasted bits in subframe_count_exact()
20 avril 2015, par Michael Niedermayer -
ffmpeg frame number or timecode overlay error ; need to reset frame count
14 juillet 2015, par Samuel MehrI’ve got timecode or frame number overlays as per other posts here, but I’m converting videos from AVCHD 59.94fps to H.264 30fps, and the timecode/frameN overlay is keeping the original values. So as I play the new video, the frames are labeled 1,3,5,7, ... but the video plays at normal speed. Is there an option to reset the frame count to the output video’s framerate ?
thanks !
ffmpeg -i in.mov -c:v libx264 -r 30 -s 1280x720 -b:v 5400 -vf "drawtext=fontsize=24:fontfile=FONTHERE.otf: timecode='00\:00\:00\:00': r=30: x=(w-tw)/2: y=h-(2*lh): fontcolor=white: box=1: boxcolor=0x00000099" testtest.mp4