CentOS5 DVDへ書き込み




<< トッ プページへ

概要

nuvexportをCentOS5で使用することができましたのでその導入方法を紹介し ます。こ注意事項と してDVDの作成の場合は録画時の画面 の大きさを録画プロファイルの設定で720x480としておく事が必要です。

インストール作業

管理人の環境としてはCentOS5をフルインストールで mythtvが動作している状態から作業を始めています。srcからリビルドして使用しました。
使用したパッケージは nuvexport-0.5-0.20080311.svn.src.rpm

# rpmbuild --rebuild nuvexport-0.5-0.20080311.svn.src.rpm

これを実行しようとすると perl-MythTV i386 0.21-185.el5が無いと怒られる。
それで、mythtvを0.21へupdateしてみた。すると依存関係でperl-MythTVが自動でインストールされた。その後リビルドは問題なく 終了したので、動作を確認
問題は無いようです。

download先
http://forevermore.net/files/
nuvexport/nuvexport-0.5-0.20080311.svn.src.rpm

■ 使用方法

コマンドを打ち込んであとは質問に答えていくだけです。

$ nuvexport

Loading MythTV recording info.
0%

Using ffmpeg for exporting.
What would you like to do?

  1. Export to XviD
  2. Export to SVCD
  3. Export to VCD
  4. Export to DVCD (VCD with 48kHz audio for making DVDs)
  5. Export to DVD
  6. Export to DivX
  7. Export to ASF
  8. Export to MP3
  9. Export to PSP
 10. Export to MP4 (iPod)
 11. Export to .nuv and .sql

  q. Quit

Choose a function:  5


You have recorded the following shows:

  1. 奥さまは魔女 (1 episode)

  q. Quit

Choose a show:  1

You have chosen to export 1 episode:

  1. 奥さまは魔女:
     (12/4, 09:00 AM) 720x480 MPEG2 (4:3)
    
     「あーら不思議」「夫婦善哉」エリザベス・モンゴメリーほか

* Separate multiple episodes with spaces, or ranges with '-'

  c. Continue
  n. Choose another show
  q. Quit

Choose a function, or episode(s) to remove:  c

Choose a function, or episode(s) to remove:  c
Where would you like to export the files to? [.]
Enable Myth cutlist? [Yes]
Enable noise reduction (slower, but better results)? [Yes]
Enable deinterlacing? [Yes]
Crop broadcast overscan border (0-5%) ? [2]
Audio bitrate? [384]
Maximum video bitrate for VBR? [6000]
VBR quality/quantisation (1-31)? [5]

Now encoding:  奥さまは魔女:  Untitled
Encode started:  Mon Dec  4 12:19:23 2006
Waiting for mythtranscode to set up the fifos.
Starting ffmpeg.
processed:  1878 of 53805 frames (3.49%),  45.80 fps

■DVD 作成

encoding後はファイルをisoイメージにしてDVD に書き込めばokで す。
最初にhoge.xmlを作成します。
$ cat

<?xml version="1.0" encoding="utf-8"?>
<dvdauthor>
<vmgm />
  <titleset>
    <titles>
      <pgc>
        <vob file="機動戦士ガンダム00「刹那」.mpg" chapters="0"/>
      </pgc>
    </titles>
  </titleset>
</dvdauthor>

$ dvdauthor -o dvd -x hoge.xml

$ mkisofs -dvd-video -udf -o dvd.iso dvd

INFO:   UTF-8 character encoding detected by locale settings.
        Assuming UTF-8 encoded filenames on source filesystem,
        use -input-charset to override.
Unknown file type (unallocated) dvd/.. - ignoring and continuing.
  1.60% done, estimate finish Tue Apr  1 08:05:57 2008
  3.19% done, estimate finish Tue Apr  1 08:05:26 2008
  4.79% done, estimate finish Tue Apr  1 08:05:15 2008
  6.39% done, estimate finish Tue Apr  1 08:05:10 2008
  7.98% done, estimate finish Tue Apr  1 08:05:07 2008
  9.58% done, estimate finish Tue Apr  1 08:05:15 2008
 11.17% done, estimate finish Tue Apr  1 08:05:12 2008
 12.77% done, estimate finish Tue Apr  1 08:05:10 2008
 14.36% done, estimate finish Tue Apr  1 08:05:15 2008
 15.96% done, estimate finish Tue Apr  1 08:05:13 2008
 17.55% done, estimate finish Tue Apr  1 08:05:17 2008
 19.15% done, estimate finish Tue Apr  1 08:05:21 2008
 20.74% done, estimate finish Tue Apr  1 08:05:19 2008
 22.34% done, estimate finish Tue Apr  1 08:05:21 2008
 23.93% done, estimate finish Tue Apr  1 08:05:20 2008
 25.53% done, estimate finish Tue Apr  1 08:05:22 2008
 27.12% done, estimate finish Tue Apr  1 08:05:20 2008
 28.72% done, estimate finish Tue Apr  1 08:05:22 2008
 30.31% done, estimate finish Tue Apr  1 08:05:27 2008
 31.91% done, estimate finish Tue Apr  1 08:05:26 2008
 33.50% done, estimate finish Tue Apr  1 08:05:30 2008
 35.10% done, estimate finish Tue Apr  1 08:05:32 2008
 36.69% done, estimate finish Tue Apr  1 08:05:30 2008
 38.29% done, estimate finish Tue Apr  1 08:05:31 2008
 39.88% done, estimate finish Tue Apr  1 08:05:32 2008
 41.48% done, estimate finish Tue Apr  1 08:05:33 2008

ここまでやるとisoファイルが作成されます。あとはそれをDVDに書き込めば完成です。




Copyright©2005-2006  熊の巣  All Right Reserved.  管理人へメール