The third digit in "0.0.0" is the channel number you want to keep. 0 is left, 1 is right.
+ Reply to Thread
Results 31 to 32 of 32
-
-
Thanks again,appreciate the response. This is the first time I came across RMVB files w/Dual language with my desired Language [ Cantonese] in the Right
Mono,usually almost all the time is on the Left. That was why the question.
I changed your code to this as you suggested, works Great !!
Code:mkdir mono for %%F in (*.rmvb) do ( ffmpeg -i "%%~dpnxF" -map_channel 0.0.0 -c:v copy -c:a aac -b:a 160k "mono\%%~nF.mkv" ffmpeg -i "%%~dpnxF" -map_channel 0.0.1 -c:v copy -c:a aac -b:a 160k "mono\%%~nF.mkv" )
Similar Threads
-
Converting TrueHD Atmost track to Dolby Digital + Atmos track?
By illuvattarr in forum AudioReplies: 2Last Post: 21st Jul 2018, 23:09 -
Downmixing 6 channel AAC to 2 channel?
By bizzybody in forum Video ConversionReplies: 33Last Post: 12th Nov 2017, 10:19 -
Convert 6 Channel AAC to 6 Channel AC3
By TheRandomOne in forum AudioReplies: 18Last Post: 4th Jul 2017, 10:40 -
How to fix audio that jump from channel to channel?
By midts in forum AudioReplies: 2Last Post: 24th Apr 2017, 07:04 -
Premiere: Duplicate left audio channel to the right channel?
By ash_melb in forum EditingReplies: 7Last Post: 21st Oct 2015, 11:32