User Tools

Site Tools


ffmpeg:encoding:h265:1-pass_target_bitrate

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ffmpeg:encoding:h265:1-pass_target_bitrate [2023/11/01 12:16] peterffmpeg:encoding:h265:1-pass_target_bitrate [2023/11/01 12:30] (current) – [ffmpeg - Encoding - h265 - 1-pass target bitrate] peter
Line 7: Line 7:
  
 By setting **-b:v** and **-b:a**. By setting **-b:v** and **-b:a**.
 +
 +----
 +
 +<WRAP important>
 +**WARNING:**  Take care of the amounts used for the bitrate!
 +
 +  * **-b:v** is bitrate, so 10000 is actually 10 kbps.  The setting should probably be 10000k in this case.
 +
 +</WRAP>
  
 ---- ----
Line 15: Line 24:
 ffmpeg -i input.mp4 -c:v libx265 -b:v 8M -b:a 320k output.mkv ffmpeg -i input.mp4 -c:v libx265 -b:v 8M -b:a 320k output.mkv
  
-ffmpeg -i input.mp4 -c:v libx265 -b:v 8000 -b:a 320k output.mkv+ffmpeg -i input.mp4 -c:v libx265 -b:v 8000k -b:a 320k output.mkv
 </code> </code>
  
Line 26: Line 35:
   * Abbreviations can be used, like K for kBit/s and M for MBit/s.   * Abbreviations can be used, like K for kBit/s and M for MBit/s.
 </WRAP> </WRAP>
- + 
ffmpeg/encoding/h265/1-pass_target_bitrate.1698840997.txt.gz · Last modified: 2023/11/01 12:16 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki