Log in

View Full Version : Error w/ first pass - Help!!


Hacim42
2nd March 2002, 18:50
Hey,

I keep having an error encoding with the first nandub pass, the movie goes fine till frame 7007 then crashes giving me this screen:

http://expert.cc.purdue.edu/~fuchsm/nandub_err.jpg

If you have a clue about whats wrong, help would be greatly appreciated.

bendagr8
2nd March 2002, 20:39
i've had this problem myself.

I'm pretty sure it has to do with the frameserve, or the source. One of the two isn't working properly. Try reripping/ and using avisynth or vfapi or whatever you use again.

jugm
2nd March 2002, 21:30
I agree with bendagr8. I doubt you have to re-rip DVD. For me similar problem was solved by loading VFAPI avi into avisynth instead of d2v. So I'd suggest use something different as frameserver as there are number of ways you can combine d2v, avisynth, VFAPI.

Another suggestion is to find out at whach frame number it crashed. Run Nandub stats file reader and see what is the last frame in there. Then frameserve your source through Avisynth and use avisynth to delete like 50 frames around that place. If Nandub is ok with those frames deleted, then find out which exact frame(s) causes that crash.

Hacim42
2nd March 2002, 22:12
How would i go about removing frames using avisynth

note: I'm using gordian knot for the encoding

- littlered_book

jugm
4th March 2002, 01:29
To delete frames you have to edit .avs file created by GKnot. Put few DeleteFrame() lines. Read here for more :

http://www.math.berkeley.edu/~benrg/avisynth-reference.html#DeleteFrame

I'm not sure if it will confuse GKnot or not. Gknot does something with .stats file and creates .ecf file so if you silently remove few frames it may hurt.