2004-03-17

_ type=43

FQ1236/F = FM1236 MK3 - FMラジオ
らしい。

_ kernel-2.4.25 + patch-2.4.25-rc1-kraxel

 5 SKNet Monster TV                                     2 PHILIPS_NTSC_M,
 7 KNC One TV-Station RDS / Typhoon TV Tuner RDS       43 PHILIPS_FM1216ME_MK3,
 9 Medion 5044                                         43 PHILIPS_FM1216ME_MK3,
10 Kworld/KuroutoShikou SAA7130-TVPCI                   2 PHILIPS_NTSC_M,
12 Medion 7134                                         43 PHILIPS_FM1216ME_MK3,
14 ELSA EX-VISION 300TV                                40 HITACHI_NTSC,
15 ELSA EX-VISION 500TV                                40 HITACHI_NTSC,
16 ASUS TV-FM 7134                                     43 PHILIPS_FM1216ME_MK3,
17 AOPEN VA1000 POWER                                   2 PHILIPS_NTSC,
19 Compro VideoMate TV                                  2 PHILIPS_NTSC_M,
22 Medion 2819/ AverMedia M156                         43 PHILIPS_FM1216ME_MK3,
25 ASUS TV-FM 7133                                     43 PHILIPS_FM1236_MK3,
29 Nagase Sangyo TransGear 3000TV                       2 PHILIPS_NTSC_M,
31 Elitegroup ECS TVP3XP FM1236 Tuner Card (NTSC,FM)    2 PHILIPS_NTSC,
らしい。

_ サービス解約


加入時の申し込みは、web で数回のマウスクリック程度で完了する。
解約には...
step1 : 電話する。
step2 : 確認mail に添付されてきた解約用紙を印刷する。
step3 : 必要事項を記入し、捺印
step4 : 封書にて送付
step5 : 届いた翌月分から停止

いやぁ、実に良くできた面倒なシステムだ。

_ [memo] .avi と gmplayer が関連付け出来ない場合


~/.bashrc に
alias mplayer="gmplayer -vo x11 -idx"
として回避することにした。

_ mencoder での録画時に filter をかける


$ man mplayer より抜粋
pp
This  option  enables  usage of MPlayer's internal postprocessing filter,
and  also gives an interface where you can pass options to the named filter.
To get a list of available filters, use -pphelp.
Note  that  each sub-filter must be separated with a / sign.
Each  filter  defaults  to  'c'  (chrominance).
The  keywords accept a '-' prefix to disable the option.
A ':' followed by a letter may be appended to the option to indicate its scope:
a:  Automatically  switches the filter off if the CPU is too slow.
c: Do chrominance filtering, too.
y: Do  not  do  chrominance  filtering (only luminance filtering).
 
EXAMPLES:
-vop pp=hb/vb/dr/al/lb
-vop pp=hb/vb/dr/al
                                     
Default  filters  without  brightness/contrast correction:
-vop pp=de/-al
 
Enable default filters & temporal  denoiser:
-vop pp=de/tn:1:2:3
 
Deblock  horizontal only luminance and switch vertical deblocking on  or  off
automatically  depending  on available CPU time:
-vop pp=hb:y/vb:a -autoq 6

_ $ mplayer -pphelp

long form example: vdeblock:autoq/hdeblock:autoq/linblenddeint     default,-vdeblock
short form example: vb:a/hb:a/lb                                    de,-vb
more examples: tn:64:128:256
Filters                 Options
short   long name       short   long option     Description
*       *               a       autoq           CPU power dependent enabler
                        c       chrom           chrominance filtering enabled
                        y       nochrom         chrominance filtering disabled
hb      hdeblock        (2 threshold)           horizontal deblocking filter
        1. difference factor: default=32, higher -> more deblocking
        2. flatness threshold: default=39, lower -> more deblocking
                        the h & v deblocking filters share these
                        so you can't set different thresholds for h / v
vb      vdeblock        (2 threshold)           vertical deblocking filter
h1      x1hdeblock                              experimental h deblock filter 1
v1      x1vdeblock                              experimental v deblock filter 1
dr      dering                                  deringing filter
al      autolevels                              automatic brightness / contrast
                        f       fullyrange      stretch luminance to (0..255)
lb      linblenddeint                           linear blend deinterlacer
li      linipoldeint                            linear interpolating deinterlace
ci      cubicipoldeint                          cubic interpolating deinterlacer
md      mediandeint                             median deinterlacer
fd      ffmpegdeint                             ffmpeg deinterlacer
de      default                                 hb:a,vb:a,dr:a,al
fa      fast                                    h1:a,v1:a,dr:a,al
tn      tmpnoise        (3 threshold)           temporal noise reducer
                        1. <= 2. <= 3.          larger -> stronger filtering
fq      forceQuant                   force quantizer
CPU の負荷は極端に増加するが、許容できるならば
-vop lavcdeint,pp=de/tn:1:2:3/li/ci/lb/fq
などとすると、かなり画質が改善される。

===================================================
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1  (-1=autodetect) osd: 1
Opening video filter: [lavcdeint]
Opening video filter: [pp=de/tn:1:2:3/li/ci/lb/fq]
===================================================
[]