X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=rec10%2Ftrunk%2Fsrc%2Frec10.conf;h=0c1cc4b39967ae81733378f997fe170b7bb0243e;hb=71d9674efddf9399c3f37189fd248bd601437be9;hp=3ee1c858d5f9cff56a24c9eff6a26fb3b9e3034b;hpb=a897a4a58145e035d75f22185719aee097d16067;p=rec10%2Frec10-git.git diff --git a/rec10/trunk/src/rec10.conf b/rec10/trunk/src/rec10.conf index 3ee1c85..0c1cc4b 100644 --- a/rec10/trunk/src/rec10.conf +++ b/rec10/trunk/src/rec10.conf @@ -1,34 +1,38 @@ [path] recpt1 = /usr/local/bin/recpt1 wine = /usr/bin/wine -xvfb-run = /usr/local/share/rec10/tstools/xvfb-run - +x264 = /usr/bin/x264 +mencoder = /usr/bin/mencoder +tee = /usr/bin/tee +ffmpeg = /usr/bin/ffmpeg rec10 = /usr/local/share/rec10 - +lame = /usr/bin/lame +java = /usr/bin/java #recpathは録画先のフォルダを指定 recpath = /path of /recording #録画終了後に動画を置いておくフォルダを指定するとrectool.plでリスト化できます。 -recorded = /path of /recordedpath +recorded = #複数のrec10で役割を分担するときに用いる移動先 move_destpath = +ts_movepath = #一時キャッシュに使用するフォルダです。 指定しない場合rec10本体と同じフォルダが使われます。 tmp = /tmp/rec10 epgdump = /usr/local/bin/epgdump tssplitter = /usr/bin/java -jar /usr/local/share/rec10/tstools/jTsSplitter.jar +jTsSplitter = /usr/local/share/rec10/tstools/jTsSplitter.jar bontsdemux = /usr/local/share/rec10/tstools/BonTsDemux.exe -Caption2Ass = /usr/local/share/rec10/tstools/Caption2Ass.exe -cfr2tc = /usr/local/share/rec10/tstools/cfr2tc.exe -DtsEdit = /usr/local/share/rec10/tstools/DtsEdit.exe -MP4Box = /usr/bin/MP4Box +caption2ass = /usr/local/share/rec10/tstools/Caption2Ass.exe +mp4box = /usr/bin/MP4Box mkvmerge = /usr/bin/mkvmerge mkvextract = /usr/bin/mkvextract gridserver_port=10910 #b25関連の設定 -b25_remote=0#b25_remoteを使う場合は1にしてください。 +b25_remote=0 +#b25_remoteを使う場合は1にしてください。 b25 = /usr/local/bin/b25 #b25_remoteを使う場合、下記の"192.168.0.1"および"/~~~/b25-client.so"を書き換えてください。 #b25_env = "export B25_SERVER_IP=192.168.0.1 && export LD_PRELOAD=/~~~/b25-client.so" @@ -52,6 +56,15 @@ bscs_max=2 iff = bs = 0 cs = 0 -x264_preset=4#エンコードの重さの設定 大きければ大きいほど(1-6)速度は遅くなるが同じ画質でもサイズが小さくなる。 -crf=18 -animation_crf=16 +make_mp4 = 1 +#エンコードの重さの設定 大きければ大きいほど(1-6)速度は遅くなるが同じ画質でもサイズが小さくなる。 +x264_preset=4 +crf=24 +animation_crf=18 +x264_thread = 0 +x264_addline = +remove_ts = 0 + +[log] +verbose_level = 400#デーモンとして使う場合は変更する必要はありません。 +log_level = 400# \ No newline at end of file