-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
push hardware codecs for future update
- Loading branch information
1 parent
7738c14
commit 0f81e0a
Showing
1 changed file
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
{"codecs":[ | ||
{ | ||
"x264":"-c:v libx264 -preset slow -x264-params direct=spatial -pix_fmt yuv420p -qp 16", | ||
"x265":"-c:v libx265 -preset medium -pix_fmt yuv420p -qp 18", | ||
"AV1":"-c:v libsvtav1 -preset 8 -qp 20 -svtav1-params tune=0:enable-tf=0:enable-overlays=1 -pix_fmt yuv420p10le", | ||
"VP9":"-c:v libvpx-vp9 -b:v 0 -crf 18 -cpu-used 3 -aq-mode 1 -pix_fmt yuv420p", | ||
"ProRes":"-c:v prores_ks -profile:v 4 -vendor apl0 -bits_per_mb 8000 -pix_fmt yuva444p10le", | ||
"NVENC":"-c:v hevc_nvenc -preset p6 -qp 20" | ||
"x264":"-c:v libx264 -preset slow -x264-params direct=spatial -pix_fmt yuv420p -qp 16", | ||
"x265":"-c:v libx265 -preset medium -pix_fmt yuv420p -qp 18", | ||
"AV1":"-c:v libsvtav1 -preset 8 -qp 20 -svtav1-params tune=0:enable-tf=0:enable-overlays=1 -pix_fmt yuv420p10le", | ||
"VP9":"-c:v libvpx-vp9 -b:v 0 -crf 18 -cpu-used 3 -aq-mode 1 -pix_fmt yuv420p", | ||
"ProRes":"-c:v prores_ks -profile:v 4 -vendor apl0 -bits_per_mb 8000 -pix_fmt yuva444p10le", | ||
"Lossless":"-c:v ffv1 -coder 2 -context 1 -level 3 -slices 12 -g 1", | ||
"h264_nvenc": "-c:v h264_nvenc -preset p6 -b_adapt 1 -rc-lookahead 30 -qp 18 -qp_cb_offset -2 -qp_cr_offset -2 -pix_fmt nv12", | ||
"hevc_nvenc": "-c:v hevc_nvenc -preset p6 -b_adapt 1 -rc-lookahead 30 -qp 18 -qp_cb_offset -2 -qp_cr_offset -2 -pix_fmt nv12", | ||
"av1_nvenc":"", | ||
"h264_amf": "-c:v h264_amf -quality balanced -profile high -rc cqp -qp 20 -pix_fmt nv12", | ||
"hevc_amf": "-c:v hevc_amf -quality balanced -profile main -rc cqp -qp 20 -pix_fmt nv12", | ||
"h264_qsv": "-c:v h264_qsv -preset slow -look_ahead 30 -q 25 -pix_fmt nv12", | ||
"hevc_qsv": "-c:v hevc_qsv -preset slow -look_ahead 30 -q 25 -pix_fmt nv12", | ||
"av1_qsv":"" | ||
} | ||
] | ||
} |