PDA

View Full Version : encoding problems after using VDub for something else the Gknot


jan2311
28th March 2003, 11:41
Hi!

All worked fine until I used VDub to trim a Video and make a one-pass quality based video with DivX.

Now the "can't find the log file" problem drives me crazy.

I found the thread with the info what could be wrong, it seems it is the AVS file...

I can't open with VDub, so I think the Script also don't open it, so there is no log file and the error occurs.

Some idea to fix this problem?

thx

Jan

N_F
28th March 2003, 11:53
Open your .avs file in notepad and copy paste it here and post it.

Remember to remove all the lines that start with #, those are comment lines that are not in use and it just takes up a lot of space and annoys the people on the forum who looks through it.

jan2311
28th March 2003, 17:34
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("D:\CSI.d2v")
trim(0,82462)
crop(0,0,720,576)
BicubicResize(480,400,0,0.75)

This are all lines without a #.

Is the AVS a standard format which is described somewhere?

Jan

jggimi
28th March 2003, 19:41
The script looks ok to me.... if the error on opening points to a line number, then there's an error in the script at that line #. If no line # appears in an error message, than perhaps AviSynth is not installed (or not installed correctly). If the latter, try re-installing AviSynth from the appropriate Gknot install pack .exe.

jan2311
29th March 2003, 11:27
When I open the file in VDub, there is a Error which said:

Cannot determine file type of "D:\CSI.avs"

I will try the reinstall

jan2311
29th March 2003, 11:29
I reinstalled all using the RipPack package... nothing changed...

jan2311
29th March 2003, 12:05
I tried it again with the SystemPack.

Now VirtualDub opens the avs file, I will try to rip a DVD.

thx