I have two questions:
- I'm trying to test out the CVBR feature in the H.264 2.1 encoder, but I can't seem to get a configuration that doesn't throw an error when I go to configure my dynamic params. Could someone share with me encoder settings that successfully create and configure an encoder to use CVBR for rate control?
- I do not understand how to interpret the error results I get from calls like VIDENC1_create() and VIDENC1_control(); I know I can examine the extended error, but there's no clear way I've seen to map them to the error codes outlined in the H.264 encoder. Anyone know how to do this?
Thanks