OSDN Git Service

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