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 |
|
|
#123 | Link |
|
Registered User
Join Date: Nov 2002
Location: France
Posts: 4
|
Evil Andy
I had exactly the same problem. "Unrecognized Exception!" I tryed almost everything: - Recompiling MPEG2dec3 - Changing the IDCT under DVD2Avi - Changing from Avisynth 2.5 with MPEG2dec3 0.94 to Avisynth 2.07 with MPEG2dec3 Beta6 - Installing AVS with VdubMod and xvid codec on another PC which didn't have anything before - other things i don't remember BUT, i tryed too to simply go back from DVD2AVI 1.77.3 to 1.76 and it works. In fact, i don't have to use DVD2AVI 1.76 to make the thing work perfectly. I just open the D2V file and delete the bracket, then change Luminance_Filter=0,0 to Luminance=0,0 and all is ok ![]() But if you use DVD2AVI 1.76 to create the d2v, then your problem still remains weird... |
|
|
|
|
|
#125 | Link |
|
Registered User
Join Date: Nov 2002
Location: Cheshire, England
Posts: 76
|
I'm using the DVD2AVI that came bundled with Gordian Knot ie 1.76
Latest thinking is that it's maybe a problem with Avisynth 2.5 after all as I've found that Convolution3d produces the same error. I'll go through a plug in spree to find what others give me the same error. |
|
|
|
|
|
#126 | Link |
|
Retired AviSynth Dev ;)
![]() Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
|
@EA: Have you tried searching through you entire HD for avisynth.dll to be sure that there isn't another version lying around somewhere?
__________________
Regards, sh0dan // VoxPod |
|
|
|
|
|
#127 | Link |
|
Registered User
Join Date: Nov 2002
Location: Cheshire, England
Posts: 76
|
Yep, just the one copy in Windows/System
A quick 'Version' script confirms it as 2.5 Some 2.5 plugins are working for me (e.g. the recompiled mpeg2dec) and some aren't (e.g. mpeg2dec3 & convolution3d) |
|
|
|
|
|
#128 | Link |
|
! - User - !
Join Date: Nov 2001
Posts: 1,081
|
@evilandy
sorry if this sounds stupid, but, have updated your system with recent drivers (for chipset etc.), directx version and all the nice things you can get from windowsupdate.microsoft.com? is avisynth 2.0x working for you? how about uninstalling divx and using xvid for yv12 decoding? that's all i can think of atm |
|
|
|
|
|
#129 | Link | |
|
Registered User
Join Date: Oct 2002
Posts: 462
|
Quote:
Stephen |
|
|
|
|
|
|
#130 | Link |
|
Registered User
Join Date: Nov 2002
Location: Cheshire, England
Posts: 76
|
Well I don't know what changes were made to avisynth or mpeg2dec3 for the beta release but everything's working fine now. Thanks to all developers and people who tried to help me with my problems.
__________________
It's funny, kicking everything in the room to pieces didn't help like I thought it would. |
|
|
|
|
|
#132 | Link | |
|
Guest
Join Date: Jan 2002
Posts: 21,868
|
Quote:
|
|
|
|
|
|
|
#133 | Link |
|
Registered User
Join Date: Aug 2002
Posts: 34
|
I got junk image with crop
I got broken image (like stripe) with the following AVS file.
--- LoadPlugin("mpeg2dec3.dll") Mpeg2Source("dvd.d2v") crop(8,0,704,480) YV12toYUY2(interlaced=true) or YV12toYUY2() --- The source is interlaced anime(NTSC 30fps). When I delete crop(), everything seems to be perfect. --- [Encoding Environment] Mpeg2Dec3 1.00 Avisuynth 2.5 (latest beta) VirtualDubMOD 1.4.13.1 (Pentium 3) --- |
|
|
|
|
|
#134 | Link |
|
Registered User
Join Date: Feb 2003
Posts: 21
|
I can't open my MPEG2 file at all--it tells me that it "couldn't open file." It's odd, because Nic's mpegdecoder has no trouble dealing with it. I'd just use that but I'd like to try MPEG2Dec3's postprocessing. It's a 480x480 MPEG2 SVCD source... any ideas?
|
|
|
|
|
|
#137 | Link |
|
XviD fan
Join Date: Jun 2002
Location: France
Posts: 907
|
"couldn't open file" ?
okay it wasn't env->ThrowError("MPEG2Source : unable to load file \"%s\" ",path); so it's an internal error. it should NEVER appear !! try to make a small cut of you mpeg2 (about 5 mo) and upload where i can leech it, i'll take a look in my freetime (nothing granted) i think it's due to the unhabitual format. (remeber dev are often the ones who use the less their own tools ^^) |
|
|
|
|
|
#138 | Link |
|
easily bamboozled user
Join Date: Sep 2002
Location: Atlanta
Posts: 373
|
I'm not sure if this question can really be answered, but about how much difference in quality should you expect using idct=5 (32bit SSE2) with MPEG2Dec3 versus, say, using the 64bit FPU mode (or the 64bit IEEE reference mode)? Would any differences be dependent on the source?
Also, wouldn't there be a way to do the algorithm with 64bit SSE2? I can understand if it's just that nobody wants to code that right now, but I'm just curious since I thought I remembered there being both 32bit and 64bit versions of all of the SSE2 instructions. |
|
|
|
|
|
#139 | Link |
|
Registered User
Join Date: Feb 2003
Posts: 21
|
Marc FD:
I tried two other MPEG2 files, and neither worked. One is another SVCD encoded file, the other is DVD encoded. The problem must be with my system somehow. Could the MPEG2 filters from some programs I installed (like WinDVD or PowerDVD) be interfering with MPEG2Dec3? I'm running WinXP Pro SP1 with Avisynth 2.5.1 beta and VirtualDub 1.5.1. Last edited by ryangs; 5th April 2003 at 18:23. |
|
|
|
![]() |
|
|