Reputation: 751
I would like to know if I can dynamically change video encoder parameters for a given video? For example I would like to start encoding a raw video in H.264/H.265 for the first 10s in 30fps and then, while the encoder is still working, change the fps to 20 for the rest of it. Thanks in advance for your help.
Upvotes: 2
Views: 1137
Reputation: 377
Yes it is definitely possible provided the encoder you are using support dynamic parameter changing.
Upvotes: 1