Basic avisynth commands not working
- Lounge Fly
- Joined: Tue Dec 17, 2002 5:08 pm
- Location: Connecticut
- Contact:
Basic avisynth commands not working
I haven't made an AMV in a few years and am trying to get avisynth to work and it's not cooperating with me.
I saved the avisynth formula on my computer that I have used tons of times and vdubmod is no longer recognizing the codes. The code I use is:
AVISource("F:\Smartripper Rips\filename.avs")
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
ConvertToRGB24()
and vdubmod will freeze and close out
or I'll use
mpeg2Source("F:\Smartripper Rips\hellsing\1\hellsing 1.d2v")
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
ConvertToRGB24()
and I'll get the error message:
AVI Synth Open Failure:
Evaluate: Unrecognized Exception
(F:\Smartripper Rips\hellsing\1\hellsing 1.avs, Line 2)
What am I doing wrong?
I saved the avisynth formula on my computer that I have used tons of times and vdubmod is no longer recognizing the codes. The code I use is:
AVISource("F:\Smartripper Rips\filename.avs")
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
ConvertToRGB24()
and vdubmod will freeze and close out
or I'll use
mpeg2Source("F:\Smartripper Rips\hellsing\1\hellsing 1.d2v")
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
ConvertToRGB24()
and I'll get the error message:
AVI Synth Open Failure:
Evaluate: Unrecognized Exception
(F:\Smartripper Rips\hellsing\1\hellsing 1.avs, Line 2)
What am I doing wrong?
Watashi no nihongo ga mada jouzu ja nai -_-;
<b><a target=_top href=http://animemusicvideos.org/members/mem ... d=53198>My Profile</a></b> <a href=http://animemusicvideos.org/phpBB/profi ... u=53198>My Journal</a>
<b><a target=_top href=http://animemusicvideos.org/members/mem ... d=53198>My Profile</a></b> <a href=http://animemusicvideos.org/phpBB/profi ... u=53198>My Journal</a>
- Vax
- Sexy black guy
- Joined: Sat Oct 11, 2008 11:14 am
- Status: Chayin
- Location: New York
Re: Basic avisynth commands not working
I think you should put...
under WHATEVERSource("path to video")
Code: Select all
ConvertToYV12()
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
Re: Basic avisynth commands not working
it doesn't really matter where you put coverttoyv12() (so long as it's before anything that needs video in yv12 colorspace)
if you have warpsharp.dll in your plugins folder, it has been known to cause problems...so try taking it out.
uninstalling and re-installing the latest version may help
if you have warpsharp.dll in your plugins folder, it has been known to cause problems...so try taking it out.
uninstalling and re-installing the latest version may help
- Lounge Fly
- Joined: Tue Dec 17, 2002 5:08 pm
- Location: Connecticut
- Contact:
Re: Basic avisynth commands not working
well I tried taking out warpsharp but that didn't change anything. Uninstalling and reinstalling what? The entire amvapp or avisynth?
I did uninstall the amvapp 1.2 and installed a new one today, but I dont know if there is a later version of avisynth that that one doesn't include. Should I try that?
I did uninstall the amvapp 1.2 and installed a new one today, but I dont know if there is a later version of avisynth that that one doesn't include. Should I try that?
Watashi no nihongo ga mada jouzu ja nai -_-;
<b><a target=_top href=http://animemusicvideos.org/members/mem ... d=53198>My Profile</a></b> <a href=http://animemusicvideos.org/phpBB/profi ... u=53198>My Journal</a>
<b><a target=_top href=http://animemusicvideos.org/members/mem ... d=53198>My Profile</a></b> <a href=http://animemusicvideos.org/phpBB/profi ... u=53198>My Journal</a>
- Lounge Fly
- Joined: Tue Dec 17, 2002 5:08 pm
- Location: Connecticut
- Contact:
Re: Basic avisynth commands not working
or what about trying to edit an avs file in premiere 6.5 instead?
I'm getting a black screen when I open up the file in premiere. How can I fix that?
I'm getting a black screen when I open up the file in premiere. How can I fix that?
Watashi no nihongo ga mada jouzu ja nai -_-;
<b><a target=_top href=http://animemusicvideos.org/members/mem ... d=53198>My Profile</a></b> <a href=http://animemusicvideos.org/phpBB/profi ... u=53198>My Journal</a>
<b><a target=_top href=http://animemusicvideos.org/members/mem ... d=53198>My Profile</a></b> <a href=http://animemusicvideos.org/phpBB/profi ... u=53198>My Journal</a>
- Autraya
- Zero Punctuation
- Joined: Tue Mar 11, 2003 12:52 am
- Status: old
- Location: Terra Australis
- Contact:
Re: Basic avisynth commands not working
try reinstalling avs and the plug-in for premiere?
new banzors in the making :p
- Lounge Fly
- Joined: Tue Dec 17, 2002 5:08 pm
- Location: Connecticut
- Contact:
Re: Basic avisynth commands not working
maybe I installed decomb and mpeg2dec3 in the wrong directories? Where are those supposed to go again?
Watashi no nihongo ga mada jouzu ja nai -_-;
<b><a target=_top href=http://animemusicvideos.org/members/mem ... d=53198>My Profile</a></b> <a href=http://animemusicvideos.org/phpBB/profi ... u=53198>My Journal</a>
<b><a target=_top href=http://animemusicvideos.org/members/mem ... d=53198>My Profile</a></b> <a href=http://animemusicvideos.org/phpBB/profi ... u=53198>My Journal</a>