This is an old revision of the document!
LoadPlugin("path\dcdecode.dll")
MPEG2Source("video.d2v")
LoadPlugin("path\FFMS2.dll")
FFmpegSource2("video.mkv")
nice -n 19 avconv -i "${infile}" -s 626x352 -map 0 -c:v libx264 -preset slower \
-crf 24 -c:a libvorbis -b:a 96k "${outfile}.mkv"