[FFmpeg-user] MKV With Multiple Audio Streams

2016-07-28 Thread Gabriel Altabarani
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: Attatchment Stream#0:6: Attatchment I just want Stream#0:0 and 0:3. However I don't want to re-encode, I just want to

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: >

[FFmpeg-user] Source v210.mov has no interlacement info, ffv1 transcode is listed as progressive

2016-07-28 Thread Kieran O Leary
Hi, My input file was generated from Avid Media Composer 8. Link: https://www.dropbox.com/s/yed44wj5lq9jg8h/2fr.mov?dl=0 If I use -c copy to remux to mov or mkv, then the lack of interlacement info is maintained. When I encode with FFV1, using either MKV or MOV, the file is listed as

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] Source v210.mov has no interlacement info, ffv1 transcode is listed as progressive

2016-07-28 Thread Tobias Rapp
Hello Kieran, On 28.07.2016 10:38, Kieran O Leary wrote: If I use -c copy to remux to mov or mkv, then the lack of interlacement info is maintained. When I encode with FFV1, using either MKV or MOV, the file is listed as progressive in mediainfo. However, the issue may not be specific to FFV1

Re: [FFmpeg-user] Source v210.mov has no interlacement info, ffv1 transcode is listed as progressive

2016-07-28 Thread Kieran O Leary
Hello Jerome!! On Thu, Jul 28, 2016 at 5:06 PM, Jerome Martinez wrote: > Le 28/07/2016 à 10:38, Kieran O Leary a écrit : >> >> Hi, >> >> My input file was generated from Avid Media Composer 8. >> Link: https://www.dropbox.com/s/yed44wj5lq9jg8h/2fr.mov?dl=0 >> >> If I use

Re: [FFmpeg-user] Source v210.mov has no interlacement info, ffv1 transcode is listed as progressive

2016-07-28 Thread Jerome Martinez
Le 28/07/2016 à 10:38, Kieran O Leary a écrit : Hi, My input file was generated from Avid Media Composer 8. Link: https://www.dropbox.com/s/yed44wj5lq9jg8h/2fr.mov?dl=0 If I use -c copy to remux to mov or mkv, then the lack of interlacement info is maintained. When I encode with FFV1, using

Re: [FFmpeg-user] Source v210.mov has no interlacement info, ffv1 transcode is listed as progressive

2016-07-28 Thread Kieran O Leary
Hello Tobias! On Thu, Jul 28, 2016 at 1:34 PM, Tobias Rapp wrote: > > From the top of my head FFV1 has a flag interlaced=false/true but there is > no interlaced=unknown. > According to mediaconch, picture_structure is in fact 3 (progressive). According to the spec,