Downloads:
8,426
Downloads of v 7.1.1.3-beta:
26
Last Update:
20 Oct 2024
Package Maintainer(s):
Software Author(s):
- Frank Skare (stax76)
Tags:
video-player audio-player libmpv youtube-dl media-player mpv mediainfo- 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.net (Install)
This is a prerelease version of mpv.net (Install).
- 1
- 2
- 3
7.1.1.3-beta | Updated: 20 Oct 2024
- 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:
8,426
Downloads of v 7.1.1.3-beta:
26
Maintainer(s):
Software Author(s):
- Frank Skare (stax76)
mpv.net (Install) 7.1.1.3-beta
This is a prerelease version of mpv.net (Install).
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Frank Skare (stax76). The inclusion of Frank Skare (stax76) trademark(s), if any, upon this webpage is solely to identify Frank Skare (stax76) 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
Deployment Method: Individual Install, Upgrade, & Uninstall
To install mpv.net (Install), run the following command from the command line or from PowerShell:
To upgrade mpv.net (Install), run the following command from the command line or from PowerShell:
To uninstall mpv.net (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download mpvnet.install --internalize --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade mpvnet.install -y --source="'INTERNAL REPO URL'" --prerelease [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade mpvnet.install -y --source="'INTERNAL REPO URL'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install mpvnet.install
win_chocolatey:
name: mpvnet.install
version: '7.1.1.3-beta'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'mpvnet.install' do
action :install
source 'INTERNAL REPO URL'
version '7.1.1.3-beta'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller mpvnet.install
{
Name = "mpvnet.install"
Version = "7.1.1.3-beta"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'mpvnet.install':
ensure => '7.1.1.3-beta',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
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 is exempt from moderation. While it is likely safe for you, there is more risk involved.
Graphical User Interface
Modern GUI with customizable color themes.
Command Line Interface
mpv.net supports mpvs property based command line switches.
High quality video output
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.
On Screen Controller
Play controls with a modern flat design.
GPU video decoding
Leverages the FFmpeg hwaccel APIs to support DXVA2 video decoding acceleration.
Active development
mpv.net is under active development.
Based on libmpv
mpv.net is based on libmpv which offers a straightforward C API that was designed from the ground up to make mpv usable as a library and facilitate easy integration into other applications. mpv is like VLC not based on DirectShow or Media Foundation.
Table of contents
Features
- High degree of mpv compatibility, almost all mpv features are available
- Customizable context menu defined in the same file as the key bindings
- Config dialog
- Shorcut key editor
- Global hotkeys
- Many features like the config editor and shortcut key editor are fully searchable
- Configuration files that are easy to read and edit
- Command palette to quickly find commands and keys
- Modern graphical user interface with customizable color themes
- Extension API for .NET languages (C#, VB.NET and F#)
- Scripting API for C#, Lua, JavaScript and PowerShell
- JSON IPC to control the player with a external programs
- On Screen Controler (OSC, play control buttons) with modern flat design
- Command Line Interface
- Started from a terminal status and debug output is printed on the terminal
- DXVA2 video decoding acceleration
- Video output capable of features loved by videophiles, such as video scaling with popular high quality algorithms, color management, frame timing, interpolation, HDR, and more
- File search feature powered by the popular search and index tool Everything
- Browser extensions to start mpv.net from the browser
- Fast seek performance
- Fast startup performance
- Usable as video player, audio player and image viewer with a wide range of supported formats
- Built-in decoders, no external codecs have to be installed
- Setup as x64 installer, portable and Chocolatey
- Build-in media streaming (requires youtube-dl being installed)
- File associations can be created by the setup and from the player
- External audio and subtitle files can be loaded manually or automatically
- Screenshot feature
- File history feature to log time and filename
- Watch later feature to save the position
- Files can be enqueued from File Explorer
- Update check and update routine
Log in or click on link to see number of positives.
- mpvnet.install.7.1.1.3-beta.nupkg (926418517853) - ## / 67
- mpv.net-v7.1.1.3-beta-setup-x64.exe (2de65430f4ee) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
mpv.net (Install) 7.1.1.3-beta | 26 | Sunday, October 20, 2024 | Exempted | |
mpv.net (Install) 7.1.1.2-beta | 17 | Thursday, October 10, 2024 | Exempted | |
mpv.net (Install) 7.1.1.1-beta | 39 | Wednesday, July 24, 2024 | Exempted | |
mpv.net (Install) 7.0.0.6-beta | 71 | Tuesday, January 2, 2024 | Exempted | |
mpv.net (Install) 7.0.0.5-beta | 37 | Thursday, December 28, 2023 | Exempted | |
mpv.net (Install) 7.0.0.4-beta | 28 | Tuesday, December 19, 2023 | Exempted | |
mpv.net (Install) 7.0.0.3-beta | 31 | Friday, December 15, 2023 | Exempted | |
mpv.net (Install) 7.0.0.2-beta | 34 | Friday, December 15, 2023 | Exempted | |
mpv.net (Install) 5.4.9.20220427 | 1922 | Monday, May 2, 2022 | Approved | |
mpv.net 5.4.9.0 | 2114 | Sunday, May 30, 2021 | Approved | |
mpv.net 5.4.8.0 | 1520 | Wednesday, August 26, 2020 | Approved | |
mpv.net 5.4.7.0 | 145 | Wednesday, August 26, 2020 | Approved | |
mpv.net 5.4.6.0 | 149 | Wednesday, August 26, 2020 | Approved | |
mpv.net 5.4.5.0 | 157 | Wednesday, August 26, 2020 | Approved | |
mpv.net 5.4.4.0 | 137 | Wednesday, August 26, 2020 | Approved | |
mpv.net 5.4.3.0 | 1091 | Saturday, November 2, 2019 | Approved | |
mpv.net 5.4.2 | 331 | Sunday, October 13, 2019 | Approved | |
mpv.net 5.4.1 | 329 | Friday, September 6, 2019 | Approved | |
mpv.net 5.3 | 225 | Wednesday, August 21, 2019 | Approved |
2017-2019 Frank Skare (stax76)
This package has no dependencies.
Ground Rules:
- This discussion is only about mpv.net (Install) and the mpv.net (Install) 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.net (Install), 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.