Index of /xtras/directshow_xtra/win/demos
Name Last modified Size Description
Parent Directory -
SpecialFilters.zip 2017-07-16 02:29 3.1M
screenshot.png 2017-02-21 22:49 7.9K
readme.txt 2017-02-21 23:35 1.4K
QMediaPlayer_v0.1.zip 2019-07-26 16:55 14M
DSPlayer_v18.zip 2021-08-18 18:30 13M
demo_vmr9_image_adjust.zip 2019-07-11 16:21 31M
demo_overlay.zip 2019-07-11 23:26 24M
-- QMediaPlayer v0.1
-- (c) 2017 Valentin Schmidt
A simple general purpose standalone Media Player for Windows, based on Adobe
Director 11.5, QtWidgets Xtra, DirectShow Xtra and some open source DirectShow
filters (LAV filters and VSFilter/DirectVobSub). Its GUI is loosely modelled on
the "Media Player Classic" GUI.
Its main code is found in the single lingo script "QMediaPlayer.lsw", and
DirectShow Xtra is wrapped into an abstract player interface by Lingo script
"resources/MediaPlayerDS.ls".
Features:
=========
- Supports many video/audio container formats and codecs out of the box.
- Subtitles: automatically loads and displays subtitles, if a subtitle
file (various common formats supported) with a matching file name is placed
in the same directory as a video file.
- Fullscreen mode (via menu, key shortcut or double-clicking into video window)
- Always-on-top mode (toggled via menu or key shortcut)
- Single-frame-stepping (forward and backwards)
- Drag and drop: just drop media files into its window to load them into the player
- Command-line argument/file association: a path to a media file passed to the
EXE (e.g. by dropping a media file onto the EXE in Explorer) automatically
loads the file. This also allows to create file associations for media file
formats, which are then automatically opened by QMediaPlayer when
double-clicked in Explorer.