ildetect.sh: better interlace detection range

This commit is contained in:
Rudolf Polzer 2013-06-20 10:13:12 +02:00
parent 6b808ef8da
commit 9137d86eda
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ esac
: ${MPV:=mpv}
: ${ILDETECT_MPV:=$MPV}
: ${ILDETECT_MPV:=$MPV}
: ${ILDETECT_MPVFLAGS:=-start 40 -end 60}
: ${ILDETECT_MPVFLAGS:=--start=35% --length=35}
: ${ILDETECT_DRY_RUN:=}
: ${MAKE:=make}