Converting Divx codec for Adobe

If you have questions about compression/encoding/converting look here.
Darksong17
Joined: Sun Nov 24, 2002 4:35 pm
Location: Pennsylvania
Org Profile

Re: Converting Divx codec for Adobe

Post by Darksong17 » Thu Dec 04, 2008 5:40 pm

Krisqo wrote:What's the error?

Is it also a DivX file or something else?

Yeah, more DivX stuff.

Exact error:

Avisynth open failure:
AVISource autodetect: couldn't open file 'C:/Documents and Settings/Owner/Desktop/Anime Episodes/Soul Eater - Clean Opening 1'
Erroer code: 2
(C:/Documents and Settings/Owner/Desktop/Opening.avs, line 1)
Da Anime Movie Luva

User avatar
Krisqo
Cooking Oil
Joined: Mon Jul 07, 2003 1:22 pm
Status: W.O.A (Waiting on Aion)
Location: Moderating the Adobe Forums
Org Profile

Re: Converting Divx codec for Adobe

Post by Krisqo » Thu Dec 04, 2008 11:09 pm

Did you double check your script to make sure there are no typos?
Image

Darksong17
Joined: Sun Nov 24, 2002 4:35 pm
Location: Pennsylvania
Org Profile

Re: Converting Divx codec for Adobe

Post by Darksong17 » Fri Dec 05, 2008 12:18 am

Krisqo wrote:Did you double check your script to make sure there are no typos?
Yep, even redid a new one. Just ain't working.
Da Anime Movie Luva

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: Converting Divx codec for Adobe

Post by Kariudo » Fri Dec 05, 2008 12:26 am

can you post your script anyway?
Image
Image

Darksong17
Joined: Sun Nov 24, 2002 4:35 pm
Location: Pennsylvania
Org Profile

Re: Converting Divx codec for Adobe

Post by Darksong17 » Fri Dec 05, 2008 1:48 am

Kariudo wrote:can you post your script anyway?
AVISource("C:\Documents and Settings\Owner\Desktop\Anime Episodes/Soul Eater - Clean Opening 1")
Da Anime Movie Luva

User avatar
kenzuka
Joined: Fri Dec 01, 2006 12:09 pm
Location: France
Org Profile

Re: Converting Divx codec for Adobe

Post by kenzuka » Fri Dec 05, 2008 3:49 am

Darksong17 wrote:
Kariudo wrote:can you post your script anyway?
AVISource("C:\Documents and Settings\Owner\Desktop\Anime Episodes/Soul Eater - Clean Opening 1")
And the file extension?
This should be:

AVISource("C:\Documents and Settings\Owner\Desktop\Anime Episodes/Soul Eater - Clean Opening 1.avi")
Image

Darksong17
Joined: Sun Nov 24, 2002 4:35 pm
Location: Pennsylvania
Org Profile

Re: Converting Divx codec for Adobe

Post by Darksong17 » Fri Dec 05, 2008 8:42 am

kenzuka wrote:
Darksong17 wrote:
Kariudo wrote:can you post your script anyway?
AVISource("C:\Documents and Settings\Owner\Desktop\Anime Episodes/Soul Eater - Clean Opening 1")
And the file extension?
This should be:

AVISource("C:\Documents and Settings\Owner\Desktop\Anime Episodes/Soul Eater - Clean Opening 1.avi")

I've tried that already (adding .avi). It still doesn't work. Here's the error code with that included:

Avisynth open failure:
No compatible ACM codec to decode 0x2000 audio stream to PCM.
(C:/Documents and Settings/Owner/Desktop/Opening.avs, line 1)
Da Anime Movie Luva

User avatar
Krisqo
Cooking Oil
Joined: Mon Jul 07, 2003 1:22 pm
Status: W.O.A (Waiting on Aion)
Location: Moderating the Adobe Forums
Org Profile

Re: Converting Divx codec for Adobe

Post by Krisqo » Fri Dec 05, 2008 10:18 am

You need the .avi in there no matter what.

Try using this:

AVISource("C:\Documents and Settings\Owner\Desktop\Anime Episodes/Soul Eater - Clean Opening 1.avi", audio=false)

Never used the audio=false param so someone correct me if I'm using it wrong.
Image

Darksong17
Joined: Sun Nov 24, 2002 4:35 pm
Location: Pennsylvania
Org Profile

Re: Converting Divx codec for Adobe

Post by Darksong17 » Fri Dec 05, 2008 1:51 pm

Krisqo wrote:You need the .avi in there no matter what.

Try using this:

AVISource("C:\Documents and Settings\Owner\Desktop\Anime Episodes/Soul Eater - Clean Opening 1.avi", audio=false)

Never used the audio=false param so someone correct me if I'm using it wrong.

That worked! Thanks a bunch.
Da Anime Movie Luva

Locked

Return to “Conversion / Encoding Help”