Hi all
I have a 720P input and resize it to D1 on DM6467.Now I want to encode the both of them.
Can I simply create two encoder ?Or I can only encode them one by one with different param setting to codec?
My Codec Engine is 'codec_engine_2_25_05_16'
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi all
I have a 720P input and resize it to D1 on DM6467.Now I want to encode the both of them.
Can I simply create two encoder ?Or I can only encode them one by one with different param setting to codec?
My Codec Engine is 'codec_engine_2_25_05_16'
Codec Engine certainly supports that, so long as you don't run out of resources the codec needs (memory, DMA, etc). You'll simply call VIDENC1_create() again to get a second instance handle.
Chris