Qyot27 wrote:Vax wrote:I had the exact same problem.
Download the ffmpegsource plugin from this
Doom 9 thread (I personally recommend the 1.21 version, not the beta), put the dll in your avisynth plugins folder (usually c:\program files\avisynth 2.5\plugins), and create a script with
Code: Select all
ffmpegsource("path to video file", vtrack=-1, atrack=-1)
Voila.
Just as an aside, the vtrack parameter is only necessary if you're dealing with multi-angle files (and maybe some other odd cases). Needless to say, it's not required to declare it in the script some 99.9% of the time. atrack is only necessary if you want the audio as well, as FFmpegSource doesn't load audio by default (and therefore declaring atrack is actually routine).
Geez, who cares, at least it works D:
vicky-t wrote:yay! thank you, i can get it into virtualdubmod now, although when i do, the color is all distorted, like one of the channels is missing, but i dont really know anything about that, any idea what that might be?
Hmm..That didn't happen for me. Maybe ask around for script that gets rid of this problem because I am the worst person with scripting.