Skip to content

mpv-easy/install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

install mpv by shell

windows

  • Select the directory where you want to install mpv. For example: C:\tool. Create this directory if it does not exist.
  • Navigate to the selected directory in File Explorer, hold down the Shift key on your keyboard, while holding Shift, right-click inside the folder.
  • From the context menu, click "Open PowerShell window here".
  • In the PowerShell window, input the following command and run:

mpv

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mpv-easy/install/releases/latest/download/install.ps1 | iex"

mpv-uosc

https://github.com/tomasklaen/uosc

powershell -ExecutionPolicy Bypass -c "& ([ScriptBlock]::Create((irm https://github.com/mpv-easy/install/releases/latest/download/install.ps1))) mpv-uosc"

mpv-easy

https://github.com/mpv-easy/mpv-easy

powershell -ExecutionPolicy Bypass -c "& ([ScriptBlock]::Create((irm https://github.com/mpv-easy/install/releases/latest/download/install.ps1))) mpv-easy"

mpv-modernx

https://github.com/cyl0/ModernX

powershell -ExecutionPolicy Bypass -c "& ([ScriptBlock]::Create((irm https://github.com/mpv-easy/install/releases/latest/download/install.ps1))) mpv-modernx"

mpv-modernz

https://github.com/Samillion/ModernZ

powershell -ExecutionPolicy Bypass -c "& ([ScriptBlock]::Create((irm https://github.com/mpv-easy/install/releases/latest/download/install.ps1))) mpv-modernz"
install

links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published