Log in

View Full Version : In x264 how to set "no-scenecut" parameter in x264_param_t ?


l35633
14th December 2014, 20:07
hello, I am using x264 lib, I want to set "no-scenecut" parameter to disable adaptive I-frame decision in x264_param_t, but I cannot find it.

Any good ideas? Thank you very much!!!

LoRd_MuldeR
14th December 2014, 21:21
Setting i_scenecut_threshold to 0 doesn't work? :confused:

l35633
15th December 2014, 01:04
let me try it, thank you very much!