[Development] Encoding video via QtMultimedia?
Lopes Yoann
Yoann.Lopes at theqtcompany.com
Mon Nov 17 13:57:00 CET 2014
There is no API in Qt Multimedia to do this. As mentioned, QMediaRecorder can only be used with a QCamera.
In a similar fashion to QAudioDecoder, we could have APIs like QAudioEncoder, QVideoDecoder and QVideoEncoder. Though, considering the amount of work there is to improve existing APIs, I don’t think new APIs like these ones will be added any time soon.
I’d recommend to use libav (https://libav.org) to do this.
—
Yoann
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20141117/70562c84/attachment.html>
More information about the Development
mailing list