Need help with avi synth and the other thing.

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
James Sharp
Joined: Sun Dec 12, 2004 10:09 pm
Location: Northern Cali
Org Profile

Need help with avi synth and the other thing.

Post by James Sharp » Wed Feb 17, 2010 2:29 am

So i went http://www.animemusicvideos.org/guides/ ... synth.html here and decided to try to learn the whole avi synth thing before i got started on ripping and working on all my dvd work.

I figured.. hell i will learn this program real quick as the guides make it look simple... WRONG!!!!

I follow the guide perfectly until this part.
A more complex script

Now, why don't we try loading an actual video into AvsP? First, make sure to erase any commands that you have already written, so you are starting from an empty script. You can now select a video to open by either going to the File menu and then selecting "Open", or by pressing Ctrl+O, or by middle-clicking somewhere in your script.

Just so we are all on the same page here, I would recommend that you grab one of my favorite AMVs, Believe by Kevin Caldwell, and try loading it. AvsP should generate a line that says DirectShowSource() and contains the path to the file. Pressing F5, you should be able to see the video. And on that note, this would be a great time to explain about some of the various source filters that you can use.

Now i didnt have the video he recommended downloaded so i used one that was on my pc...
Its the same thing really so i figured no big whoop... anyways.. at this point i press f5 to open the moniter and i see this.

Image

Now im simply trying to follow the guide to learn as much as possible before i start on my project. so far i have learned that i need a literal armada of programs just so i can edit footage without crashing my program.. i mean for gods sakes you go from reading ermacs guide for 12 hours to ripping to avisynth and then from there to god knows where just to get files to edit.. all i wanted to do was learn the program within a resonable ammount of time.. and get to editing my video..

It would seem that actually getting the footage to an editable state is the hardest part of making an amv.

so can anyone offer any advice on why i cannot get my avsp program to work like the guide says it should or what.
Close calls are always the most exciting. Coming close is always the most dissapointing.

My newest vid:
http://www.animemusicvideos.org/forum/v ... =3&t=98816
I welcome any and all advice on how i can improve

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

Re: Need help with avi synth and the other thing.

Post by Scintilla » Wed Feb 17, 2010 7:20 am

Don't use an .MP4 for the DirectShowSource test, then. Use an MPEG or an AVI file.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Re: Need help with avi synth and the other thing.

Post by Qyot27 » Wed Feb 17, 2010 3:34 pm

It helps to know exactly how AviSynth's source filters work before you try messing with them.

AVISource uses VFW. You need VFW decoders so it can use that source filter. If you can't open the file in VDub without using AviSynth, you're probably SOL.

DirectShowSource uses DirectShow (obviously). You need DirectShow splitters and decoders so it can use that source filter. You need to make sure Windows Media Player, Media Player Classic, or some other DirectShow-based player can play them first.

MPEG2Source relies on its own decoding code. As long as AviSynth autoloads it you won't have a problem, considering you already indexed the file with DGIndex.

FFmpegSource (1.21 or 2.x) is also self-contained. As long as it autoloads, it should be fine (although in FFMS2, MPEG2-TS is handled by using Haali's Media Splitter if you've got it installed). A general rule of thumb is that FFmpegSource can handle most formats that VLC or mplayer can, within reason.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

Locked

Return to “AviSynth Help”