VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. I have an AviSynth script:
    PHP Code:
    LoadPlugin("E:\AviSynth 2.5\plugins\ffms2.dll")
    FFAudioSource("E:\AviSynth 2.5\scripts\1.mkv")
    FFVideoSource("E:\AviSynth 2.5\scripts\1.mkv")
    AudioDub(V,A)
    (...) 
    But in the mkv file, there are two different audio tracks, and it chooses the one with ID 1 by default. How do I make it so that it chooses track ID 2? I know I can just remove the first track with mkvmerge, but I have quite a lot of files and it would be very time consuming to mux every one of them one by one.
    Quote Quote  
  2. In FFAudioSource() add track=2.
    Quote Quote  
  3. Originally Posted by jagabo View Post
    In FFAudioSource() add track=2.
    Thanks, will try that.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!