feature: add patch for ffmpeg

This commit is contained in:
inkch 2025-01-16 21:24:46 +09:00
parent 2564f6764f
commit 1aeb190252

5
pages/ffmpeg.patch.md Normal file
View 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}}`