Log in

View Full Version : Divx 5 Enc ".avi not found"


Outsider
4th February 2003, 05:49
Hello! Using Version 1.11, divx 5.03, allthe correct latest files....I made the AVS using Gordian Knot, I get this error...
Sorry if this is a dumb question, I did search around but I couldnt find anything.

Job 1 start: Mon Feb 3 20:40:08 2003
Job 1 end: Mon Feb 3 20:40:10 2003 (00:00:02)
Job 1 status: [Error] File "E:\Movie\VIDEO_TS\moie.avi" not found
### M-pass 1 ###
VirtualDub path: "C:\Documents and Settings\Outsider\Desktop\divx5enc_1_10-1_11\VirtualDubMod.exe"
Use Fast recompress: Yes
Use MV file: Yes
Input file (.avs): "E:\Movie\VIDEO_TS\movie.avs"
Output file (.avi): "Movie\VIDEO_TS\jay_silent_bob.avi"
Encoding bitrate: 797
Max Keyframe interval: 250
Scene change threshold %: 50
Use Quarter Pixel: No
Use GMC: No
Use Bidirectional Encoding: Yes
Psychovisual Enhancements: None
Pre Processing Source: None
Performance/quality: Slowest
Log file: "E:\Movie\VIDEO_TS\movie.log"
MV file: "E:\Movie\VIDEO_TS\movie.bin"

OvERaCiD23
4th February 2003, 05:55
Job 1 status: [Error] File "E:\Movie\VIDEO_TS\moie.avi" not found

typo in your post? 'movie' isn't spelled right, as it is in the rest of the log. could be your problem if you copied & pasted the log here. :confused:

Outsider
4th February 2003, 06:26
No thats not it! I just editd out the movie name for copyright reasons! LOL

jonny
4th February 2003, 12:35
Yes :D
But i think you have forgot this:


Output file (.avi): "Movie\VIDEO_TS\jay_silent_bob.avi"


It seems you are using relative path, this means you shuold have this dirs:

Movie\VIDEO_TS\

in the divx5enc dir, in order to make this work correctly.

Simply use full path+names if you are not sure about how "relative path" work.
So, for example:

"e:\Movie\VIDEO_TS\jay_silent_bob.avi"

This make a BIG difference

Outsider
4th February 2003, 19:14
Well jonny, you caught me...I forgot to edit it correctly! Here is word for word a new Log....still gives me the same error...

**************** START ALL JOBS ****************

Job 1 start: Mon Feb 3 20:40:08 2003
Job 1 end: Mon Feb 3 20:40:10 2003 (00:00:02)
Job 1 status: [Error] File "E:\JAY_SILENT_BOB1\VIDEO_TS\jay_silent_bob.avi" not found
### M-pass 1 ###
VirtualDub path: "C:\Documents and Settings\Outsider\Desktop\divx5enc_1_10-1_11\VirtualDubMod.exe"
Use Fast recompress: Yes
Use MV file: Yes
Input file (.avs): "E:\JAY_SILENT_BOB1\VIDEO_TS\jay_silent_bob.avs"
Output file (.avi): "E:\JAY_SILENT_BOB1\VIDEO_TS\jay_silent_bob.avi"
Encoding bitrate: 797
Max Keyframe interval: 250
Scene change threshold %: 50
Use Quarter Pixel: No
Use GMC: No
Use Bidirectional Encoding: Yes
Psychovisual Enhancements: None
Pre Processing Source: None
Performance/quality: Slowest
Log file: "E:\JAY_SILENT_BOB1\VIDEO_TS\jay_silent_bob_divx.log"
MV file: "E:\JAY_SILENT_BOB1\VIDEO_TS\jay_silent_bob_mvinfo.bin"

jonny
4th February 2003, 20:07
Ok :)

It seems that the avi file is not created.


C:\Documents and Settings\Outsider\Desktop\divx5enc_1_10-1_11\VirtualDubMod.exe

Seems you have mixed the VDubMod installation with the divx5enc installation.

Can you give me detailed information about the files you have downloaded and how you have decopressed all?

When you press "start all jobs" what happen, the encode with VDubMod start?

More info you give me, more help i can give you.
So you can post your avs file... describe in a detailed way the process you are doing and what happen exactly.

Cheers
jonny

Outsider
4th February 2003, 20:50
First off, thank you jonny for always being so courteous with your replies.

Downloaded Divx Enc from your site of course…
Downloaded VirtualDubMod 1.4.13.1, and VirtualDubMod_310103 from http://sourceforge.net/projects/virtualdubmod
Downloaded VirtualDubMod_needed_DLLs_251102.zip, and AviSynthLexer_0_1.zip the first time I tried, then I deleted everything, and tried it again with just VirtualDubMod 1.4.13.1, and VirtualDubMod_310103 and of course Divx Enc.


Used Winrar 3.00 to decompress everything into the same directory.

When I “Start All Jobs” VirtualDubMod starts for a brief moment, then all the jobs terminate.

hakko504
4th February 2003, 21:16
Post the avs (Check your crop values: If they are generated by GKnot they might not work with newer AviSynth versions)

Outsider
4th February 2003, 21:18
Here you go....

#
# Created with Gordian Knot
#
# http://gknot.doom9.org
#
# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\decomb.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\IVTC.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\TomsMoComp.dll")
#LoadPlugin("C:\WINDOWS\System32\vobsub.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\SimpleResize.dll")
#
# SOURCE
avisource("E:\JAY_SILENT_BOB1\VIDEO_TS\jay_silent_bob.avs")
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
#Telecide().Decimate(5)
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# DEINTERLACING (1)
FieldDeinterlace()
#TomsMoComp(1,5,1)
#
# CROPPING
crop(0,0,638,270)
#
# DEINTERLACING (2)
#SeparateFields().SelectEven()
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
#
# SUBTITLES
#VobSub("FileName")
#
# RESIZING
BicubicResize(640,352,0,0.5)
#
# DENOISING: choose one combination (or none)
# 1) little noise (fast)
#TemporalSmoother(2,1)
#
# 2) medium noise (slow)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#TemporalSmoother(2)
#
# 3) heavy noise (very slow, you have been warned)
#SpatialSoftenMMX(2,4,6,false,false,4,4,6,8)
#TemporalSmoother(3)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#
# BORDERS
#AddBorders(left,top,right,bottom)
#
# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
#SelectRangeEvery(280,14)
#
# FOOL CCEnc
#ResampleAudio(44100)

hakko504
4th February 2003, 21:27
Originally posted by Outsider
avisource("E:\JAY_SILENT_BOB1\VIDEO_TS\jay_silent_bob.avs")
:confused: :confused: :confused: :confused: :confused: :confused: :confused: :confused:
I'm quite sure it should say something like mpeg2source("E:\JAY_SILENT_BOB1\VIDEO_TS\jay_silent_bob.d2v")


:stupid: Mpeg2source wants a .d2v file of course

jonny
5th February 2003, 00:59
The second case i read about the problem...

Take a look at here:

http://forum.doom9.org/showthread.php?s=&threadid=43860

The guy have solved with:

(X-Nemesis)
Well...I redid my dvd2avi project and then saved my avs after putting correct settings in GordionKnot and for some reason everything worked ok

Strange thing :confused: