summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/vf_dlopen/ildetect.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/TOOLS/vf_dlopen/ildetect.sh b/TOOLS/vf_dlopen/ildetect.sh
index e9027077d2..d5c7549e10 100755
--- a/TOOLS/vf_dlopen/ildetect.sh
+++ b/TOOLS/vf_dlopen/ildetect.sh
@@ -17,16 +17,11 @@ testfun()
{
${MPV:-mpv} "$@" \
-vf dlopen="$MYDIR/ildetect.so" \
- -o /dev/null -of nut -ovc rawvideo -no-audio \
- | grep "^ildetect:"
+ -o /dev/null -of rawvideo -ofopts-clr -ovc rawvideo -ovcopts-clr -no-audio \
+ | tee /dev/stderr | grep "^ildetect:"
}
out=`testfun "$@"`
-echo
-echo
-echo "$out"
-echo
-echo
case "$out" in
*"probably: PROGRESSIVE"*)
${MPV:-mpv} "$@"