-- 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.