Downloads:
21,698
Downloads of v 2023.7.23:
20
Last Update:
11 Nov 2023
Package Maintainer(s):
Software Author(s):
- mpv team
Tags:
mpv video media player multimedia- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
mpv (Portable)
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
21,698
Downloads of v 2023.7.23:
20
Maintainer(s):
Software Author(s):
- mpv team
mpv (Portable)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by mpv team. The inclusion of mpv team trademark(s), if any, upon this webpage is solely to identify mpv team goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was rejected on 16 Dec 2023. The reviewer chocolatey-ops has listed the following reason(s):
Maintainer Note
What's the difference between this package and mpvio
? None, but this package is stuck following a now defunct version scheme of mpv.
Why does the mpv
package use a different version than the official project? Long ago, the Windows builds of mpv were provided by a contributor who made Windows specific changes to mpv. Since the chocolatey package was following that specific build, it made sense (at the time) to mirror that build's version scheme.
mpv
a free, open source, and cross-platform media player
Overview
mpv is a free (as in freedom) media player for the command line. It supports a wide variety of media file formats, audio and video codecs, and subtitle types.
Scripting
Powerful scripting capabilities can make the player do almost anything. There is a large selection of user scripts on the wiki.
On Screen Controller
While mpv strives for minimalism and provides no real GUI, it has a small controller on top of the video for basic control.
High quality video output
mpv has an OpenGL, Vulkan, and D3D11 based video output that is capable of many features loved by videophiles, such as video scaling with popular high quality algorithms, color management, frame timing, interpolation, HDR, and more.
GPU video decoding
mpv can leverage most hardware decoding APIs on all platforms. Hardware decoding can be enabled at runtime on demand.
Embeddable
A straightforward C API was designed from the ground up to make mpv usable as a library and facilitate easy integration into other applications.
Active development
mpv is under active development, focusing on code refactoring and cleanups as well as adding features. Want a feature? Post a patch or request it!
md5: 38631CCF5DA80AB98A375A2A53052760 | sha1: DE4218EB60B8FD03496913E0D4CC883011816F42 | sha256: F188236C4BCC8421169917A1141A4913430A4149B1CF01CBB65FB33805437070 | sha512: A8EEBF86914595E2589C399062B4D91F64AF8218FCA48770264D7C426BC28BAB462F8E3C673D24A5D818253019F38E41EFF59EFA331499F8A82CB06269C9FFCA
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://sourceforge.net/projects/mpv-player-windows/files/stable/> and can be verified by doing the following:
1. Go to
x32: https://sourceforge.net/projects/mpv-player-windows/files/release/mpv-0.36.0-i686.7z
x64: https://sourceforge.net/projects/mpv-player-windows/files/release/mpv-0.36.0-x86_64.7z
to download the installer.
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksumType: sha256
checksum32: F188236C4BCC8421169917A1141A4913430A4149B1CF01CBB65FB33805437070
checksum64: F188236C4BCC8421169917A1141A4913430A4149B1CF01CBB65FB33805437070
The file 'LICENSE.txt' have been obtained from <https://raw.githubusercontent.com/mpv-player/mpv/master/Copyright>
$packageName = 'mpv.portable'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
# Remove from Machine PATH
$machinePath = Get-EnvironmentVariable -Name PATH -Scope Machine
if ( $machinePath.Contains($toolsDir) ) {
$cleanMachinePath = $([Environment]::GetEnvironmentVariable("PATH",[EnvironmentVariableTarget]::Machine)).Replace("$toolsDir;",'')
[Environment]::SetEnvironmentVariable("PATH", "$cleanMachinePath", [EnvironmentVariableTarget]::Machine)
}
# Remove from User PATH
$userPath = Get-EnvironmentVariable -Name 'PATH' -Scope User
if ( $userPath.Contains($toolsDir) ) {
$cleanUserPath = $([Environment]::GetEnvironmentVariable("PATH", [EnvironmentVariableTarget]::User)).Replace("$toolsDir;",'')
[Environment]::SetEnvironmentVariable("PATH", "$cleanUserPath", [EnvironmentVariableTarget]::User)
}
mpv is a fork of mplayer2, which is a fork of MPlayer.
mpv as a whole is licensed under the GNU General Public License GPL version 2
or later (called GPLv2+ in this document, see LICENSE.GPL for full license
text) by default, or the GNU Lesser General Public License LGPL version 2 or
later (LGPLv2.1+ in this document, see LICENSE.LGPL for full license text) if
built with the --enable-lgpl configure switch.
Most source files are LGPLv2.1+ or GPLv2+, but some files are available under
more liberal licenses, such as BSD, MIT, ISC, and possibly others. Look at the
copyright header of each source file, and grep the sources for "Copyright" if
you need to know details. C source files without Copyright notice are usually
licensed as LGPLv2.1+. Also see the list of files with specific licenses below
(not all files can have a standard license header).
All new contributions must be LGPLv2.1+ licensed. Using a more liberal license
compatible to LGPLv2.1+ is also ok.
Changes done to GPL code must come with the implicit/explicit agreement that the
project can relicense the changes to LGPLv2.1+ at a later point without asking
the contributor. This is a safeguard for making potential relicensing of
remaining GPL code to LGPLv2.1+ easier.
See DOCS/contribute.md for binding rules wrt. licensing for contributions.
For information about authors and contributors, consult the git log, which
contains the complete SVN and CVS history as well.
"v2.1+" in this context means "version 2.1 or later".
Some libraries are GPLv2+ or GPLv3+ only. Building mpv with Samba support makes
it GPLv3+.
mpv can be built as LGPLv2.1+ with the --enable-lgpl configure option. To add
a LGPL mode to mpv, MPlayer code had to be relicensed from GPLv2+ to LGPLv2.1+
by asking the MPlayer authors for permission. Since permission could not be
obtained from everyone, LGPL mode disables the following features, some of
them quite central:
- Linux X11 video output
- BSD audio output via OSS
- NVIDIA/Linux hardware decoding (vdpau, although nvdec usually works)
- Linux TV input
- minor features: jack, DVD, CDDA, SMB, CACA, legacy direct3d VO
Some of these will be fixed in the future. The intended use for LGPL mode is
with libmpv, and currently it's not recommended to build mpv CLI in LGPL mode
at all.
The following files are still GPL only (--enable-lgpl disables them):
audio/out/ao_jack.c will stay GPL
audio/out/ao_oss.c will stay GPL
stream/dvb* must stay GPL
stream/stream_cdda.c unknown
stream/stream_dvb.* must stay GPL
stream/stream_dvdnav.c unknown
video/out/vo_caca.c unknown
video/out/vo_direct3d.c unknown
video/out/vo_vaapi.c probably impossible (some company's code)
video/out/vo_vdpau.c probably impossible (nVidia's code)
video/out/vo_x11.c probably impossible
video/out/vo_xv.c probably impossible
video/out/x11_common.* probably impossible
video/vdpau.c hard (GPL-only parts must be ifdefed)
video/vdpau.h unknown
video/vdpau_mixer.* actual code must be rewritten
DOCS/man/ GPLv2+
bootstrap.py unknown license, probably GPLv2+ or LGPLv2+
etc/mplayer-input.conf unknown license, probably GPLv2+
mpv.desktop unknown license, probably GPLv2+
etc/restore-old-bindings.conf unknown license, probably GPLv2+
None of the cases listed above affect the final binary if it's built as
LGPL. Linked libraries still can affect the final license (for example if
FFmpeg was built as GPL).
md5: 38631CCF5DA80AB98A375A2A53052760 | sha1: DE4218EB60B8FD03496913E0D4CC883011816F42 | sha256: F188236C4BCC8421169917A1141A4913430A4149B1CF01CBB65FB33805437070 | sha512: A8EEBF86914595E2589C399062B4D91F64AF8218FCA48770264D7C426BC28BAB462F8E3C673D24A5D818253019F38E41EFF59EFA331499F8A82CB06269C9FFCA
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
[Deprecated] mpv (Portable) 2024.9.26 | 151 | Thursday, September 26, 2024 | Approved | |
mpv (Portable) 2023.12.10 | 374 | Tuesday, December 26, 2023 | Approved | |
mpv (Portable) 2023.01.28 | 413 | Monday, March 27, 2023 | Approved | |
mpv (Portable) 2022.11.14 | 247 | Friday, November 18, 2022 | Approved | |
mpv (Portable) 2021.11.01 | 493 | Sunday, November 7, 2021 | Approved | |
mpv (Portable) 2020.12.06 | 676 | Friday, January 8, 2021 | Approved | |
mpv (Portable) 2020.1.27 | 1465 | Tuesday, March 17, 2020 | Approved | |
mpv (Portable) 2019.12.29 | 673 | Thursday, January 23, 2020 | Approved | |
mpv (Portable) 2019.11.02 | 888 | Monday, November 11, 2019 | Approved | |
mpv (Portable) 2018.10.02 | 771 | Wednesday, October 3, 2018 | Approved | |
mpv (Portable) 2018.07.31 | 464 | Wednesday, August 1, 2018 | Approved | |
mpv (Portable) 2018.07.22 | 387 | Tuesday, July 24, 2018 | Approved | |
mpv (Portable) 2017.12.25 | 770 | Saturday, December 30, 2017 | Approved | |
mpv (Portable) 2017.09.13 | 914 | Wednesday, September 13, 2017 | Approved | |
mpv (Portable) 2017.07.18 | 872 | Thursday, July 20, 2017 | Approved | |
mpv (Portable) 2017.04.23 | 959 | Wednesday, April 26, 2017 | Approved | |
mpv (Portable) 2017.02.12 | 1042 | Tuesday, February 14, 2017 | Approved | |
mpv (Portable) 2016.12.25 | 1279 | Monday, December 26, 2016 | Approved | |
mpv (Portable) 2016.11.20 | 1138 | Wednesday, November 23, 2016 | Approved | |
mpv (Portable) 2016.10.20 | 1168 | Friday, October 21, 2016 | Approved | |
mpv (Portable) 2016.08.26 | 913 | Wednesday, September 7, 2016 | Approved | |
mpv (Portable) 2016.08.16 | 1069 | Thursday, August 18, 2016 | Approved | |
mpv (Portable) 2016.07.10 | 702 | Monday, July 11, 2016 | Approved | |
mpv (Portable) 2016.06.25 | 526 | Saturday, June 25, 2016 | Approved | |
mpv (Portable) 2016.04.11.1 | 445 | Monday, May 9, 2016 | Approved | |
mpv (Portable) 2016.04.11 | 696 | Friday, April 15, 2016 | Approved | |
mpv (Portable) 2016.02.29 | 822 | Monday, February 29, 2016 | Approved | |
mpv (Portable) 2016.01.18 | 740 | Wednesday, January 20, 2016 | Approved | |
mpv (Portable) 2015.12.11 | 621 | Wednesday, December 23, 2015 | Approved |
2012-2021 mpv.io
This package has no dependencies.
Ground Rules:
- This discussion is only about mpv (Portable) and the mpv (Portable) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or mpv (Portable), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
LinkSatonaka (maintainer) on 11 Nov 2023 02:14:00 +00:00:
User 'LinkSatonaka' (maintainer) submitted package.
chocolatey-ops (reviewer) on 11 Nov 2023 02:46:49 +00:00:
mpv.portable has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 11 Nov 2023 03:04:06 +00:00:
mpv.portable has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/ee41467fb32c66e71d385c9ac82e485c for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 01 Dec 2023 02:50:46 +00:00:
We've found mpv.portable v2023.7.23 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
chocolatey-ops (reviewer) on 16 Dec 2023 02:51:13 +00:00:
Unfortunately there has not been progress to move mpv.portable v2023.7.23 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.