PDA

View Full Version : 5 Frames encode fails.


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.

Sharktooth
20th December 2007, 04:05
too few frames...
use 1 pass encoding

MKVCrazy
20th December 2007, 04:15
uhm . . I chose "ABR" instead of "Automated 2 Pass" as you suggested to do one only.

It encodes but when I try to play it with MPC, it fails.
http://i1.tinypic.com/7x45vg5.png

And I even try with VLC but the same thing happens.

So I thought I have to mux it with the longer one first and play but MKVToolnix doesn't let me load that file (.mkv)


What may be still causing these problems?


Thanks in advance.
MKVCrazy.

Sharktooth
20th December 2007, 04:19
dunno. very small clips are a source of troubles for every codec.
try disabling b-frames and use 1 ref only.

MKVCrazy
20th December 2007, 04:25
Ah, thanks lot, it worked!

http://i2.tinypic.com/8bzqkh2.png


It plays now on MPC and now will try to mux with the longer one :)


Thanks lot for your help.

MKVCrazy.