I'm trying out the FFVideoSource and FFAudioSource script because I heard the seeking was better. I'm using an MKV file and trying to get the second audio track played, because the first track is commentary.
Here is my script for those filters:
I get the error that a comma or parentheses needs to go between "int" and "track".FFVideoSource("test.mkv", int track = -1)
FFAudioSource("test.mkv", int track = -2)
Can anybody assist? I've looked at the documentation numerous times.
+ Reply to Thread
Results 1 to 5 of 5
-
-
The "int" is typically used in the documentation, it just means the type expects an integer. For example,
FFVideoSource("test.mkv", track = -1) -
Thank you, I got that out of the way.
I'm having a serious framerate problem now though.
Here is my script.
FFVideoSource("test.mkv", fpsnum = 30000, fpsden = 1001) -
-
I find it's better to make a M2TS file from the MKV and read that into AviSynth, instead of the MKV file itself.
"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
Similar Threads
-
MKV guide, Play MKV, MKV to AVI, MKV to DVD, MKV to MP4, MKV to Blu-ray
By Baldrick in forum Newbie / General discussionsReplies: 55Last Post: 29th Jun 2012, 11:19 -
Hidef(.mkv) to DVD(.m2v) with Avisynth.
By RaChe in forum Video ConversionReplies: 4Last Post: 1st Sep 2010, 15:09 -
Trouble with .mkv and VirtualDub using AVISynth
By Jonnycat in forum Video ConversionReplies: 3Last Post: 6th Apr 2010, 16:43 -
Understanding MKV loading in Avisynth
By carlmart in forum Video ConversionReplies: 38Last Post: 28th May 2009, 06:39 -
MKV, CCE and AviSynth Question
By Maikeru-sama in forum Video ConversionReplies: 10Last Post: 14th Jan 2008, 16:35