User Tools

Site Tools


ffmpeg:encoding:h265:constant_rate_factor_crf

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
ffmpeg:encoding:h265:constant_rate_factor_crf [2023/11/01 09:39] peterffmpeg:encoding:h265:constant_rate_factor_crf [2023/11/02 00:35] (current) peter
Line 4: Line 4:
  
   * The mode works exactly the same as in x264, except that maximum value is always 51, even with 10-bit support, so please read the [[https://trac.ffmpeg.org/wiki/Encode/H.264#crf|H.264]] guide for more info.    * The mode works exactly the same as in x264, except that maximum value is always 51, even with 10-bit support, so please read the [[https://trac.ffmpeg.org/wiki/Encode/H.264#crf|H.264]] guide for more info. 
 +
 +----
 +
 +<code bash>
 +ffmpeg -i "input.mkv" -map 0:v -map 0:a:m:language:eng? -map 0:s:m:language:eng? -map 0:d? -map 0:t? -c:v libx265 -crf 23 -c:a copy -threads 12 -bufsize 4M "out.mkv"
 +</code>
  
 ---- ----
ffmpeg/encoding/h265/constant_rate_factor_crf.1698831575.txt.gz · Last modified: 2023/11/01 09:39 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki