Found 58 repositories(showing 30)
quasarframework
QMediaPlayer for Quasar
thisismy-github
A Python-based media player with simple editing features using PyQt5 and FFmpeg, supporting GIFs and multiple players including VLC and (eventually) QMediaPlayer.
ShaShiDiZhuanLan
Qt+VLC简单的使用显示视频示例,vlc播放视频,要比QMediaPlayer实用的多,并且同时运行20个视频时不会出现卡顿。
DanielChopra
I made this Multimedia Player with Python and PyQt5, I referred the following sources, Credits :- https://www.pythonguis.com/examples/python-multimedia-player/ https://codeloop.org/python-how-to-create-media-player-in-pyqt5/ https://stackoverflow.com/questions/41612790/pyqt5-videowidget-not-showing-in-layout https://gist.github.com/QuantumCD/6245215 Packaging PyQt5 applications for Windows :- https://www.pythonguis.com/tutorials/packaging-pyqt5-pyside2-applications-windows-pyinstaller/ PyQt5 Documentation : https://doc.qt.io/qtforpython-5/PySide2/QtMultimedia/QMediaPlayer.html Book for reference : "Create GUI Applications with Python&Qt5" by Martin Fitzpatrick
yjg30737
PyQt music player widget
zhangli2946
暑期实践Qt5播放器代码归档
AnCoSONG
This is a music player, based on QT , need LAV Filter because of the usage of QMediaPlayer.
yuqilin
No description available
dancingmokey
Media Player Based on Qt/FFmpeg
yjg30737
PySide software which can loop the media file (audio file only currently)
LinuxProativo
Multimedia Player Developed with Qt6 Using the QMediaPlayer
madhurasri
Simple C++ cross-platform desktop application created using Qt’s QMediaPlayer Class.
taimoortanweer1
Qt Widget App to based or stock QMediaPlayer Example, few more features are added
Mtr1994
使用 Qt 6.2.4 版本开发,通过 QMediaPlayer 实现的播放器
moyhatake
Dause blends minimalist design with modern multitasking — parallel tabs, media visualization, and a touch-ready virtual keyboard.
yjg30737
PyQt video player in PIP(Picture-in-picture) mode
WQuit
pyqt-媒体播放器
enshirokov
QMediaPlayer
sukdo399
QMediaPlayer test
markhermans
No description available
bialasjaroslaw
No description available
605751967
音视频播放器
umaysahan
A simple demo respository to show the basic Git workflow
Tianming-Wu
Simple media player
moneypi
MediaPlayer based on QMediaPlayer/PyQt5
breezeight
Example: how to build a qt project with cmake
wangjj15
This is a media player code by Qt with QMediaPlayer. Mpg, avi, mp3 and m4r had been tested on windows and mac OS X. Do not use (it) for commercial/business purpose.
BartSte
Command line tool to find/display/record a video from a camera/stream/file. Ideal for creating displaying videos from the command line and creating a timelapse.
Cielo730
一款基于Qt框架的音乐播放器,包括使用qmediaplayer实现歌曲播放、列表循环、音量调节等功能,以及通过正则表达式解析lrc歌词文件,实现歌词同步滚动显示。
gaici666
本文介绍了基于Qt6的轻量级视频播放器实现方案。通过QtMultimedia模块,使用QMediaPlayer和QVideoWidget搭建核心播放功能,实现播放控制、进度条同步、播放列表管理等基础功能。重点解析了播放器初始化、文件去重处理、进度条交互逻辑以及播放列表管理等核心代码实现。同时采用QSS样式表实现半透明毛玻璃界面效果,提升用户体验。文章还提供了完整的项目结构说明,并建议了可扩展功能方向,如全屏切换、播放模式等。该实现代码简洁清晰,适合作为Qt多媒体开发的入门参考项目。