一坨屎。 功能基本不可用,写着玩的。 等一个特技狼的 ShadowPlayer2
Go to file
2020-04-07 20:15:35 +08:00
icons misc fixes for linux 2020-04-07 12:58:47 +08:00
.gitignore Update .gitignore 2020-04-06 15:19:28 +08:00
CMakeLists.txt load same folder, add playlist listview for debug 2020-04-07 20:15:35 +08:00
main.cpp load same folder, add playlist listview for debug 2020-04-07 20:15:35 +08:00
mainwindow.cpp load same folder, add playlist listview for debug 2020-04-07 20:15:35 +08:00
mainwindow.h load same folder, add playlist listview for debug 2020-04-07 20:15:35 +08:00
mainwindow.ui load same folder, add playlist listview for debug 2020-04-07 20:15:35 +08:00
playlistmodel.cpp load same folder, add playlist listview for debug 2020-04-07 20:15:35 +08:00
playlistmodel.h load same folder, add playlist listview for debug 2020-04-07 20:15:35 +08:00
README.md misc fixes for linux 2020-04-07 12:58:47 +08:00
resources.qrc basic function with QtMultimedia stuff... 2020-04-06 20:23:29 +08:00
seekableslider.cpp init commit 2020-04-06 15:15:13 +08:00
seekableslider.h init commit 2020-04-06 15:15:13 +08:00

This is a not ready for use, toy project

Note

The Qt Multimedia APIs build upon the multimedia framework of the underlying platform. This can mean that support for various codecs or containers can vary between machines, depending on what the end user has installed.

Current implementation use all stuff from Qt which include the multimedia playback support, which means user may need to install codecs by themself. There is a link provided by QtWiki about Qt 5.13 Multimedia Backends, and here is a chart about some other things which might be helpful.

Platform Built-in support Probably useful 3rd-party codecs
Windows Supported Formats In DirectsShow Xiph.org: Directshow Filters for Ogg Vorbis, Speex, Theora, FLAC, and WebM
macOS Media formats supported by QuickTime Player Sorry, I don't know...
Unix/Linux depends on GStreamer plugins which user installed GStreamer Plug-ins: gst-plugins-base, gst-plugins-good, gst-plugins-ugly, gst-plugins-bad