No audio and video codecs available
-
Hello,
I am using win10 .
the code:
recorder = new QMediaRecorder(mCamera); qDebug() << recorder->supportedVideoCodecs();
print () on the output application. The camera is working but I am not able to record.
Any idea how to install codecs ? I installed vlc, gstreamer but still no success. -
-
Hi,
Which version of Qt are you using ?
-
@lyris
you may want to read this
https://doc.qt.io/qt-5/qtmultimedia-windows.htmland install a codec pack. There are some available on Windows. -
@lyris said in No audio and video codecs available:
I have installed DirectShow using visual studio 2019
what do you mean by "using visual studio"?
and did you read the link i've posted? -
@raven-worx I read "Video recording is currently not supported." in your link. There is no way to record the camera with windows ??
I have installed some plugins using nugget in visual studio tagged with DirectShow. Not exactly sure if it helps
-