diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-15 19:37:16 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-15 19:37:16 +0000 |
commit | 8f0139d0f3081417864bd937eb23e6becf7409a1 (patch) | |
tree | b8cf61eccd21987fb0476027036157798f177992 | |
parent | 45c0df9bcb10f7ba25039fa65f8575adf18f3301 (diff) | |
download | mpv-8f0139d0f3081417864bd937eb23e6becf7409a1.tar.bz2 mpv-8f0139d0f3081417864bd937eb23e6becf7409a1.tar.xz |
add default deinterlace key
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25759 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | etc/input.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf index 434dc9fa7c..4488abc182 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -54,6 +54,7 @@ x sub_delay +0.1 # add ( balance -0.1 # adjust audio balance in favor of left ) balance +0.1 # right d frame_drop +D step_property deinterlace # toggle deinterlacer, requires -vf yadif or kerndeint r sub_pos -1 # move subtitles up t sub_pos +1 # down #? sub_step +1 # immediately display next subtitle |