Extracting sections of an MPG movie
14 Apr
2009
14 Apr
'09
10:46 p.m.
Hi Tim, You can't cut at arbitrary points in a mpg file. Cutting can be done on I-Frames/Keyframes. In PAL-land, where I live it mostly is every 12th frame. To solve the problem, first convert the original to an all-i-frames.mpg with ffmpeg -i source -acodec copy -vcodec mpeg2video -sameq -intra all-i-frames.mpg After that you can 'start' and 'end' where ever you like.
6325
Age (days ago)
6325
Last active (days ago)
0 comments
1 participants
participants (1)
-
belcampo@zonnet.nl