You're going to have to use avisynth to import your footage into virtualdub/mod
If you didn't install the amvapp, you'll probably need to google Avisynth and install it.
If you can play mkv files, then you might be able to use directshowsource() to import your footage.
- Code: Select all
open notepad
type the following:
directshowsource("<path to your file here>")
then file->save as
give your file a name, and put .avs at the end of it (get rid of the .txt part, you just want .avs)
replace <path to your file here> with the filepath (look at my post in
this thread if you need help with that)
You then drag/drop the .avs file into vdub/mod...and it should work.
If you get an error, go get ffmpegsource (a filter for avisynth) from
hereyou then put ffmpegsource.dll into avisynth's plugins folder (usually C:\program files\avisynth2.5\plugins). This autoloads the plugin so you don't have to use loadplugin()
replace directshowsource with ffmpegsource in your avisynth script, save and drop into vdub/mod. It should work now
Answering your other question, yes, Lagarith and Huffyuv are both lossless codecs.