[MEncoder-users] Problem with EDL

Fluxid fluxid at o2.pl
Sun Jun 24 04:29:14 CEST 2007


Hello
I have a little problem with skipping frames in mencoder. I used that command:

	mencoder -nosound -hr-edl-seek -o output.v -ovc copy input.mkv -edl myedl.edl

But ist skips an end of defined block. Here is myedl.edl:

	3 358 0

It should skip block beginning at 3 second and ending at 358 second.
It starts skipping at 3 second, but it doesn't stop and runs to the end of file:

	EDL SKIP: Start: 3.00  End: 358.00   Current: V: 472.83  A: 0.00     2:0]

It works without -hr-edl-seek, but it's not what i want

Is it a bug, or maybe i did something wrong?
Video source is h.264
MPlayer/MEncoder are compiled from svn with --enable-gui --enable-largefiles --enable-menu

Or maybe there is other method to do what i want:
I want to replace a block of video in one file with block from other, then apply filters (scale) and reencode it. Both files are encodes of same movie, with same fps, but different resolution and key-frames.
For example:
File 1: AAAAAAAAA
File 2: BBBBBBBBB
Output: AAABBAAAA (Same length)
Also, i want to take whole audio from File 1 and keep it in synch.
I know how to encode and scale, but i don't know how to cut those files properly...
Can i do it without EDL? (If not, how to make -hr-edl-seek work as it should?)



More information about the MEncoder-users mailing list