Thanks, this also helped me out a lot.CrackTheSky wrote:Download ffmpegsource, extract it to your AviSynth plugins folder, and make the following .avs script:
Alter the path and file names as necessary.Code: Select all
loadplugin("C:\Program Files\AviSynth 2.5\plugins\ffmpegsource.dll") ffmpegsource("C:\blah\myfile.mkv")
