Search code examples
qtmp4qtmultimedia

Can I create a .MP4 container with Qt APIs?


Is it possible to create a .mp4 container with Qt Multimedia or some other Qt APIs ?

I understand that Qt does not have encoding APIs, BUT if I've a library helping me to encode & decode, then can I use Qt to create the MP4 container and the additional third party library to encode video data into it ?


Solution

  • Qt (version 5.9.2 or earlier) does not have support for creating or writing to .mp4 files.

    You might be able to do this with a third party add-on QtGstreamer