My dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
254 B

#!/bin/sh
if [ "$1" = "-h" ] || [ "$#" -ne "1" ]; then
>&2 echo "Usage: $0 <input.mp4> <output.gif>"
exit 1
fi
mpv --ytdl-format='bestvideo[height<=?720]+bestaudio/best' "$1" 2>&1 | grep 'ERROR:' | tee /dev/fd/2 | xargs -n1 -d "\n" notify-send