2002-12-02

_ ガシガシとやってますとも。


もうこんな感じにぐっちゃぐっちゃ。
vcr で 映像が逆さまに録画されたりで、大変。
RHL-7.3 を捨てて Vine-2.6r1 か Debian か RHL-7.2 に突破口を見いだしたい気分。
なんか NVrec より vcr の方が、カクつかなくていいよーな気が...
設定で直るのだろうか?

... Asumi にするか。

_ [win] あれ


巷で話題の、この あれを使えば Real配信の Zガンダム を AVI で録画できるんですね。
普通 Real配信は、観るだけでファイルにすることはできないでしょ。
これを使えば RealOne の Window だけ、音声付で観ていながら記録できる。
デスクトップごと動画に撮る事もできるし。

あとは... リサーチ中
;; 何故、あれか っつーと あれだからなんだね。うむ。Not TV版(謎)
;; 別に意地悪して隠してる訳ではないのです。

tafa先輩、正解ですか?
あとはコレを圧縮するのですね... XViD で。

しかし 1ヶ月で50枚スピンドルを4個+100枚スピンドルを1個とは、一体何を?

_ しかし、


Win では全く気合いの入らない私であった。

_ さようなら RHL7.3


とりあえずメモだけ残しておきます。説明はありません。
http://www.xvid.org
XviD core library (gzip)
 
# cd xvidcore-0.9.0/build/generic
# make -f Makefile.linuxx86
# cp libxvidcore.so /usr/lib
# ldconfig
 
xvid_latest.tar.gz
# tar zxvf xvid_latest.tar.gz
# cd ./xvid_20021129/xvidcore/build/generic
# make -f Makefile.linuxx86
# make -f Makefile.linuxx86 install
 
http://nvrec.sourceforge.net/downloads/
nvrec ではなく NVrec で成功
 
NVrec-20020312.tar.gz  
NVrec-20020318.tar.gz
NVrec-20020408.tar.gz までが OK.
 
# ./bootstrap
# ./configure
# make ; make install
# cp  /usr/local/NVrec-20020408/etc/NVrec.conf /etc/NVrec.conf
 
/etc/rc.local
# for user video recording
chmod go+rw /dev/video
chmod go+rw /dev/dsp
chmod go+rw /dev/mixer
 
# DIVX4rec -v /dev/video0 -w 640 -h 480 -norm NTSC -input Television -frequency 633.250 -o ./test.avi
 
チャンネルは、/usr/local/vcr-1.09/src/frequencies.c の JP broadcast
 2ch: -frequency  97.250
 6ch:            183.250
48ch:            633.250
42ch:            645.250
40ch:            633.250
50ch:            693.250
 
http://www.mplayerhq.hu/homepage/
mplayer-0.90pre10
 
http://avifile.sourceforge.net/
binaries-011002.tgz
 
# cd /usr/lib
# tar zxvf binaries-011002.tgz
 
http://avifile.sourceforge.net/
avifile-0.7.22-20021129.tgz
 
# tar zxvf avifile-0.7.22-20021129.tgz
# cd avifile0.7-0.7.22
# ./autogen.sh
# ./configure --disable-mad --disable-libmad
...
checking for xvid.h... no
configure: warning: Could not run XviD test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means XviD was incorrectly installed.
--- Sources to build XviD xvidcore library can be found at http://www.xvid.org
...
 
Install path:	  /usr/local
Qt:		  yes
Sdl:		  yes
Xft:		  yes
Oss audio:	  yes
Sun audio:	  no
Mga_vid:	  no
Plugins:
  ac3passthrough  yes  (with SBLive only)
  divx4 	  yes  (DivX ;-), OpenDivX, DivX4)
  xvid		  no   (DivX4, XviD)
  ffmpeg	  yes  (DivX ;-), OpenDivX, MJPEG, AC3)
  os motion jpeg  yes  (MJPEG)
  win32 	  yes  (DivX, WMF1/2, DV, MJPEG, Ati, Asus,...)
  MAD		  no   (MPEG Layer I/II/III)
  vorbis	  yes
  lame runtime	  no
 
# make
 
./libtool: -e: command not found
: compile: cannot determine name of library object from `'
make[3]: *** [version.lo] エラー 1
make[3]: 出ます ディレクトリ `/usr/local/avifile0.7-0.7.22/plugins/libmad/libmad'
make[2]: *** [all-recursive] エラー 1
make[2]: 出ます ディレクトリ `/usr/local/avifile0.7-0.7.22/plugins/libmad'
make[1]: *** [all-recursive] エラー 1
make[1]: 出ます ディレクトリ `/usr/local/avifile0.7-0.7.22/plugins'
make: *** [all-recursive] エラー 1
 
# ./configure --with-xvid-prefix=/usr/local/xvidcore-0.9.0/src/
 
http://avifile.sourceforge.net/
avifile-0.7.21-20021122.tgz 同様に駄目
 
avifile-0.7.15-20020816.tgz
# cd avifile0.7-0.7.15
libmad が automake-1.6 を必要とするので、
./configure --disable-mad --disable-libmad
# make
# make install 成功
 
vcr-1.09
# ./configure --enable-avifile-0_6
# make ; make install 成功
 
$ vcr -t 10m -p 40ch test_vcr.avi
/usr/local/bin/vcr: error while loading shared libraries: libaviplay-0.7.so.0: 
cannot open shared object file: No such file or directory
 
/etc/ld.so.conf
/usr/local/avifile0.7-0.7.15/lib/.libs/
 
# ldconfig
 
$ vcr -t 10m -p 40ch test_vcr.avi 成功
$ mplayer test_vcr.avi で映像が上下逆になる。
 
avifile-20011111.tar.bz2
# cd avifile-0.6
# ./autogen.sh
# ./configure
# ./configure --disable-mad --disable-libmad
...
configure: error: ./configure failed for plugins/libmad/libmad
 
http://www.mars.org/home/rob/proj/mpeg/
mad-0.14.2b.tar.gz 
 
# cd mad-0.14.2b
# ./configure ; make ; make install (mad)
# cd ./libmad
# ./configure ; make ; make install (libmad)
# ldconfig
 
# tar jxvf avifile-20011111.tar.bz2
# cd avifile-0.6
# ./autogen.sh ; ./configure
configure: error: ./configure failed for plugins/libmad/libmad
 
ltconfig を入れると直るとのこと 
http://club.h14m.org/kenji/story/linux-video-1.html?to=200203020#200203020
 
# find / -name ltconfig
/usr/local/avifile-0.6/plugins/libmad/libmad/ltconfig
/usr/local/mad-0.14.2b/ltconfig
/usr/src/redhat/BUILD/avifile-0.53.5/ltconfig
 
# tar jxvf avifile-20011111.tar.bz2
# cd avifile-0.6
# ./autogen.sh
# cp -p /usr/local/mad-0.14.2b/ltconfig .
# cd plugins/libmad/libmad
# cp -p ../../../autogen.sh .
# ./configure
# make
# cd ../../../
# ./autogen.sh
# ./configure
 
./../ltconfig: ./../ltconfig: No such file or directory
configure: error: libtool configure failed
configure: error: ./configure failed for libmmxnow
 
# tar zxvf avifile-0.53.5.tar.gz
( # ln -s /usr/lib/qt-2.3.1 /usr/lib/qt2 )?
qt-3 なので、とりあえず
# ./configure --disable-qt
# make ; make install
 
でも vcr の録画失敗。qt 2 -> 3 が原因ぽい。
# ./configure --with-qt-dir=/usr/lib/qt-3.0.3
# make
 
RegAccess.h: In function `QFont RegAccess::ReadFont ()':
RegAccess.h:31: `ISO_8859_1' is not a member of type `QFont'
RegAccess.h:32: `CharSet' is not a member of type `QFont'
RegAccess.h:32: parse error before `)'
RegAccess.h: In function `void RegAccess::WriteFont (const QFont &)':
RegAccess.h:83: no matching function for call to `QFont::charSet () 
const'

_ なんか疲れた。


RHL7.2 を install する気分ではないな。
寝よう。
;; RHL7.2 の kernel では NIC が使えないので install の前に updater を CD-R に焼いておくこと > 自分。

_ VFR-400R PROARM


http://www20.big.or.jp/~nwp/vfr/

NC30 より NC24 の方が排気音が良い。心地良く感じる様に設計してあったから。
今でも近所に乗っている方がいるらしく、このマシンの排気音だけは区別がつきます。
;; もう怖くて乗れません。

本日のツッコミ(全3件) [ツッコミを入れる]
# TAFA (2002-12-02 21:54)

あれは存在しますが、名前忘れました。

# TAFA (2002-12-02 22:04)

CD-RにDivXファイルがたいてい1つしか入らないので大量に必要なのです。

# すずき (2002-12-02 22:35)

それにしても 300枚とは凄い量ですね。

[]