You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When not transcoding video, the audio track selection seems to get ignored and left to the mercy of whatever Qt's mediaPlayer deems as acceptable.
I should figure out if the audio track can be selected using QMediaPlayer or maybe just move away from QMediaPlayer and find a more suitable backend which can handle such things. I could use GStreamer directly?
The text was updated successfully, but these errors were encountered:
When not transcoding video, the audio track selection seems to get ignored and left to the mercy of whatever Qt's mediaPlayer deems as acceptable.
I should figure out if the audio track can be selected using
QMediaPlayer
or maybe just move away fromQMediaPlayer
and find a more suitable backend which can handle such things. I could useGStreamer
directly?The text was updated successfully, but these errors were encountered: