Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Is there the possibility of having two separate mono tracks in the output instead of one stereo track? In addition, the input audio format is 24 it PCM and I would like to have the same in the output. Commented Jun 3, 2022 at 13:46
  • I updated my answer. -map "[FC]" -map "[LFE]" maps to tow audio streams (two separate mono tracks) and -acodec pcm_s24le selects the audio codec. Commented Jun 3, 2022 at 21:05