79780534

Date: 2025-10-01 23:25:20
Score: 0.5
Natty:
Report link

ffmpeg.exe -i input.mp4 -map 0:v -c:v copy -map 0:a -c:a:0 copy -map 0:a -c:a:1 aac -b:a:1 128k -ac 2 output.mp4

As you can see, audio must be selected twice, the first time to copy it, the second time to convert and output it to a new stream.

Console will show:

Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (copy)
  Stream #0:1 -> #0:2 (ac3 (native) -> aac (native))
Reasons:
  • Blacklisted phrase (1): this video
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dieter Schmitt