AVi Synth Help

Locked
-MajinLink-
Joined: Sun May 30, 2004 6:32 pm
Org Profile

AVi Synth Help

Post by -MajinLink- » Mon Nov 15, 2004 3:56 pm

Alright i've been trying out different scripts for awhile and i'm really not getting anywhere. =/

I type in...

DirectShowSource("C:\Documents and Settings\Owner\Desktop\balthezspirit.avi")
BicubicResize(320,240)

And then when I go to play it on Windows Media I can't here the audio.

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Mon Nov 15, 2004 4:11 pm

Replace <b>DirectShowSource</b> with <b>AVISource</b>. See if it works then.

If you're working with an .AVI file, you should always try AVISource first.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

-MajinLink-
Joined: Sun May 30, 2004 6:32 pm
Org Profile

Post by -MajinLink- » Mon Nov 15, 2004 4:23 pm

When I replace DirectShowSource with AVISource, the video doesn't appear at all.

My .avi video is located on my desktop, so would the correct location link be:

AVISource("C:\Documents and Settings\Owner\Desktop\blah.avi") ?

I type that in, but I get nothing when I try and play it on Windows Media.

If not, could you please tell me one that would work? Thanks.

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Mon Nov 15, 2004 4:46 pm

Sounds like you have an old version of avisynth.

User avatar
downwithpants
BIG PICTURE person
Joined: Tue Dec 03, 2002 1:28 am
Status: out of service
Location: storrs, ct
Org Profile

Post by downwithpants » Mon Nov 15, 2004 4:49 pm

are you using dv type 1 encoded avi (a directshow codec)?
i've had trouble loading dv type 1 into virtualdub. there is a program that will allow you to convert it to dv type 2, with which i've had more success with loading to virtualdub. you can download it at http://www.ulead.com/download/dvconverter/download.htm

i know that windows movie maker exports its dv encoded AVIs in dv type 1. so if you saved the movie in windows movie maker, you can try that program.

and use directshowsource for dv.
maskandlayer()|My Guide to WMM 2.x
a-m-v.org Last.fm|<a href="http://www.frappr.com/animemusicvideosdotorg">Animemusicvideos.org Frappr</a>|<a href="http://tinyurl.com/2lryta"> Editors and fans against the misattribution of AMVs</a>

-MajinLink-
Joined: Sun May 30, 2004 6:32 pm
Org Profile

Post by -MajinLink- » Mon Nov 15, 2004 4:58 pm

Zarxrax wrote:Sounds like you have an old version of avisynth.
I downloaded AviSynth 2.0.8

User avatar
Kalium
Sir Bugsalot
Joined: Fri Oct 03, 2003 11:17 pm
Location: Plymouth, Michigan
Org Profile

Post by Kalium » Mon Nov 15, 2004 5:02 pm

-MajinLink- wrote:
Zarxrax wrote:Sounds like you have an old version of avisynth.
I downloaded AviSynth 2.0.8
AVS is significantly farther along than that. Get the newest AMVApp which has the newest AVS.

-MajinLink-
Joined: Sun May 30, 2004 6:32 pm
Org Profile

Post by -MajinLink- » Mon Nov 15, 2004 6:40 pm

I downloaded AMVApp. This is what happens now...


DirectShowSource("C:\Documents and Settings\Owner\Desktop\video.avi")
BicubicResize(320,240)

Just a black screen with no volume.


AVISource("C:\Documents and Settings\Owner\Desktop\video.avi")
BicubicResize(320,240)

I get a script error.

User avatar
Kalium
Sir Bugsalot
Joined: Fri Oct 03, 2003 11:17 pm
Location: Plymouth, Michigan
Org Profile

Post by Kalium » Mon Nov 15, 2004 6:44 pm

You uninstalled the old one, right?

-MajinLink-
Joined: Sun May 30, 2004 6:32 pm
Org Profile

Post by -MajinLink- » Mon Nov 15, 2004 6:58 pm

Yes I did.

Locked

Return to “Video & Audio Help”