Questions tagged [qmediaservice]

QMediaService is a class from the Qt Toolkit which provides a common base class for media service implementations.

Documentation can be found here (Qt5).

1 questions
65
votes
4 answers

How to generate video file from QImage sequence using QMediaRecorder in Qt5 C++

Basically what I want is to encode a video using QMediaRecorder by supplying as a source a sequence of QImages that I generate in custom code at run-time. So far I have found no easy way to do this, and everything points at the solution where I have…
Mr. Developerdude
  • 9,118
  • 10
  • 57
  • 95