summaryrefslogtreecommitdiffstats
path: root/video-crop-detect
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-12-05 13:55:15 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-12-05 13:55:15 +0100
commit8d8c5681e39d60ab9c826fc766a5ef0d9ab03916 (patch)
tree0ccf4e609ea6bd836e6060b5baded21533324e09 /video-crop-detect
parent81f0a194c53a5d74b646ac2981e26e3ef2614c84 (diff)
downloadbin-8d8c5681e39d60ab9c826fc766a5ef0d9ab03916.tar.gz
bin-8d8c5681e39d60ab9c826fc766a5ef0d9ab03916.tar.xz
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'video-crop-detect')
-rwxr-xr-xvideo-crop-detect2
1 files changed, 1 insertions, 1 deletions
diff --git a/video-crop-detect b/video-crop-detect
index df250f0..45d139b 100755
--- a/video-crop-detect
+++ b/video-crop-detect
@@ -1,3 +1,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"
+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"