
8,708
Downloads
331
Downloads of v 2017.12.25
12/30/2017
Last update
mpv is a fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more.
Streamlined CLI options
MPlayer's options parser was improved to behave more like other CLI programs, and many option names and semantics were reworked to make them more intuitive and memorable.
On Screen Controller
While mpv has no official GUI, it has a small controller that is triggered by mouse movement.
High quality video output
mpv has a OpenGL 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, and more.
GPU video decoding
mpv leverages the FFmpeg hwaccel APIs to support VDPAU, VAAPI, DXVA2, VDA and VideoToolbox video decode acceleration.
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!
To install mpv (Portable), run the following command from the command line or from PowerShell:
C:\> choco install mpv.portable
To upgrade mpv (Portable), run the following command from the command line or from PowerShell:
C:\> choco upgrade mpv.portable
Files
Hide- tools\chocolateyinstall.ps1
Show
$packageName = 'mpv.portable' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $version = '2017.12.25' $version = $version.Replace(".","") $url = "https://mpv.srsfckn.biz/mpv-i686-$version.7z" $url64 = "https://mpv.srsfckn.biz/mpv-x86_64-$version.7z" $checksum = '122AE8D1CE7E7F07AA594CA9F23B58A65B6D0574910692F2D8CB6811A4B0964838156F4E4858F896B49E8C563DA8DCEE06FF15EA0E4DEBF29149D83A2FE3D467' $checksum64 = '2DF4D375C9F67F7A9EFD638AE04515060305930FFA07596985F9BF457A81936578C0FB4E7B3426DB45C8679D7B09651177CC4AC5DBAE25AA15E8FF2A3E07D9F3' $checksumType = 'SHA512' Install-ChocolateyZipPackage $packageName $url $toolsDir $url64 ` -Checksum $checksum -ChecksumType $checksumType -Checksum64 $checksum64 # mpv can't be shimmed, the shim doesn't work with mpv.com # as of 2016.01.18, there is a dll dependency, so mpv can't be hardlinked to chocolatey\bin # adding to PATH until chocolatey implements a /usr/lib equivalent $pathType = 'User' If ( Test-ProcessAdminRights ) { $pathType = 'Machine' } Install-ChocolateyPath $toolsDir $pathType
- tools\chocolateyuninstall.ps1
Show
$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) }
- tools\mpv.exe.ignore
Virus Scan Results
- d3dcompiler_47.dll (ed54b7a00145) - ## / 65 - Log in or click on link to see number of positives
- d3dcompiler_47.dll (3a010ee71860) - ## / 66 - Log in or click on link to see number of positives
- mpv.portable.2017.12.25.nupkg (4772ffc73cdf) - ## / 60 - Log in or click on link to see number of positives
- mpv-x86_64-20171225.7z (d402f9a90c03) - ## / 59 - Log in or click on link to see number of positives
- mpv-i686-20171225.7z (494c54624ebe) - ## / 58 - Log in or click on link to see number of positives
- libaacs.dll (d9fa22325a35) - ## / 65 - Log in or click on link to see number of positives
- libbdplus.dll (cd4febb2c19e) - ## / 66 - Log in or click on link to see number of positives
- mpv.exe (aa19b617b550) - ## / 67 - Log in or click on link to see number of positives
- libaacs.dll (4eb588917cdc) - ## / 67 - Log in or click on link to see number of positives
- libbdplus.dll (ef4ac36f1a94) - ## / 67 - Log in or click on link to see number of positives
- mpv.exe (10aa738cff54) - ## / 68 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
2012-2018 mpv.io
Tags
Release Notes
https://mpv.srsfckn.biz/changes/2017-12-25/
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
mpv (Portable) 2017.12.25 | 331 | Saturday, December 30, 2017 | approved |
mpv (Portable) 2017.09.13 | 574 | Wednesday, September 13, 2017 | approved |
mpv (Portable) 2017.07.18 | 483 | Thursday, July 20, 2017 | approved |
mpv (Portable) 2017.04.23 | 589 | Wednesday, April 26, 2017 | approved |
mpv (Portable) 2017.02.12 | 714 | Tuesday, February 14, 2017 | approved |
mpv (Portable) 2016.12.25 | 932 | Monday, December 26, 2016 | approved |
mpv (Portable) 2016.11.20 | 797 | Wednesday, November 23, 2016 | approved |
mpv (Portable) 2016.10.20 | 819 | Friday, October 21, 2016 | approved |
mpv (Portable) 2016.08.26 | 592 | Wednesday, September 7, 2016 | approved |
mpv (Portable) 2016.08.16 | 702 | Thursday, August 18, 2016 | approved |
Discussion for the mpv (Portable) Package
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.