MKVCrazy
20th December 2007, 04:02
Hi again.
I have a small problem but I couldn't figure out why in the last two hours and I try searching around but couldn't find a problem like this.
I was trying to make a smaller clip from a 5 mins one but the one I made needs 5 frames (I mistakenly cut it) :\, makes the clip no in sync.
So Im trying to encode 5 frames of black screen (I took it from the credits which is at the end).
So I use this to cut
LanczosResize(590,304) # Lanczos (Sharp)
sharpen(0.2)
undot()
__film = last
__t0 = __film.trim(7676,7680)
__t0
The first pass successes but the second pass gives me error.
It says in the log TAB:
http://i1.tinypic.com/8earhtw.png
What may be the problem?
Anyone has idea about this?
Thanks in advance.
MKVCrazy.
I have a small problem but I couldn't figure out why in the last two hours and I try searching around but couldn't find a problem like this.
I was trying to make a smaller clip from a 5 mins one but the one I made needs 5 frames (I mistakenly cut it) :\, makes the clip no in sync.
So Im trying to encode 5 frames of black screen (I took it from the credits which is at the end).
So I use this to cut
LanczosResize(590,304) # Lanczos (Sharp)
sharpen(0.2)
undot()
__film = last
__t0 = __film.trim(7676,7680)
__t0
The first pass successes but the second pass gives me error.
It says in the log TAB:
http://i1.tinypic.com/8earhtw.png
What may be the problem?
Anyone has idea about this?
Thanks in advance.
MKVCrazy.