summaryrefslogtreecommitdiffstats
path: root/video-crop-detect
blob: 45d139bb8fc763b7fd7623b49dda4553fe8e406f (plain)
1
2
3
#!/bin/sh
set -x
mplayer $(mplayer -ao null -ss 60 -frames 100 -vf cropdetect -vo null "$1" | awk -F '[()]' '{print $2}' | uniq | grep -Ev 'End of file' | tail -2) "$1"