Fixing DVD2AVI/AVS "Unrecognized Exception"
- -ssj2gohan-
- Joined: Mon Nov 11, 2002 2:23 am
- Location: Ukiah CA
- crazyblondemuffin
- Joined: Thu Jan 15, 2004 10:26 pm
- Contact:
Hey, i'm having the same problem as that guy. I had a hard enough time trying to get avs to work (i needed the right plugins -_-')but now i got those weird lines. I added the stuff you said to add but when i import it i'm getting the red letters again. I think it's because i do not have the telecide and decimate plugins. Can you tell me where to get them? Thanksklinky wrote:Fixing DVD2AVI/AVS "Unrecognized Exception"
^^^^ Title of thread
The titles is not "Fixing lines in my video.".
NExt time make a new topic.
What you are experiencing is classic interlacing/telecine lines. You need to read the guides and learn how to IVTC(inverse telecine) or de-interlace the video. Usually adding the commands :
Telecide()
Decimate(cycle=5)
Right after your mpeg2source line in your AVS file you will be able to IVTC NTSC(USA/Japan) material fine. So long as you have decomb installed. This will slow down your AVS script. If you're lazy or adding those two lines is too complex, then you can download one of the many area based de-interlace filters for Vdub and use that AFTER you're done editing your video and you've exported it.
Some footage cannot be IVTC'd or even de-interlaced %100. The US & earlier Japanese releases of Evangelion have this problem. There are quite a few others that do this as well.
:p This question has also been asked(& answered) many times before :p
~klinky
~Clowns will rape you in yoru sleep
- klinky
- Joined: Mon Jul 23, 2001 12:23 am
- Location: Cookie College...
- Contact:
Decomb for AVISynth 2.5:
http://neuron2.net/decomb/decombnew.html
Decomb for AVISynth 2.0:
http://neuron2.net/decomb/decomblegacy.html
Also the original post had a link to a filter pack for AVISynth 2.5, which included a version of decomb.
You can also load up your AVS file to virtualdub(www.virtualdub.com), which should pop up a window telling you the error. You can then post the error here and people can help you further...
Also don't forget that the plugins are not autoloaded when you manually install AVISynth, you must add loadplugin("pluginlocation") before you try to use the filter later in your script.
http://neuron2.net/decomb/decombnew.html
Decomb for AVISynth 2.0:
http://neuron2.net/decomb/decomblegacy.html
Also the original post had a link to a filter pack for AVISynth 2.5, which included a version of decomb.
You can also load up your AVS file to virtualdub(www.virtualdub.com), which should pop up a window telling you the error. You can then post the error here and people can help you further...
Also don't forget that the plugins are not autoloaded when you manually install AVISynth, you must add loadplugin("pluginlocation") before you try to use the filter later in your script.
- the Black Monarch
- Joined: Tue Jul 09, 2002 1:29 am
- Location: The Stellar Converter on Meklon IV
God damn it all to hell. Why can't you people get your goddamn shit to work right? You like to bitch and moan about Microsoft, but their stuff is almost guaranteed to work the way it's supposed to for at least a few months. These stoners who make DVD2AVI and whatnot can't even get their stuff to work reliably right out of the gate.
You know what we need? A version of AVIsynth that accessed VOB files directly, bypassing the need for DVD2AVI altogether. Or better yet, a program that copies the MPEG2 stream from a DVD into an MPEG file, thus eliminating the need to work with the VOBs, and doing so with zero loss in video data.
Sadly, lacking any knowledge of programming languages, I cannot do this myself, and I am stuck with your stupid-ass non-functioning piece-of-crap programs that make me wish I still had those AVIs I got from Kazaa.
(sorry if I offended anyone or have suggested something completely impossible, but I just had to vent)
You know what we need? A version of AVIsynth that accessed VOB files directly, bypassing the need for DVD2AVI altogether. Or better yet, a program that copies the MPEG2 stream from a DVD into an MPEG file, thus eliminating the need to work with the VOBs, and doing so with zero loss in video data.
Sadly, lacking any knowledge of programming languages, I cannot do this myself, and I am stuck with your stupid-ass non-functioning piece-of-crap programs that make me wish I still had those AVIs I got from Kazaa.
(sorry if I offended anyone or have suggested something completely impossible, but I just had to vent)
Ask me about my secret stash of videos that can't be found anywhere anymore.
- -ssj2gohan-
- Joined: Mon Nov 11, 2002 2:23 am
- Location: Ukiah CA
- DaPatches
- Joined: Sat Jan 17, 2004 2:48 pm
- Location: PA
- Contact:
- kmv
- Joined: Mon Mar 03, 2003 8:31 am
- Location: Another day, another city
Yes, but you have to use a different version of the AVS plugin. See this thread:
http://www.animemusicvideos.org/phpBB/v ... hp?t=22293
http://www.animemusicvideos.org/phpBB/v ... hp?t=22293
-
- Joined: Wed Nov 12, 2003 1:19 am
someone shoot me
ok, so i fixed the unrecognized exception error.. or so i thought. my file opens in every program i try EXCEPT premire 6.5. can anyone tell me why? ive already tried most of the stuff in this thread...
- SpLiF_3d
- Joined: Wed Mar 10, 2004 2:22 pm
- Location: B. F. E.
i am having the same problem as jjamriska, i had premiere 5.5 on my computer. the amvapp & avisynth worked perfectly. now i finally get a hold of premiere 6.5 and none of the stuff works. i have been up & down the forums trying everything. i guess i will just have to revert back to 5.5 unless someone can give me a solution.
- AbsoluteDestiny
- Joined: Wed Aug 15, 2001 1:56 pm
- Location: Oxford, UK
- Contact:
When you installed the plugin that comes with the amvapp it would have copied itself to the Premiere 5.5 directory.SpLiF_3d wrote:i am having the same problem as jjamriska, i had premiere 5.5 on my computer. the amvapp & avisynth worked perfectly. now i finally get a hold of premiere 6.5 and none of the stuff works. i have been up & down the forums trying everything. i guess i will just have to revert back to 5.5 unless someone can give me a solution.
Now you have Premiere 6.5 and it does not have the plugin. You can either install the amvapp again and look for the 6.5 directory or just search for the file "im-avisynth.prm" and copy it to your Premiere 6.5/Plugin-Ins folder.