User Tools

Site Tools


ffmpeg:encoding:h265:two-pass_encoding

Differences

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

Link to this comparison view

ffmpeg:encoding:h265:two-pass_encoding [2023/11/01 09:49] – created peterffmpeg:encoding:h265:two-pass_encoding [2023/11/01 12:22] (current) peter
Line 26: Line 26:
  
 <code bash> <code bash>
-ffmpeg -y -i input -c:v libx265 -b:v 2600k -x265-params pass=1 -an -f null /dev/null && \ +ffmpeg -y -i input -c:v libx265 -b:v 8000k -x265-params pass=1 -an -f null /dev/null && \ 
-ffmpeg -i input -c:v libx265 -b:v 2600k -x265-params pass=2 -c:a aac -b:a 128k output.mp4+ffmpeg -i input -c:v libx265 -b:v 8000k -x265-params pass=2 -c:a aac -b:a 320k output.mp4
 </code> </code>
  
ffmpeg/encoding/h265/two-pass_encoding.1698832151.txt.gz · Last modified: 2023/11/01 09:49 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki