OSDN Git Service

implement caption/audio 0 byte error auto skip system.
[rec10/rec10-git.git] / rec10 / trunk / src / readme.txt
1 ###########################################
2 #     Rec10 for PT1                       #
3 #                          Ver.0.9.5      #
4 # 2010/05/02    Yukikaze                  #
5 #  Copyright (C) 2009-2010 Yukikaze       #
6 ###########################################
7
8 本ソフトはpythonおよびperlによって書かれた録画ツールです。
9 ライセンスは LGPL v3に準拠します(license.txt参照)
10
11 [必要コマンド]
12 python(2.6にて動作確認)
13 wine
14 mencoder
15 ffmpeg
16 x264
17 mp4box(mp4使用時)
18 mkvmerge(mkv使用時)
19 java(jre1.6で動作を確認)
20
21 [必要環境:Webインターフェース部分]
22 perl
23 一部のperlモジュール( rectool.pl)
24
25 [必要環境:外部ツール]
26 jTsSplitter(included)
27 BonTsDemux(included)
28 epgdump(included)
29 b25(non-included)
30 recpt1(recfriioでもいいはずです)(non-included)
31
32
33 1:install.shを実行
34 2:表示にしたがって設定の変更(チャンネルなど)
35 3:make
36 4:su
37 5:make install
38 6:rec10を実行するユーザーで/usr/local/share/rec10を実行
39 7:cronに書き加える
40 8:rectool.plをインストール(Makefile.PLの実行 rectool.plの配置)
41
42 付け足し
43
44 7.cronの設定
45
46 最後にrec10d.pyをcronで五分おきに実行するようにしてください
47 crontab -e を実行するとcronを編集できるようになるので
48 */5 * * * * python /usr/local/bin/rec10
49 のように書いてください(5扮ごとに実行)
50
51 ログは/var/log/rec10に移動しました。
52
53 8.rectoolのインストール
54 Makefile.PLを実行します。
55 実行した後にrectool.plをhttpの公開ディレクトリ(wwwフォルダなど)に置いてください。
56
57 ちなみに
58 エンコードの設定を変えたい場合はts2x264を参照してください
59
60
61 チャンネルの設定を変えた場合はを編集した後に
62 chdata.pyを実行してください(python chdata.py)
63 その後番組表が更新されます
64
65 バグだらけのコードですが、改善点などを指摘していただけるとうれしいです。
66 yukikaze.jp@gmail.com
67
68 [History]
69 0.9.5
70 b25自動削除機能の改善
71 自動仕分け機能のアップデート
72 Caption2Assやaac取り出しがうまくいかないときの自動復帰処理の実装
73
74 10/04/02 0.9.4 release
75 バグ修正
76 インストーラーの大幅な改善
77 ログシステムの変更
78 エンコードの変更
79 チャンネル変更に対応(CS)
80
81 10/03/20 0.9.3 release(internal)
82 lots of bug fixes.
83 change DB.
84 implement updating function(from 0.9.1 or 0.9.2)
85 10/03/06 0.9.2 release(internal)
86 few bug fix.(!!! amazing i think)
87 implement new encoding system.
88 use x264cli and mencoder throwgh fifo.
89 implement final production changing system(you can choose mkv and mp4 now.)
90
91 10/02/21 0.9.1 release
92 Lots of bug fixes.
93 change video filter.
94 change encode option.
95 implement installer.
96
97 09/12/07 0.9.0 release
98 change config path.(config.ini to rec10.conf)
99 add Makefile
100 change large number of var name.
101 support b25_remote(thanks long.inus)
102 support auto copy function.
103 change video filter.
104 change encode option.
105 fix a lot of bugs.
106 finish to support iEPG(iRec10EPG).
107
108 09/10/27 0.8.0 relaase
109 Lots of bug fixes.
110 Use mkvmerge to mux avi to mkv.
111 Many changes.
112
113 09/08/22 0.6.0 release
114 Lots of bug fixes.
115 Implement db using MySQL.
116 Change Ts splitting soft from Tssplitter to tssplitter_lite(included.)
117
118 09/08/01 0.5.0 release
119 バグフィックス
120 検索録画のパターンマッチングアルゴリズムの変更(推測的な検索ができるようになった)
121 rectool.plを同梱するようにした。
122 周辺ソフトのうちライセンスの問題がないものを同梱するようにした。
123
124 09/07/01 0.4.1 release
125 lots of bug fixes
126 add some cs-ch.
127 release pl src.
128 09/05/24 0.3.1 release
129 fix
130 チャンネルの増加
131 エンコードオプションを実際に使えるようにした。
132 1passモード実装
133 niceコマンドをより広範囲に適用するようにした。
134 09/05/08 0.1.1 release
135 fix
136 2passエンコードのログファイルがかぶるのを訂正
137 一部チャンネル指定が間違っていたのを訂正
138 その他多くのバグの訂正
139 09/05/05 0.0.1b release
140 fix
141 replace tab to 4 spaces(it caused errors)
142 add some cs-e2 channels
143 09/05/04 0.0.1a release