User Tools

Site Tools


ffmpeg:encoding:5.1_audio

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ffmpeg:encoding:5.1_audio [2023/11/01 11:47] – created peterffmpeg:encoding:5.1_audio [2023/11/01 11:50] (current) peter
Line 1: Line 1:
-ffmpeg - Encoding - 5.1 Audio+====== ffmpeg - Encoding - 5.1 Audio ====== 
 + 
 +<code bash> 
 +ffmpeg -i input.mkv -c:v libx265 -c:a libopus -b:a 128k -ac6 output.mkv 
 +</code> 
 + 
 + 
 +<WRAP info> 
 +**NOTE:**  The following switches need to be specifically set: 
 + 
 +  * Use the switch **-ac 6** right after 128k. <code> 
 +-b:a 128k -ac 6 
 +</code> 
 + 
 +</WRAP> 
 + 
 +---- 
ffmpeg/encoding/5.1_audio.1698839225.txt.gz · Last modified: 2023/11/01 11:47 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki