
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#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
Autres articles (86)
-
Les sons
15 mai 2013, par -
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...) -
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 (7183)
-
Revision 14ff1cb74a : Fix high bit-depth loop-filter sse2 compiling issue - part 2 Change-Id : I6728b6
24 février 2015, par Jingning HanChanged Paths :
Modify /vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c
Fix high bit-depth loop-filter sse2 compiling issue - part 2Change-Id : I6728b69bb3dff1daa64ff7142f691e80a089f1c4
-
Revision 5b87f1bb5a : Fix high bit-depth loop-filter sse2 compiling issue - part 4 Change-Id : I39f56f
24 février 2015, par Jingning HanChanged Paths :
Modify /vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c
Fix high bit-depth loop-filter sse2 compiling issue - part 4Change-Id : I39f56f60425836f2e1ec07da71edd4810a4c78bb
-
When extracting a part of a video with ffmpeg, without reencoding, the output is choppy [closed]
13 juillet 2024, par BasjI extract the part 00:02:00.000 to 00:03:30.000 of a video with
ffmpeg
:

ffmpeg -i input.mp4 -ss 120 -t 90 -vcodec copy -acodec copy output.mp4



It works but the output video is jerky/choppy, i.e. not really smooth/fluid. Why ?


The only log I have is :


[mp4 @ 000000000041c700] track 1: codec frame size is not set
[mp4 @ 000000000041c700] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
[mp4 @ 000000000041c700] pts has no value
 Last message repeated 7894 times



But when watching the original video and navigating to
00:02:00.000
, the video is perfectly fluid/smooth. How to fix this ?