Record audio and video using Qt 5
-
I am aware that it is possible that it is possible to capture both audio and video using Qt 5. Is there any simple way to do this at the same time merging them into a single file (.avi, .mpeg, etc). Some example code would be much appreciated :) Thanks in advance.
-
AFAIK it's not possible to compose video containers (like AVI) in Qt only.
I would say go with "OpenCV":http://sourceforge.net/projects/opencvlibrary/ library, which is also cross platform. But i'm not an expert on this ;) -
I have created the library for you ;)
http://kibsoft.ru - Qt Media Encoding Library -
So many thanks klbsoft! you cannot imagine how grateful I am! Great work :)
[quote author="kibsoft" date="1371840618"]I have created the library for you ;)
http://kibsoft.ru - Qt Media Encoding Library[/quote] -
Thanks :) If you have any troubles or maybe suggestions, please, let me know.
You can use the "issue tracker":https://github.com/kibsoft/QtMEL/issues for that.