[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:42992] Re: ご報告: TV partimage



Ryuichiと申します。

どなたかの参考になればというくらいですが、当方では、ネットインストール
したSargeのカーネルのままで、下記手法でTV視聴・録画ができています。
大容量HDDも無いので、やってみて成功しただけです。
MythTVの利用がよいのでしょうが、インストール後の設定に失敗し、再トライ
していません。

2005年2月12日
Ryuichi

$ uname -a
Linux mypc 2.4.27-1-386 #1 Fri Sep 3 06:24:46 UTC 2004 i686 GNU/Linux

TV-tuner card : ATI TV Wonder
Video card    : nVidia GeForce2GTS

$ /sbin/lsmod
Module                  Size  Used by    Not tainted
tuner                   8872   1 (autoclean)
msp3400                14464   1 (autoclean)
bttv                   89984   1
videodev                5344   3 [bttv]
i2c-algo-bit            6376   1 [bttv]
i2c-core               11748   0 [tuner msp3400 bttv i2c-algo-bit]
btaudio                 9788   0
ymfpci                 39144   0
ac97_codec             11252   0 [ymfpci]
soundcore               3268   5 [bttv btaudio ymfpci]

$ lspci
0000:01:08.0 Multimedia video controller: Brooktree Corporation Bt878 
Video Capture (rev 02)
0000:01:08.1 Multimedia controller: Brooktree Corporation Bt878 Audio 
Capture (rev 02)
0000:01:0a.0 Multimedia audio controller: Yamaha Corporation YMF-724F 
[DS-1 Audio Controller] (rev 03)

TV watching
# aptitude install xawtv xawtv-plugin-qt tv-fonts libdv-bin
# vi /etc/modules.conf
  # The BTTV module does not load the tuner module automatically,
  # so do that in here
  post-install bttv insmod tuner
  post-remove bttv rmmod tuner
  options bttv radio=0 card=63
  options tuner type=2

# reboot


TV-recording sample
First, 
  set "line-in" recordable in mixer-control, when outerTV-tuner-card 
  sound-output is conected to sound-card-input by OUTER-cable.

  set "CD" recordable in mixer-control, when outerTV-tuner-card sound-
  output is conected to sound-card-input by INNER-cable.

$ aumix -c R
$ v4lctl setchannel 8
$ streamer -t 0:10 -s 640x480 -r 29.97 -f mjpeg -n ntsc -F stereo \
-R 11025 -o tmp.avi -i television -j 50
    -t 0:10  : 10seconds
    -r 29.97 : 29.97 frames/sec
    -n       : ntsc を指定
    -F       : サウンドのステレオ/モノラル 、量子化ビット数 
                (モノラルの場合のみ)
    -R       : サウンドのサンプリング周波数を指定
    -f       : ファイル形式

    $ streamer --help で詳しい説明が表示される。