Kira_Douji wrote:CCCP had a version of Haali's Media Splitter in it and installed it when I installed the package. Regarding that: I'm trying to avoid conflicts and codec issues as much as possible; there appears to be a VFW end to the FFDshow filters that it comes with, is there a certain way I need to configure it?
In the VFW configuration dialog, the list of codecs will have 'disabled' or 'libavcodec' next to them (some might also have the name of an alternate, such as 'Xvid' or 'AviSynth'). Just click on that title if it says 'disabled' and pick 'libavcodec' instead. You can do so for whichever codecs you need. Personally, I let ffdshow handle most of the things in there, but perhaps most importantly DV, HuffYUV, and MJPEG (the last two the VFW is also capable of encoding).
The VFW configuration might also actually say 'video encoder configuration' instead.
Setting up the VFW will only work if you plan on using AVISource. To use DirectShowSource you have to use the regular 'video decoder configuration' dialog. FFmpegSource, on the other hand, requires no configuring of ffdshow or other codecs because it handles all its decoding internally - which is primarily the reason I suggested it. It has one glaring downside, being that the non-beta version has no VFR compensation - if you need that, it's better to use DirectShowSource with the convertfps=true option (I can't recommend the 2.0 beta versions of FFmpegSource because there were usage regressions and some other issues I can't fully recall and until those get resolved, it's best to stick to 1.21).
@ MPEG2Source: I have DGIndex installed; are d2v files the only files it can open? Trying to open an .mpg with this results in an error. Conversely, using the avisynth template MPEGSource(nic) - I went out and downloaded the most recent version I could find - imports the footage but with green along the bottom and rolling, streaking noise along the top. What do I need to be able to use mpg/mpegs with aviSynth files?[/color]
Open the MPEG files with DGIndex and save the d2v, then use MPEG2Source to access the d2v. DGIndex does have a template option which can autogenerate AviSynth scripts to your choosing if you so desire. The info about doing that is in DGIndex's documentation.