Re: [FFmpeg-user] Enable all audio tracks for MOV container

2016-08-09 Thread Robert Krüger
chrisjohanne...@gmail.com> > > > To: "FFmpeg user questions" <ffmpeg-user@ffmpeg.org> > > > Sent: Tuesday, 19 July, 2016 21:41:48 > > > Subject: [FFmpeg-user] Enable all audio tracks for MOV container > > > > > Hi all - > > >

Re: [FFmpeg-user] Enable all audio tracks for MOV container

2016-07-19 Thread Christian Johannesen
: Tuesday, 19 July, 2016 21:41:48 > > Subject: [FFmpeg-user] Enable all audio tracks for MOV container > > > Hi all - > > > > I had been using a patch from this mailing list on the FFMPEG source code > > to enable all audio tracks when encoding QuickTime MOV. > &

Re: [FFmpeg-user] Enable all audio tracks for MOV container

2016-07-19 Thread Rens Dijkshoorn
- Original Message - > From: "Christian Johannesen" <chrisjohanne...@gmail.com> > To: "FFmpeg user questions" <ffmpeg-user@ffmpeg.org> > Sent: Tuesday, 19 July, 2016 21:41:48 > Subject: [FFmpeg-user] Enable all audio tracks for MOV container &

[FFmpeg-user] Enable all audio tracks for MOV container

2016-07-19 Thread Christian Johannesen
Hi all - I had been using a patch from this mailing list on the FFMPEG source code to enable all audio tracks when encoding QuickTime MOV. diff --git a/libavformat/movenc.c b/libavformat/movenc.c index b6821d4..136adae 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -2315,6