qtmultimedia Questions
1
I am stuck for a month with a video example given in Qt Video Overview.
I tried that code, but I only got a blank square (QWidget). I am using GStreamer0.10 for media playback over Qt5. I also play...
Parasynthesis asked 14/3, 2016 at 9:39
2
Solved
As I can see in Qt6 no more Multimedia API. Am I right? Is it correct that in Qt6 for such simple task as playing sound I should look at third-party libraries now?
Gopherwood asked 9/12, 2020 at 9:19
2
I am trying to run one of qt sample apps without any modification. It is called player and it is a multimedia widget demonstration. My system is Ubuntu 16.04 64bit. When I try to play a video, I se...
Veasey asked 21/9, 2016 at 4:23
1
Solved
I am trying to overlay some graphics(QtGraphicsView) on top of video player(QVideoWidget). i have already tried setting QtGraphicsView subclass stylesheets to transparent and background brush and n...
Towney asked 22/12, 2018 at 22:25
1
What exactly has to be done to provide custom source of frames for VideoOutput QML object?
Does VideoOuput itself provide an instance of QAbstractVideoSurface class to the "source"?
The Qt5 docum...
Navarrete asked 8/5, 2017 at 18:13
1
Solved
What I want to do is to get video frame at some time (for example at 20 sec).
I know I could do something like this - rewind video and pause it:
QMediaPlayer* player = new QMediaPlayer;
...
player...
Firmament asked 19/7, 2016 at 21:14
1
I'm writing a Video Player with Qt5::QMediaPlayer to play randomly some videos for a randomly duration as this:
int main(int argc, char *argv[]) {
QApplication a(argc, argv);
QMediaPlaylist* p...
Illaffected asked 2/11, 2015 at 7:38
1
I have downloaded qt-everywhere-opensource-src-5.4.1 and build and installed static.
Next i built QMultimedia and installed.
I get "Unknown module(s) in QT: multimedia" from the .pro when includin...
Exhaustion asked 13/6, 2015 at 10:27
2
I need to play back a custom AVI file that contains a classic video stream, an audio stream but also a custom data stream.
The custom stream contains data that is visualized by some custom widgets...
Forbes asked 2/5, 2015 at 17:30
2
I am trying to run the basic example from the QAudioDeviceInfo class reference, but Qt is not finding a default audio device.
Running this code shows no output:
foreach (const QAudioDeviceInfo &a...
Tedtedd asked 21/2, 2014 at 16:26
1
© 2022 - 2025 — McMap. All rights reserved.