I have an AviSynth script:
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.PHP Code:LoadPlugin("E:\AviSynth 2.5\plugins\ffms2.dll")
A = FFAudioSource("E:\AviSynth 2.5\scripts\1.mkv")
V = FFVideoSource("E:\AviSynth 2.5\scripts\1.mkv")
AudioDub(V,A)
(...)
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 3 of 3
			
		Similar Threads
- 
  Sony Vegas - Scripting - Adding track motion presetBy samsam in forum EditingReplies: 1Last Post: 7th Oct 2020, 01:52
- 
  How do I (BATCH) set a specific subtitle track, and audio track as default?By MountainSplash00 in forum Newbie / General discussionsReplies: 3Last Post: 2nd Dec 2014, 07:53
- 
  Software for syncing and muxing audio track with video track?By uranometria in forum Video ConversionReplies: 1Last Post: 21st Jul 2014, 02:52
- 
  [Avisynth] FFVideoSource: Video track is unseekableBy marcorocchini in forum Newbie / General discussionsReplies: 2Last Post: 17th Oct 2013, 17:36
- 
  Add an audio track or replace the audio track of an AVIBy abrafax in forum Newbie / General discussionsReplies: 9Last Post: 1st Oct 2012, 15:34


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote
