My requirement is create a encoded video from raw frames in atleast 4k resolution. Presently I am recording videos @1080p using libavcodec (H.264, MPEG4). What will be the best solution for recording these videos @4k?
Is it possible to do multithreaded encoding using libavcodec? Another option could be using Intel QuickSync. How good is that?
are there other any solutions available?
Edit: I require atleast 24FPS.