AviSynth Problem

The old Video Software Help forum, left visible as an archive.

Postby Cosmos Studio » Sun Sep 08, 2002 1:36 pm

Nope, not right now.
~Cosmos
User avatar
Cosmos Studio
 
Joined: 16 Sep 2001

Postby NicholasDWolfwood » Sun Sep 08, 2002 1:41 pm

Cosmos Studio wrote:LoL, sorry I can be slow sometimes ^^;

Here's the script:
loadplugin("C:\AVSFilters\mpeg2dec.dll")
MPEG2Source("C:\unzipped\Ayashi\test.d2v")

And as for the interlaced, alright *goes to read the guide again* ^^
~Cosmos


The AVS script/files are case sentisive. Here's an example of one of mine:

Image

That's how I make the AVS script, and it works. Just make sure if you put the BilinearResize line to remove it when all done your video.
Image
User avatar
NicholasDWolfwood
 
Joined: 30 Jun 2002
Location: New Jersey, US

Postby AbsoluteDestiny » Sun Sep 08, 2002 2:00 pm

Nic - you dont have to do the resize anymore with the new version of the plugin (see announcement at top of forum)

Cosmos - I dont know what's going on but thats no suprise because you still havent told me exactly what happens when you try and load it into premiere.

Also do you have AMVapp version 1.1 or just 1.0?
User avatar
AbsoluteDestiny
 
Joined: 15 Aug 2001
Location: Oxford, UK

Postby NicholasDWolfwood » Sun Sep 08, 2002 2:58 pm

I don't use the newer plugin, I use the older...I'll start using the AMVApp version when I re-format my HD later this month, but for now, I'm using the older plugins.
Image
User avatar
NicholasDWolfwood
 
Joined: 30 Jun 2002
Location: New Jersey, US

Postby Cosmos Studio » Sun Sep 08, 2002 9:27 pm

I'll double check on the case senstive thing, but I think everything is correct.

I'm using version 1.1 of the AMVapp

And I already explained what Premiere did in the beginning of this mess. Simply load the file as a 10 second audio file.
Thanks,
~Cosmos
User avatar
Cosmos Studio
 
Joined: 16 Sep 2001

Postby Sinime » Wed Sep 11, 2002 9:58 pm

I am having the same problem with AVISynth.
It craps out on line 2 of the AVS file.
Premiere 6.5
XP Home Ed.
AMVapp.exe

Image
Image
Image
User avatar
Sinime
 
Joined: 09 Jul 2002
Location: San Antonio, TX

Postby jbone » Wed Sep 11, 2002 10:00 pm

Sinime wrote:I am having the same problem with AVISynth.
It craps out on line 2 of the AVS file.
Premiere 6.5
XP Home Ed.
AMVapp.exe


You do realize we all know that you couldn't possibly have bought Premiere 6.5...
"If someone feels the need to 'express' himself or herself with a huge graphical 'singature' that has nothing to do with anything, that person should reevaluate his or her reasons for needing said form of expression, possibly with the help of a licensed mental health practitioner."
User avatar
jbone
 
Joined: 12 Jan 2002
Location: DC, USA
Status: Single. (Lllladies.)

Postby Sinime » Wed Sep 11, 2002 10:09 pm

Why is that? The upgrade came in the mail a week or two ago.
User avatar
Sinime
 
Joined: 09 Jul 2002
Location: San Antonio, TX

Postby Sinime » Thu Sep 12, 2002 12:08 am

You do realize we all know that you couldn't possibly have bought Premiere 6.5...


http://www.adobe.com/motion/main.html

It has been out for weeks
User avatar
Sinime
 
Joined: 09 Jul 2002
Location: San Antonio, TX

Postby Beowulf » Thu Sep 12, 2002 2:37 pm

jbone wrote:
Sinime wrote:I am having the same problem with AVISynth.
It craps out on line 2 of the AVS file.
Premiere 6.5
XP Home Ed.
AMVapp.exe


You do realize we all know that you couldn't possibly have bought Premiere 6.5...


You do realize that Premiere 6.5 is availible in Frys Electronics around the country.
User avatar
Beowulf
 
Joined: 27 Feb 2002
Location: in the art house

Postby Sinime » Thu Sep 12, 2002 9:07 pm

Thanks for the back up.... So does anyone know why AVISynth it bails out on line 2 of the AVS file :?: I never installed or used mpeg2avi or avisynth before now and when I did install them I used the handy AMV Avisynth Plugin Pack v1.1.

Screen shots are 5 posts up.
User avatar
Sinime
 
Joined: 09 Jul 2002
Location: San Antonio, TX

Postby AbsoluteDestiny » Fri Sep 13, 2002 2:33 am

I'd love to help you out on this problem, but in all honesty I've no idea what could be going wrong.

If it works in virtualdub or anywhere else it should work. No exception.

There should not be an avisynth script that cannot be loaded into premiere that can be loaded elsewhere. Usually and unrecognized exception error is a problem with the dvd2avi project file such as made with the wrong version of dvd2avi or corrupt. I don't see how this could be a problem with the plugin - can you import other avisynth scripts such as the test ones suppllied with the pack?

Also, because you are using premiere 6.5 I can't really help you because I don't have premiere 6.5. However, klinky does have 6.5 and hasn't reported any problems to me.

Try other avisynth scripts that dont use mpeg2dec and see if they work, if they do then I can only presume that you are doing something wrong with dvd2avi - that or there is some XP incompatibility I don't know about.
User avatar
AbsoluteDestiny
 
Joined: 15 Aug 2001
Location: Oxford, UK

Postby Sinime » Mon Sep 16, 2002 11:14 pm

I can only presume that you are doing something wrong with dvd2avi


Ok, I started playing with settings in DVD2AVI :twisted: and I don’t know if this is the proper way to do this, but when I told DVD2AVI to use video->color space->RGB instead of YUV every thing started to work just fine. The guide did not say to adjust this setting. Are you supposed to? I would have thought the “HuffYUV video compressor” was supposed to fix this problem, or does it give you the option to select RGB over YUV in DVD2AVI?

Thanks AD :lol:
User avatar
Sinime
 
Joined: 09 Jul 2002
Location: San Antonio, TX

Postby ErMaC » Tue Sep 17, 2002 12:34 am

That actual option affects nothing. The MPEG2DEC.DLL file requests a YUV422 decompressor regardless of the DVD2AVI setting (I should know, I've read the source code) - the only thing the setting in DVD2AVI does is change what colorspace to use when saving AVI files from DVD2AVI itself. It's placebo. What I suspect hpapened is you remade the file and by remaking it fixed something that was corrupted. You should never have to change that option.
User avatar
ErMaC
The Man who puts the "E" in READFAG
 
Joined: 24 Feb 2001
Location: Irvine, CA

Previous

Return to Video Software Help Archive

Who is online

Users browsing this forum: No registered users and 0 guests