Revision: 3534
Author: grepper
Date: Wed Feb 18 02:03:06 2015 UTC
Log: Use -frames=30
https://code.google.com/p/tovid/source/detail?r=3534
Modified:
/trunk/tovid/src/mpv_identify.sh
=======================================
--- /trunk/tovid/src/mpv_identify.sh Thu Feb 5 22:28:17 2015 UTC
+++ /trunk/tovid/src/mpv_identify.sh Wed Feb 18 02:03:06 2015 UTC
@@ -143,7 +143,7 @@
esac
done <<EOF
$(${MPV:-mpv} --term-playing-msg="$propstr" --vo=null --ao=null \
- --frames=1 --quiet --no-cache --no-config -- "$@")
+ --frames=30 --quiet --no-cache --no-config -- "$@")
EOF
}