.files/dotfiles/bin/c3check

18 lines
307 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2018-12-28 12:20:31 +00:00
#
# {{@@ env['dotdrop_warning'] @@}}
#
if [[ -z "$1" ]] || [[ -z "$2" ]]; then
echo "Usage: $0 <event> <talk-id>"
echo "e.g.: $0 35c3 9766"
exit 1
fi
mediainfo /video/video/encoded/$1/$2-hd.mp4
read -p "Press any key to continue... " -n1 -s
vlc /video/video/encoded/$1/$2-hd.mp4