Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-01-27 17:44:40 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2016-01-27 17:44:40 +0300
commit1ecfef5199773e0c6b0dff8595955c0ca7b1d7a1 (patch)
treeda60d493891f40118546547ffedb7c49e6cc4310 /build_ffmpeg.sh
parent42fb3ca90a59bc8138f1e221cb6bf677aa5d311c (diff)
Offer Weston Three Field Deinterlacing (w3fdif) as an alternative to YADIF
Diffstat (limited to 'build_ffmpeg.sh')
-rw-r--r--build_ffmpeg.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index 0d3dd285..4bc75459 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -56,8 +56,7 @@ configure() (
--enable-w32threads \
--disable-demuxer=matroska \
--disable-filters \
- --enable-filter=yadif \
- --enable-filter=scale \
+ --enable-filter=scale,yadif,w3fdif \
--disable-protocol=async,cache,concat,httpproxy,icecast,md5,subfile \
--disable-muxers \
--enable-muxer=spdif \