├── LICENSE ├── PhononVideoPlayer.py ├── QT5_VideoPlayer.py ├── QT6_VideoPlayer.py ├── README.md ├── TV_LiveStream.py └── VideoSchneiden.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axel-Erfurt/Python-QT-VideoPlayer/HEAD/LICENSE -------------------------------------------------------------------------------- /PhononVideoPlayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axel-Erfurt/Python-QT-VideoPlayer/HEAD/PhononVideoPlayer.py -------------------------------------------------------------------------------- /QT5_VideoPlayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axel-Erfurt/Python-QT-VideoPlayer/HEAD/QT5_VideoPlayer.py -------------------------------------------------------------------------------- /QT6_VideoPlayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axel-Erfurt/Python-QT-VideoPlayer/HEAD/QT6_VideoPlayer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axel-Erfurt/Python-QT-VideoPlayer/HEAD/README.md -------------------------------------------------------------------------------- /TV_LiveStream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axel-Erfurt/Python-QT-VideoPlayer/HEAD/TV_LiveStream.py -------------------------------------------------------------------------------- /VideoSchneiden.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axel-Erfurt/Python-QT-VideoPlayer/HEAD/VideoSchneiden.py --------------------------------------------------------------------------------