Release v2.2.1
Windows 64-bit binaries.
NEW
- added support for .AVIF image files. Any such files in the current folder will be added to the playlist automatically. They will be included in the slideshow if you have set an
image-display-duration=
value in mpv.conf.
FIXES
- tweak to minimalistmediaplayer.conf: the brightness values are now stored as hexidecimal RGB values.
- tweak to prevent the brightness values for captions being increased or decreased to out-of-bounds values.
- fixed the main caption at the top of the window not reacting to Brighter (ctrl-[B]) and Darker (ctrl-shift-[B]) commands.
- the
mmp-install.bat
file was omitted inadvertently from the previous release's zip files.
TIP
- if you have .AVIF image files and you would prefer them to be e.g. .JPG, you can convert them individually from the command line using the enclosed FFMPEG.EXE
ffmpeg -i "myfile.avif" "myfile.jpg"
- alternatively, you can use my ffmpegparams app (https://github.com/BazzaCuda/ffmpegparams) to bulk-convert many files in seconds
- simply drag and drop an entire list of files from your file explorer to "Input Files"
- clear the "Output Switches" box
- set the "Output File Extension" to .jpg
- Click Go!
- note that ffmpegparams expects to find FFMPEG.EXE in your system path (or install ffmpegparams.exe to the same folder as ffmpeg.exe)
- you can also, of course, convert all your .JPGs to .AVIFs, if you wish using the same technique.
Asset files
The "...full.zip" release file below contains everything you need to run Minimalist Media Player:
- MinimalistMediaPlayer.exe
- MediaInfo.dll
- libmpv-2.dll
- ffmpeg.exe
- rot.exe
Alternatively, if you already have these from a previous release, you can just download the program update:
MinimalistMediaPlayer_v2_2_1.zip
(I strongly recommend that you do not download this file from any source other than Github)
All comments and suggestions for additional functionality or to highlight operational issues will be well received over on the Discussions page https://github.com/BazzaCuda/MinimalistMediaPlayerX/discussions
Thanks for taking an interest in Minimalist Media Player!