feature: add patch for ffmpeg
This commit is contained in:
parent
2564f6764f
commit
1aeb190252
5
pages/ffmpeg.patch.md
Normal file
5
pages/ffmpeg.patch.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# ffmpeg
|
||||||
|
> ----------------------------------- Appendix -----------------------------------
|
||||||
|
|
||||||
|
- Convert video to HVENC (nvidia) format, use a `qp` value (recommended range 27-34 (smaller is better)):l
|
||||||
|
`ffmpeg -i {{path/to/input_video}} -c:v hevc_nvenc -b_ref_mode 0 -c:a copy -preset p7 -qp {{27}} {{path/to/output_video}}`
|
Loading…
x
Reference in New Issue
Block a user