Video Player
This is simple Windows GUI for mplayer. It is continuation of OperaVideoCachePlayer, but it has removed Opera cache browser (as Opera 12 is pretty much irrelevant now) and added some general purpose features.
When stopped this application presents playlist-oriented interface, somehow inspired by Foobar2000. Application is controlled with context menus associated with playlist tabs and file lists.
During playback application has borderless, resizeable and draggable window and can be controlled by keyboard, mimicking mplayer itself but without console window.
Basic key usage while playing (default configuration):
- Space
- pause/resume playback
- Enter
- stop playback
- O or mouse right button
- toggle OSD modes
- Esc
- quit
- F
- toggle fullscreen
- arrows
- seeking (left/right = -/+ 3s, top/down = -/+ 60s)
- mouse scroll
- volume control
- i
- show file name as OSD for 2 seconds
- N
- skip / play next file
- P
- go to start of the file / play previous file
- M
- minimize
Downloads
- 2020.09.22 VideoPlayer_20200922.zip
- 2020.09.23 VideoPlayer_2_1_0.zip, VideoPlayer_2_1_0_src.zip
- settings window: close with Esc, changed window position to main form center
- OSD: show file name => 'i' key
- fluent fast forwarding - reading file length and current position
- added "Remove duplicates from list"
- added "Remove missing files from list"
- 2021.01.09 VideoPlayer_2_2_0.zip, VideoPlayer_2_2_0_src.zip
- Ctrl+D: delete selected files (if stopped) or currently playing file
- 'p' during playback: go to previous file (if position < 10 seconds) or go to beginning of the current file
- added "Mark" function
- added function marking files that are possible duplicates - by size
- added file length to playlists
- fixed issue with flickering at startup if multiple playlists are loaded
- delaying load of playlists until user switches to particular playlist
- remembering last playlist selected on restart
- added common.lib
- hotkeys are now configurable; previous fixed hotkeys are now default configuration
- added "show log" action type for hotkeys
- mplayer: use pausing_keep when changing volume and for OSD commands
- treat mplayer configuration path as relative to VideoPlayer.exe by default, as absolute if mplayer executable was not found there
Note: mplayer for Windows has to be downloaded separately (http://www.mplayerhq.hu/ or e.g. as a part of SMPlayer). Path to mplayer should be put then in VideoPlayer.exe settings.