mpv-alpha/test.sh
elburg 74011b078b got a testing script
and stuff to the lua files
adjusted the gitignore
2024-03-24 00:19:53 -07:00

11 lines
No EOL
254 B
Bash

# please have yt-dlp
mkdir -p .test/
yt-dlp \
--no-write-info-json \
--output "./.test/video.mp4" \
--remux-video "mp4" \
-w \
"https://www.youtube.com/watch?v=T6_81D9HQdU"
mpv -v --load-scripts=no --script=./src/ ./.test/video.mp4