Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@BazzaCuda BazzaCuda released this 11 Dec 12:31
· 456 commits to main since this release

Windows 64-bit binaries.

EDIT: A debug message (when you click on a stream) has been removed. I have updated MinimalistMediaPlayer_v2_0_0.zip and MinimalistMediaPlayer_v2_0_0.full.zip

LOSSLESS AUDIO/VIDEO EDITING

New Functionality

Ctrl-[E] will toggle the [E]diting Timeline to provide fast, lossless editing of your media file with the output file being rendered in seconds.
editing1

See the dedicated wiki page for a full explanation Lossless Audio/Video Editing

Minor known issues:

  • FIXED: If you're editing a media file and you let playback run to the very end, MPV will close it. You will need to go to another media file using [Q] or [W] and then return to the one you were editing. All your edits will be intact. You can, however, manually move the cursor to the end of the timeline without MPV closing the media file. This fix will be available in the next release.
  • There is a minor issue with the Undo (Ctrl-[Z]) / Redo (Ctrl-[Y]) stacks, particularly if you have held down the [S]horten or [L]engthen keys for rapid, repeated action. In this case, MMP should remember where you started before the repeated action. But on pressing Ctrl-[Z] to undo, you can end up with the segment being 1 second longer or shorter than it started. Obviously you can still press [S] or [L] to correct it. This issue will also be addressed in due course.

The "...full.zip" release zip file contains:

  • MinimalistMediaPlayer.exe
  • MediaInfo.dll
  • libmpv-2.dll
  • ffmpeg.exe

Alternatively, if you already have any of these from a previous release, you can download the others individually.

MinimalistMediaPlayer_v2_0_0.zip
(I strongly recommend that you do not download this file from any source other than Github)

mediaInfo.zip
This contains the new v23.11 of MediaInfo.dll - You may stick with the previous version if you wish.
N.B. You don't need to download this file again if you already downloaded it for a previous version.

libmpv-2.zip
This contains the build from 2023/10/03 - You may stick with your current version if you wish.
N.B. You don't need to download this file again if you already downloaded it for a previous version.

(If you have a lower-spec machine (or you have any issues at all with playback), you may prefer this version of libmpv-2.dll):

libmpv-2.lower-spec.zip
This contains the build from 2023/09/17 - You may stick with your current version if you wish.
N.B. You don't need to download this file again if you already downloaded it for a previous version.
If you prefer, a more recent version of libmpv-2.dll ("mpv-dev-x86_64...") can be downloaded from https://github.com/BazzaCuda/mpv-winbuild/releases.
N.B. The file marked "v3" is for higher spec machines.

Optional Files:

rot.zip
You need this file if you want the "file delete" functionality. Without this file, no file deletions will occur even if you confirm them.
N.B. You don't need to download this file again if you already downloaded it for a previous version.

ffmpeg.zip
You need this file if you want the timeline editing functionality. Without this file, nothing will happen when you click "Export" unless you already have FFMPEG.exe installed and on your system path. Even then, some builds of FFMPEG are not compatible with all the functionality that MMP uses and it would be better to use the build provided here and to unzip it to the same folder as the MMP executable.
N.B. You don't need to download this file again if you already downloaded it for a previous version.

All comments and suggestions for additional functionality or to highlight operational issues will be well received over on the Discussions page.

Thanks for taking an interest in Minimalist Media Player!