Bug Report "Use CFR" doesn't work

macchky

New Member
OBS always creates VFR video.

I saw the sorce , in Encoder_x264.cpp
Line 231
Code:
paramData.b_vfr_input           = !bUseCFR;

I think this is not sufficient to use CFR.

To use CFR, must be set "force-cfr" and "fps" option to x264.
 
Top