How to get video subtitles(captions) in qml?
like here Gnome Videos does
Asked
Active
Viewed 64 times
1
-
subtitles are in seperate file and you can read that file – mohsen May 05 '20 at 14:20
-
but in my case it's a single '.mkv file which has multipe audio tracks and subtitles – Newtron Malayalam May 05 '20 at 14:31
-
add `import os` `os.environ["QT_GSTREAMER_PLAYBIN_FLAGS"] = str(0x00000017)` before QGuiApplication – eyllanesc May 05 '20 at 17:57
-
i want to toggle it on and of – Newtron Malayalam May 10 '20 at 17:54