Hi everyone,
I'm (still) looking for good Youtube-orinted HEVC encodings parameters for my iGPU (UHD770) and, after playing a bit on available parameters (also exploiting the Copilot + Gemini suggestions), I'm actually using these form my 1080p/25fps sources:
Code
"_strategy": "icq",
"global_quality": 20,
"g": 50,
"bf": 8,
"preset": 1,
"forced_idr": true,
"rdo": 1,
"max_frame_size": 0,
"max_frame_size_i": 0,
"max_frame_size_p": 0,
"max_slice_size": 0,
"mbbrc": 1,
"extbrc": 1,
"p_strategy": 1,
"b_strategy": 1,
"dblk_idc": 1,
"adaptive_i": 1,
"adaptive_b": 1,
"scenario": 3,
"look_ahead_depth": 50,
"profile": 2,
"tile_cols": 1,
"tile_rows": 1,
"recovery_point_sei": 1,
"transform_skip": 1,
"int_ref_cycle_size": 0,
"int_ref_qp_delta": 0,
"int_ref_cycle_dist": 0
Alles anzeigen
ZitatFormat: p010le
...any opinions/suggestion about ?
EDIT:
Forgot to link this interesting FFMPEG document that explains parameters meaning/settings: hevc_qsv.txt