[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:42992] Re: ご報告: TV partimage
- From: Ryu <ryuichi@xxxxxxxxxxxxx>
- Subject: [debian-users:42992] Re: ご報告: TV partimage
- Date: Sat, 12 Feb 2005 17:59:06 +0900
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-mdaemon-deliver-to: debian-users@debian.or.jp
- X-mdav-processed: phad2.swissinfo.org, Sat, 12 Feb 2005 09:49:11 +0100
- X-mdremoteip: 194.6.181.33
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-users@debian.or.jp
- X-return-path: ryuichi@xxxxxxxxxxxxx
- X-spam-level: **
- X-spam-processed: phad2.swissinfo.org, Sat, 12 Feb 2005 09:49:10 +0100 (not processed: spam filter disabled)
- X-spam-status: No, hits=2.2 required=10.0 tests=IN_REP_TO,ISO2022JP_BODY,ISO2022JP_CHARSET,RCVD_IN_ORBS, RCVD_IN_OSIRUSOFT_COM,REFERENCES,SPAM_PHRASE_00_01, X_OSIRU_OPEN_RELAY version=2.44
- References: <20050211163224.2f739e0d@xxxxxxxxxxxxxxxxxxxxxxxx>
- Message-id: <20050212175053.42ec3d1a.ryuichi@xxxxxxxxxxxxx>
- X-mail-count: 42992
- X-mailer: Sylpheed version 1.0.0 (GTK+ 1.2.10; i386-pc-linux-gnu)
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 で詳しい説明が表示される。