Log in

View Full Version : I worry about wanrnings in the job window


nanogate
1st November 2003, 22:36
Hi guys,
I got a problem (I guess it's a problem).
Wehn I encode an avs using 2-pass mode with xvid, vdubmod always shows me a "Done (warnings)" in the first-pass.
I didn't know what problem vdubmod had and I also don't know where to look what possible problems could be.:confused:
The second-pass is mostly "(Done)"(only sometimes with warnings).
I also noticed that GKnot is 3x as fast with the same script as vdubmod when i start it manually.
But Quality is the same.
I don't think that i did anything wrong, but please tell me if you think of somewhat.

nano

Tuning
2nd November 2003, 03:05
Originally posted by nanogate
I also noticed that GKnot is 3x as fast with the same script as vdubmod when i start it manually.But Quality is the same.

GKnot is using Fast Recompress,and you may be using Full processing.That makes difference.If you are using filters then you cannot do fast recompress as the filters will be disabled.Instead you could add the filers of avisynth in your avs and perform fast recompress.
Regarding the warnings,in what context is this shown.(I mean while opening...etc)

nanogate
2nd November 2003, 11:13
I ALWAYS use Fast Recompress.

Iznogūd
2nd November 2003, 12:51
Hi

Originally posted by nanogate
I didn't know what problem vdubmod had and I also don't know where to look what possible problems could be.You can view the log file which stores the warnings by hitting "F8" key, or with "Options/Show log..." command.

I usually receive such warnings when VDMod has got to wait an excessive amount of time for the next frame to be served. With my poor old 800Mhz CPU, I get no more than 2 fps on Divx 5.10's slowest mode so anything that draws CPU power away from the encoding job causes a delay that may trigger a warning, but it does not completely stop the process nor has any effect on the final quality.

Originally posted by nanogate
I also noticed that GKnot is 3x as fast with the same script as vdubmod when i start it manually.
No clue on this one, sorry.:confused:.

Tuning
3rd November 2003, 01:56
Originally posted by nanogate
I also noticed that GKnot is 3x as fast with the same script as vdubmod when i start it manually.

May be different color system.(RGB,YUV,YV12..)

nanogate
27th November 2003, 18:09
Mostly I use YV12

dimitrius
2nd December 2003, 13:13
here's a thing to try:

double click on the job item that has a warning next to it. A log window with warnings for that item should come up and reset the item from Done (warnings) to just Done. When you double click on an item without warnings then it just toggles between
Done-Waiting-Posponed-Waiting-Posponed

if in the log it says something like "IO thread has not cycled for ten seconds" then that's nothing to wory about, simply means either your computer was a bit slow or some other process grabed the CPU for a bit.

nanogate
22nd December 2003, 16:13
thx for the double-click tip :)
the warning was "avisynth detected extended handling enabled" or something like that.:confused: