Now with that said i have to admit this is just out of hand.
I spent the better part of this week sitting and repeatedly reading A&E's Technical Guides to All Things Audio and Video. Every single pass i made at this massive and bloated guide just reinforced one thing, i am confused.
Then i decided to take a break from that and start giving avisynth and avsp a shot.. because from what i read that is a must to be a big boy in amv making.
So i follow a guide there.
of course i run into issues and ask questions and STILL i am met with MORE TECHNICAL TERMS!!!
here is the response i got to the question i posted because i was having trouble following the GUIDE for avsp
So i only can assume that i need to know all about video formats and codecs and containers and scripts and filters and all that jazz.. before i can even attempt to follow a supposedly simple guide?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.
Ahh yes of course.. aparently avsp only works with certain codecs and certain formats or whatever.. BUT i distinctly remember reading this quote in the very long guide:
yay 1 step to handle all file formats... but wait... avsp cannot handle all.. or something.. confusion... ya confused..Video footage can come in many formats. You might have MKV, MP4, OGM, MPG, AVI, WMV, or maybe even something else. The problem with all of these though, is that they probably aren't fit for editing because they aren't compressed with a codec that is suitable for editing. In order to fix this, we are going to load the files through AviSynth, and then convert them into editable AVI files, which will solve all of our problems. Fortunately, no matter what type of file you have, we can handle it the same way.
At this point, you should already be familiar with AviSynth. If not, make sure to get familiar with it before going on.
anyways after spending the better part of the week confusing myself i simply have 1 question... why the hell can i not simple rip a dvd and throw those files into my editing software.. or better yet my question is.. why has no one designed a editing software that will just allow you to edit vob files or whatever.
So ya.. rant over.. i know alot of you probably think this shit is easy because you have been doing it for so long. but from a new persons perspective.. just getting footage to edit is making this whole process seem crazy complicated.
Im sure if i could just get my footage ready and sorted without having to go through all these steps it would be fine. but holy crap..