Hi everyone :) I would like to transcode a bunch of files from different sources, with different audio encoding properties to uncompressed PCM, **but: maintain the source bit depth**.
Since "-c:a" includes the bit-depth of the audio samples "pcm_s16le, pcm_s24le, etc", I was wondering if there's a nice way to tell FFmpeg: Convert any source audio format to PCM - but keep the same bits as the source file had? Currently I'm pre-sorting files manually in 16 or 24 bit and then hardcoding "-c:a" accordingly... Thank you very much in advance, Peter B. _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".