[FFmpeg-devel] Bug in flac demuxer?

2014-10-18 Thread Marcus Johnson
I don't have access to my command line atm, but i was using the channel map feature to split a 24 bit 192khz 5.1 flac file into 6 mono wave files, and ffmpeg would downcovert it to 16 bit unless i added -acodec pcm_s24le after each -map flag, shouldn't ffmpeg read the bit depth of the input

Re: [FFmpeg-devel] Bug in flac demuxer?

2014-10-18 Thread Michael Niedermayer
On Sat, Oct 18, 2014 at 02:30:55PM -0400, Marcus Johnson wrote: I don't have access to my command line atm, but i was using the channel map feature to split a 24 bit 192khz 5.1 flac file into 6 mono wave files, and ffmpeg would downcovert it to 16 bit unless i added -acodec pcm_s24le after

Re: [FFmpeg-devel] Bug in flac demuxer?

2014-10-18 Thread Carl Eugen Hoyos
Michael Niedermayer michaelni at gmx.at writes: On Sat, Oct 18, 2014 at 02:30:55PM -0400, Marcus Johnson wrote: I don't have access to my command line atm, but i was using the channel map feature to split a 24 bit 192khz 5.1 flac file into 6 mono wave files, and ffmpeg would downcovert