Video Lecture on windows
-
Greetings,
To make it short, i need to use gstreamer on windows when reading videos and not direct show. As the doc mentionned it's only a variable to set ()! That was'nt enough ..How can i force the use of gstreamer ? how can i test it to know that it's gstreamer and not directshow ?
Thank you :)
-
Greetings,
To make it short, i need to use gstreamer on windows when reading videos and not direct show. As the doc mentionned it's only a variable to set ()! That was'nt enough ..How can i force the use of gstreamer ? how can i test it to know that it's gstreamer and not directshow ?
Thank you :)
@The-Qt-Mayssa what is your Qt version?
https://doc.qt.io/qt-6/qtmultimedia-index.html#changing-backends -
Hi,
If you want GStreamer on Windows, you will first have to build the backend for it which means having GStreamer for Windows libraries as well. Then you will be able to switch the backend.
Recent versions of Qt 6 uses ffmpeg by default on all platform though. Depending on your use case, it might do what you want.
-
@The-Qt-Mayssa what is your Qt version?
https://doc.qt.io/qt-6/qtmultimedia-index.html#changing-backends@JoeCFD it's 5.15.2
-
@The-Qt-Mayssa what is your Qt version?
https://doc.qt.io/qt-6/qtmultimedia-index.html#changing-backendsThis post is deleted! -
@SGaist Hi, i compiled the gstreamer on windows to get the librairies but the use of ffmpeg is more tempting to be honest. How is it possible tu use it? what 're the steps beside set a variable export QT_MEDIA_BACKEND=ffmpeg
thank you -
@SGaist Hi, i compiled the gstreamer on windows to get the librairies but the use of ffmpeg is more tempting to be honest. How is it possible tu use it? what 're the steps beside set a variable export QT_MEDIA_BACKEND=ffmpeg
thank you@The-Qt-Mayssa you have to use a recent version of Qt 6.