PDA

View Full Version : I have no idea what this means and need some help


dahuman
28th May 2003, 05:26
VirtualDub Error:
Video format negotiation failed: use slow-repack or full mode.

any idea? =) thx.

dahuman
28th May 2003, 09:34
ok this is happening because i want to encode in gordan knot at a resolution lower than 720x480 ntsc source, is there a way around it? or is it a bug?
5:33:06 AM: Started DivX5-First Pass: Z:\LODOSS_A_7_25_SCN\VIDEO_TS\LodossDVD1.avs
5:33:10 AM: Finished DivX5-First Pass. Duration: 4 seconds.
5:33:10 AM: Trying to open Log-file.
5:33:10 AM: Success: Log-file open.
5:33:10 AM: Encoded: 20 Frames.
5:33:10 AM: Speed: 4.309 Frames per Second.
5:33:10 AM: WARNING: Number of counted frames differs from settings!
5:33:10 AM: WARNING: Settings: 271708
5:33:10 AM: WARNING: Counted: 20
5:33:10 AM: WARNING: Difference: 271688
5:33:10 AM: Correcting Bitrate...
5:33:10 AM: Original Bitrate = 542 k(=1000)Bits/s
5:33:10 AM: ERROR: Correction impossible.
5:33:10 AM: Now encoding at 542 k(=1000)Bits/s
this is just way weird.

manono
28th May 2003, 14:54
Hi-

I don't think it has anything to do with the resolution you chose. It looks to me like an .avs problem, perhaps having to do with color space conversions. Can you post the .avs and leave off the lines beginning with "#"?

Which Lodoss is this? Record Of Lodoss War? If so, at least 2 of the mods here have had experience with it.

dahuman
28th May 2003, 20:15
SetWorkingDir("f:\PROGRA~1\GORDIA~1\")
LoadPlugin("f:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
LoadPlugin("f:\PROGRA~1\GORDIA~1\decomb.dll")
mpeg2source("Z:\LODOSS_A_7_25_SCN\DVD2\LodossDVD2.d2v")
FieldDeinterlace()
crop(0,0,720,480)
BicubicResize(570,380,0,0.5)

yeah i didnt think it was a res problem by looking at the logs and all but strange enough it encodes fine at 720x480 and any other res it pukes on me the with the msg on the first post. it is the US release of the TV series which is one pain in the ass to work with =/ .

manono
29th May 2003, 16:10
Hi-

it is the US release of the TV series which is one pain in the ass to work with =/ .

Boy, you said it. It ranks with the NGE series as the worst NTSC anime DVDs ever.

Anyway, your resolution is at fault. Your Horizontal Resolution is only Mod 2. I won't comment on you not cropping or resizing to preserve AR (although you can correct it in your player), since you didn't ask about that. But you definitely should reset the GKnot W-Modul to its default 32 (or at least to 16), and the H-Modul to 16, and your problems will disappear. So, you might try BicubicResize(576,384,0,0.5).

For more information, check out this Sticky (http://forum.doom9.org/showthread.php?s=&threadid=42708).

dahuman
29th May 2003, 21:24
yeah i figured it out hehe thx, forgot to update this thread though, i change H to 4 and that fixed it. i was using avisynth 2.0.8 and the preview didnt tell me the res was wrong, i changed back to 2.51 beta and then when i clicked on preview it told me my H was wrong lol =).


Edit: errrr i mean width not height.