Re: [FFmpeg-devel] [PATCH] avformat/avienc: add muxer option "write_channel_mask"

2015-09-10 Thread Tobias Rapp
On 10.09.2015 14:57, Derek Buitenhuis wrote: On 9/10/2015 1:25 PM, Tobias Rapp wrote: My use-case is handling recorded AVI files which have an unknown/empty/unsupported channel layout. Instead of writing the guessed channel layout into the output file, using "-write_channel_mask off" allows to w

Re: [FFmpeg-devel] [PATCH] avformat/avienc: add muxer option "write_channel_mask"

2015-09-10 Thread Derek Buitenhuis
On 9/10/2015 1:25 PM, Tobias Rapp wrote: > My use-case is handling recorded AVI files which have an > unknown/empty/unsupported channel layout. Instead of writing the guessed > channel layout into the output file, using "-write_channel_mask off" > allows to write an empty channel mask instead.

[FFmpeg-devel] [PATCH] avformat/avienc: add muxer option "write_channel_mask"

2015-09-10 Thread Tobias Rapp
Attached patch adds support for writing an empty channel-mask into AVI files. My use-case is handling recorded AVI files which have an unknown/empty/unsupported channel layout. Instead of writing the guessed channel layout into the output file, using "-write_channel_mask off" allows to write