[MPlayer-dev-eng] [PATCH] Multiple files for MEncoder
D Richard Felker III
dalias at aerifal.cx
Fri Feb 25 17:18:34 CET 2005
On Fri, Feb 25, 2005 at 03:49:02PM +0100, Matthias Schwarzott wrote:
> mencoder -jumptoframe 1500 -totframes 2500 1.avi 2.avi 3.avi
>
> should start encoding at frame 1500 which is frame 500 in 2.avi and encode
> 2500 frames from this point, meaning up to frame 1000 in 3.avi.
arrg, how hard is it to understand?!?!
there is no such thing as frame numbers, except in constant-fps
files!!
in such files, a timestamp is just as good as a frame number, so use
-ss and -endpos.
rich
More information about the MPlayer-dev-eng
mailing list