UP | HOME

Date: [2022-10-09 Sun]

mpv

Table of Contents

1. Against Youtube rate limiting

use yt-dlp

add the following lines to your ~/.config/mpv/mpv.conf file:

< Collapse code block> Expand code block
ytdl-format=bestvideo[height<=?720]+bestaudio/best
script-opts=ytdl_hook-ytdl_path=/opt/homebrew/bin/yt-dlp

2. Make default in MacOS

< Collapse code block> Expand code block
brew install duti
duti -s io.mpv avi all
duti -s io.mpv mkv all
duti -s io.mpv mp4 all

You can send your feedback, queries here