Pi Firmware: in cmdline.txt set deinterlace=5 (Advanced) in the example config

Change-Id: Ie582bbaed813af49560ae3eb45404dc0d25dceeb
pull/11/head
David Banks 2018-11-21 10:49:36 +00:00
rodzic a4e4ee6610
commit 7a34fc353a
1 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -93,8 +93,11 @@
#
# deinterlace: algorithm used for mode 7 deinterlacing
# - 0 is None
# - 1 is Motion adaptive 1
# - 2 is Motion adaptive 2 (more aggressive)
# - 1 is Simple Motion adaptive 1
# - 2 is Simple Motion adaptive 2
# - 3 is Simple Motion adaptive 3
# - 4 is Simple Motion adaptive 4
# - 5 is Advanced Motion adaptive (needs CPLDv2)
#
# scalines: show visible scanlines in modes 0..6
# - 0 is scanlines off
@ -156,7 +159,7 @@
# Important: All the properties must be on a single line, and no blank lines!
#
# Here's a good default for a Beeb or Master
sampling06=3 sampling7=0,2,2,2,2,2,2,0,5 info=1 palette=0 deinterlace=1 scanlines=0 mux=0 elk=0 vsync=0 pllh=0 nbuffers=2 debug=0 m7disable=0 keymap=123233 return=1
sampling06=3 sampling7=0,2,2,2,2,2,2,0,5 info=1 palette=0 deinterlace=5 scanlines=0 mux=0 elk=0 vsync=0 pllh=0 nbuffers=2 debug=0 m7disable=0 keymap=123233 return=1
#
# Here's a example showing no oversampling in Mode 0..6
# sampling06=0,4,4,4,4,4,4,2 geometry06=37,28,80,256,640,512 info=1 palette=0 deinterlace=1 scanlines=0 mux=0 elk=0 vsync=0 pllh=0 nbuffers=2 debug=1 m7disable=0