Has anyone made a ProRes? How do you change profiles? Is there a limited number of framerates/bitrates it supports? Do you even support bitrates or do I need to feed it a profile?
I’m looking at the ffmpeg docs and it looks like it takes in one of 4 bitrates:
[code]#define FF_PROFILE_PRORES_PROXY 0
#define FF_PROFILE_PRORES_LT 1
#define FF_PROFILE_PRORES_STANDARD 2
#define FF_PROFILE_PRORES_HQ 3
static const int bitrate_table[5] = { 1000, 2100, 3500, 5400 };[/code]