Log in

View Full Version : Does DVD-RB load extra AviSynth filters?


FredThompson
16th September 2005, 07:05
I've been trying to get 0.94 Free to work.

Phase I, the pre-encoding D2V creation works just fine.

Phase II crashes with either ProCoder 1.5 or the bundled HC.

HC will crash with a VC++ runtime error: abnormal program termination

Here's the log:

[00:48:29] Phase I, PREPARATION completed in 6 minutes.
[01:45:20] Phase II ENCODING started
- Creating M2V for VTS_01 segment 0
-- Encoding resulted in no .M2V, retrying.
- Creating M2V for VTS_01 segment 0
-- Encoding resulted in no .M2V, retrying.
- Creating M2V for VTS_01 segment 0

ProCoder 1.5 also fails during Phase II with this error window:
Automation error: select aspect ratio
clicking the "OK" button brings up an EclPRO 0.42 beta error window:
Only one instance is allowed
The log is similar to the HC crash.

Why are these errors happening and how should I correct the setup?

Fishman0919
16th September 2005, 14:58
What ver of Avisynth and DGDecode are you using, if you installed with Rockas installer it should be all set.... make sure you don't have Avisynth 2.56 or the new ver of DGDecode installed

Rockas installed can be found HERE (http://forum.doom9.org/showthread.php?t=74308) with the connect ver of Avisynth and DGDecode

jdobbs
16th September 2005, 22:30
Judging by the title I assume you are using one of the new DGDECODEs. DVD Rebuilder loads the version of DGDECODE it needs in its home directory when the installer runs. If you manually change to an incompatible version it will definitely make it stop working.

FredThompson
17th September 2005, 05:41
Yup, I used the installer bundle and just checked to verify the packaged DGDecode is in the installation directory. Avisynth version is 050505.

FredThompson
18th September 2005, 07:32
Well, this is interesting.

Renaming the AviSynth filters directory then installing DVD-RB lets the entire process run properly.

The little AVS scripts in the working directory don't need the default AviSynth filters directory. All they do is decode the source:

LoadPlugin("C:\Program Files\DVD-RB\DGDecode.dll")
mpeg2source("C:\Working\New Folder\D2VAVS\V01.D2V")
trim(0,6173)
ConvertToYV12()

Note, there's no reference to UnDot, Decomb521 or Deen in those scripts.

For that matter, the Deen filter from http://ziquash.chez.tiscali.fr/ is 104K. The version bundled with DVD-RB is 240K. What is the source of the new version?

VirtualDubMod will puke if the RemoveDirt or TDeint filters are in the default AviSynth filter directory. Could there be something in DVD-RB which pukes due to filters besides UnDot, Decomb521 and Deen (240K) in that directory?