ffmpeg:encoding:h265:two-pass_encoding
Differences
This shows you the differences between two versions of the page.
ffmpeg:encoding:h265:two-pass_encoding [2023/11/01 09:49] – created peter | ffmpeg: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 |
</ | </ | ||
ffmpeg/encoding/h265/two-pass_encoding.1698832151.txt.gz · Last modified: 2023/11/01 09:49 by peter