Hi,
Is it possible to create and destroy encoder channels on the fly (with different resolutions and FPS) ?
Or changing those parameters on the fly, and let the encoder start a new GOP with a relevant SPS?
for example: for the first minute of the input video i want to encode some of the input frame to an output movie of size D1 and some of the input frame to an output movie of size QVGA, and for the 3rd minute of the movie i want to encode some of the input frame to QVGA and another part of the input frame to QCIF (just for an example)
so after the 1st minute i can close the D1 encoder and QVGA encoder and in the 3rd minute open a new encoder of size QVGA and another one of size QCIF --- can it be done ?
Thanks,
Amit