ffmpeg:encoding:h265:constant_rate_factor_crf
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ffmpeg:encoding:h265:constant_rate_factor_crf [2023/11/01 09:38] – created peter | ffmpeg:encoding:h265:constant_rate_factor_crf [2023/11/02 00:35] (current) – peter | ||
---|---|---|---|
Line 3: | Line 3: | ||
Use this mode to retain good visual quality and do not care about the exact bitrate or filesize of the encoded file. | Use this mode to retain good visual quality and do not care about the exact bitrate or filesize of the encoded file. | ||
- | * 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 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:// |
+ | |||
+ | ---- | ||
+ | |||
+ | <code bash> | ||
+ | ffmpeg -i " | ||
+ | </ | ||
---- | ---- | ||
Line 19: | Line 25: | ||
* The default is 28, and it should visually correspond to libx264 video at CRF 23, but result in about half the file size. | * The default is 28, and it should visually correspond to libx264 video at CRF 23, but result in about half the file size. | ||
* CRF works just like in x264, so choose the highest value that provides an acceptable quality. | * CRF works just like in x264, so choose the highest value that provides an acceptable quality. | ||
+ | |||
* **-preset fast**: | * **-preset fast**: | ||
* The default is medium. | * The default is medium. | ||
Line 25: | Line 32: | ||
* Use the slowest preset you have patience for. | * Use the slowest preset you have patience for. | ||
* Ignore placebo as it provides insignificant returns for a significant increase in encoding time. | * Ignore placebo as it provides insignificant returns for a significant increase in encoding time. | ||
+ | |||
* **-tune**: | * **-tune**: | ||
* By default, this is disabled, and it is generally not required to set a tune option. | * By default, this is disabled, and it is generally not required to set a tune option. | ||
Line 37: | Line 45: | ||
https:// | https:// | ||
+ |
ffmpeg/encoding/h265/constant_rate_factor_crf.1698831504.txt.gz · Last modified: 2023/11/01 09:38 by peter