Hello,

I would like to access a particular function in FFmpeg's Nvidia Codec SDK: "NvEncReconfigureEncoder". This would allow me to change the bitrate of an encoded video on the fly. Doing it natively via FFmpeg by closing and reopening the AVCodecContext is too slow (can take up to 1 second).

The problem is that after compilation, these functions do not seem to be publicly accessible for the programmer to use. Is there any way I can access these functions?

Thank you.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to