mirror of
https://github.com/mpv-player/mpv
synced 2025-04-04 23:40:47 +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()
|
testfun()
|
||||||
{
|
{
|
||||||
$ILDETECT_MPV "$@" \
|
$ILDETECT_MPV "$@" \
|
||||||
-vf dlopen="$MYDIR/ildetect.so" \
|
--vf=dlopen="$MYDIR/ildetect.so" \
|
||||||
-o /dev/null -of rawvideo -ofopts-clr -ovc rawvideo -ovcopts-clr -no-audio \
|
--o= --vo=null --no-audio --untimed \
|
||||||
$ILDETECT_MPVFLAGS \
|
$ILDETECT_MPVFLAGS \
|
||||||
| tee /dev/stderr | grep "^ildetect:"
|
| tee /dev/stderr | grep "^ildetect:"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user