mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
ildetect.sh: skip needlessly going through vo_lavc
We can now turn off encoding mode by command line and use vo_null instead.
This commit is contained in:
parent
7e88dca2db
commit
c430d89adb
@ -30,8 +30,8 @@ $MAKE -C "$MYDIR" ildetect.so || exit 15
|
||||
testfun()
|
||||
{
|
||||
$ILDETECT_MPV "$@" \
|
||||
-vf dlopen="$MYDIR/ildetect.so" \
|
||||
-o /dev/null -of rawvideo -ofopts-clr -ovc rawvideo -ovcopts-clr -no-audio \
|
||||
--vf=dlopen="$MYDIR/ildetect.so" \
|
||||
--o= --vo=null --no-audio --untimed \
|
||||
$ILDETECT_MPVFLAGS \
|
||||
| tee /dev/stderr | grep "^ildetect:"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user