What should I put into NV_ENC_PIC_PARAMS.inputDuration
? According to the documentation inputTimeStamp
can be any monotonically growing value, but I am struggling to find anything on inputDuration
.
Should it just be frame.inputTimeStamp - prevFrame.inputTimeStamp
?