[MEncoder-users] Problem with EDL

Fluxid fluxid at o2.pl
Mon Jun 25 20:01:29 CEST 2007


> Your mails would be a lot easier to read if you wrapped your lines at 80 columns.

Sorry for that, my mail client is configured to not wrap lines

> I think you should use this as an edl file:
>
> 0     360 0
> 480 99999 0
>
> That will skip the first 6 minutes (6*60 seconds), and skip from minute 8
> to the end of the file, assuming the file is less than 99999 seconds long.
> The two minutes between seconds 360 and 480 will be encoded.

But...

> EDL SKIP: Start: 794.00  End: 5440.00   Current: V: 949.45  A: 0.00
>
> Movie length is 5406 seconds.


For me it's not problem anymore, i did it with -frames parameter... I've just
converted seconds to frames:
Command:
	mencoder -nosound -noskip -noaspect -hr-edl-seek -sws 9 \
	-o output.avi -ovc x264 -x264encopts <parameters> \
	input1.mkv -frames 8773 -vf <filters> \
	input2.mkv -edl skipb_1.edl -frames 201 -vf <filters> \
	input1.mkv -edl skipb_2.edl -vf <filters>
skipb_1.edl:
	0 365.9072083 0
skipb_2.edl:
	0 374.2905833 0


Anyway, when i play this movie with mplayer, it shows how long it is, so
mencoder should know too... So if it knows, it should compare value in edl
file with movie length...



More information about the MEncoder-users mailing list