Re: [FFmpeg-user] MKV With Multiple Audio Streams

2016-07-28 Thread Kieran O Leary
Hi, On Thu, Jul 28, 2016 at 9:02 AM, Gabriel Altabarani wrote: > So I have an MKV video file with the following streams: > > > > Stream#0:0: Video > > Stream#0:1: Audio > > Stream#0:2: Subtitle > > Stream#0:3: Audio > > Stream#0:4: Attatchment > > Stream#0:5:

Re: [FFmpeg-user] MKV With Multiple Audio Streams

2016-07-28 Thread kv pham
Ffmpeg -i input -map 0:v -vcodec copy -map 0:3 -acodec copy output.mkv If the audio track is indeed stream 3 (check the output of the command) Le 28 juil. 2016 10:33 AM, "Francois Visagie" a écrit : > > -Original Message- > > From: ffmpeg-user

Re: [FFmpeg-user] MKV With Multiple Audio Streams

2016-07-28 Thread Francois Visagie
> -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > Gabriel Altabarani > Sent: 28 July 2016 11:03 > To: ffmpeg-user@ffmpeg.org > Subject: [FFmpeg-user] MKV With Multiple Audio Streams > > So I have an MKV video file with the following streams: >