ffmpeg:encoding:5.1_audio
Differences
This shows you the differences between two versions of the page.
ffmpeg:encoding:5.1_audio [2023/11/01 11:47] – created peter | ffmpeg:encoding:5.1_audio [2023/11/01 11:50] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ffmpeg - Encoding - 5.1 Audio | + | ====== |
+ | |||
+ | <code bash> | ||
+ | ffmpeg -i input.mkv -c:v libx265 -c:a libopus -b:a 128k -ac6 output.mkv | ||
+ | </ | ||
+ | |||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * Use the switch **-ac 6** right after 128k. < | ||
+ | -b:a 128k -ac 6 | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- |
ffmpeg/encoding/5.1_audio.1698839225.txt.gz · Last modified: 2023/11/01 11:47 by peter