Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| howto:ffmpeg [2022/06/08 00:39] – andi | howto:ffmpeg [2023/06/11 00:58] (current) – [audio channel mapping / repair] andi | ||
|---|---|---|---|
| Line 222: | Line 222: | ||
| https:// | https:// | ||
| + | |||
| + | === mono mixdown | ||
| + | |||
| + | ffmpeg -i 27-hd-orig.mp4 -codec:v copy -map_metadata 0 -ac 1 -ab 128k 27-hd.mp4 | ||