Hi nvidia:
I use multimedia API to create the encoder in blocking mode and make it works follow the example. The question is how can I change the frame rate while the encoder is running? I attempt to use setFrameRate API, but it doesn’t work.
Runtime configurable parameter string should be of the form:
"f<frame_num1>,<prop_id1><val>,<prop_id2><val>#f<frame_num1>,<prop_id1><val>,<pr
op_id2><val>#..."
e.g. "f20,b8000000,i1#f300,b6000000,r40/1"
Property ids:
b<bitrate> Bitrate
p<peak_bitrate> Peak Bitrate
r<num/den> Framerate
i1 Force I-frame