Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#101 | Link | |
|
AC3 5.1 Addict
Join Date: Nov 2001
Location: Big Blue Nation_USA
Posts: 2,036
|
Quote:
AFAIK MarcFD already said he would give the user an option to disable the output in the next version.
__________________
Need AC3 & SPDIF setup info? |
|
|
|
|
|
|
#102 | Link |
|
Registered User
Join Date: Nov 2002
Location: Cheshire, England
Posts: 76
|
I know something like this has come up before but I'm getting 'Unrecognised exception errors' with 0.94
All I have access to are progressive PAL sources and so far not a single one will work even for such a simple script as LoadPlugin("C:\ANDY\GORDIA~2\mpeg2dec3.dll") MPEG2Source("C:\andy\dvd ripping\test\series 1 - episode 2 - the new girl.d2v") |
|
|
|
|
|
#106 | Link |
|
Guest
Join Date: Jan 2002
Posts: 21,868
|
Your VOB works just fine for me with mpeg2dec3_094, 1/10/03 Avisynth 2.5, DVD2AVI 1.76, and this script:
LoadPlugin("d:\avisynthplugins\mpeg2dec3_094.dll") mpeg2source("ickle.d2v") You must have a hosed-up installation or an unexpected DLL floating around that is being loaded. |
|
|
|
|
|
#107 | Link |
|
Registered User
Join Date: Oct 2002
Location: The Pandorica
Posts: 528
|
Hello Neuron2,
Thanks for compiling mpeg2dec for avisynth 2.5. I did find another case which gives the looping problem with Marc's mpeg2dec3 (see the other thread in this forum). So I think the problem is not yet solved. If you want, I can give you the clip in question. |
|
|
|
|
|
#109 | Link | |
|
Registered User
Join Date: Oct 2002
Location: The Pandorica
Posts: 528
|
Hmm.. actually I don't use VOBs
- I presume you are replying to Andy,not me. My clip is a satellite dvb-s MPEG2 recording. Quote:
|
|
|
|
|
|
|
#111 | Link |
|
Registered User
Join Date: Nov 2002
Location: Cheshire, England
Posts: 76
|
This is most frustrating. Here's what I've done so far.
1.) Clean install of Win98 2.) Install both Gordian Knot 27 packs, rip and system. 3.) Unzip the latest avisynth 2.5 dll and place it in windows/system, overwriting the original dll placed there by Gordian Knot. 4.) Install the latest release of VirtualDubMod. 5.) Unzip the latest release of mpeg2dec3 (0.94) and put the 3 files in my Gordian Knot directory. 6.) Rip DVD using DVDDecrypter and get a project file with DVD2AVI 1.76 (doing no editing in DVD2AVI). 7.) Write out the above script exactly (well, apart from the filenames and paths). 8.) Attempt to load my avs in VDMod. 9.) Swear loudly as I get unrecognised exceptions. What am I doing wrong? It must be something embarrassingly simple as no one else is having these problems. |
|
|
|
|
|
#113 | Link | |
|
Registered User
Join Date: Oct 2002
Posts: 462
|
@ evilandy
Quote:
Stephen |
|
|
|
|
|
|
#114 | Link |
|
AC3 5.1 Addict
Join Date: Nov 2001
Location: Big Blue Nation_USA
Posts: 2,036
|
It's just a thought but you might also put the avisynth.dll inside of the Vdub folder.
__________________
Need AC3 & SPDIF setup info? |
|
|
|
|
|
#115 | Link |
|
Registered User
Join Date: Nov 2002
Location: Cheshire, England
Posts: 76
|
Your avisynth 2.5 port of mpeg2dec works fine and I know avisynth 2.5 is installed correctly because a simple version script works fine.
This script works LoadPlugin("C:\test\MPEG2DEC_avisynth25.dll") #LoadPlugin("C:\test\MPEG2Dec3.dll") mpeg2source("C:\test\test.d2v") crop(10,9,701,557) BicubicResize(544,304,0,0.5) This script doesn't #LoadPlugin("C:\test\MPEG2DEC_avisynth25.dll") LoadPlugin("C:\test\MPEG2Dec3.dll") mpeg2source("C:\test\test.d2v") crop(10,9,701,557) BicubicResize(544,304,0,0.5) |
|
|
|
|
|
#117 | Link |
|
AC3 5.1 Addict
Join Date: Nov 2001
Location: Big Blue Nation_USA
Posts: 2,036
|
One last thing, make sure your always cropping and resizing using even numbers.
__________________
Need AC3 & SPDIF setup info? |
|
|
|
|
|
#118 | Link |
|
Registered User
Join Date: Nov 2002
Location: Cheshire, England
Posts: 76
|
Whoops, that was sloppy of me, but that's not the problem either as
LoadPlugin("C:\test\MPEG2Dec3.dll") mpeg2source("C:\test\test.d2v") Still throws up an exception. That last script, however, does load up in vdubmod. The exception comes when i try any of the seek or preview buttons. A check under file info shows it is recognising the source as YV12 and is using DivX 5.02 as the decoder. |
|
|
|
|
|
#119 | Link |
|
Registered User
Join Date: Oct 2001
Location: Gainesville FL USA
Posts: 2,092
|
Some versions of DVD2AVI get bundled with a DVD2AVI.ini file from a machine of different processor type. For instance you don't want to have one saying IDCT=4 if you aren't running on a P4. (use 2 for mmx)
You might just try deleting your DVD2AVI.ini file and remaking the .d2v with the defaults, using DVD2AVI 1.76. - Tom |
|
|
|
![]() |
|
|