OSDN Git Service

try to use x264cli.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Mon, 1 Mar 2010 08:48:55 +0000 (08:48 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Mon, 1 Mar 2010 08:48:55 +0000 (08:48 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@448 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/install.py
rec10/trunk/src/readme.txt
rec10/trunk/src/ts2x264.py

index caaa3e3..23ca74c 100644 (file)
@@ -116,7 +116,7 @@ def move():
     configwriter.setenv("enc_max", enc_max)
 
     recdblist.printutf8(u"二カ国語放送/5.1ch放送の音声変換の設定です。\nNeroAACエンコーダーを使用しますか?(NeroAACEncを別途入手してtstoolsに入れてください。))")
-    recdblist.printutf8(u"入手先:http:\/\/www.nero.com\/jpn\/technologies-aac-codec.html\n (7/"+str(maxn)+")")
+    recdblist.printutf8(u"入手先:http://www.nero.com/jpn/technologies-aac-codec.html\n (7/"+str(maxn)+")")
     audioenc=raw_input("[y/N]:  ")
     if audioenc=="y" or audioenc=="Y":
         configwriter.setpath("useNeroAAC", "1")
index 1981df7..00723e0 100644 (file)
@@ -35,7 +35,7 @@ recpt1(recfriioでもいいはずです)(non-included)
 5:make install
 6:rec10を実行するユーザーで/usr/local/share/rec10を実行
 7:cronに書き加える
-8:rectool.plをインストール
+8:rectool.plをインストール(Makefile.PLの実行 rectool.plの配置)
 
 付け足し
 
@@ -49,7 +49,9 @@ crontab -e を実行するとcronを編集できるようになるので
 */5 * * * * /usr/local/bin/rec10 > /dev/pts/0
 などのようにすれば/dev/pts/0端末に出力します(ttyコマンドで調べられます)
 
-以上で設定は終了です。
+8.rectoolのインストール
+Makefile.PLを実行します。
+実行した後にrectool.plをhttpの公開ディレクトリ(wwwフォルダなど)に置いてください。
 
 ちなみに
 エンコードの設定を変えたい場合はts2x264を参照してください
@@ -65,7 +67,25 @@ yukikaze.jp@gmail.com
 [History]
 10/02/21 0.9.1 release
 Lots of bug fixes.
-implement installer
+change video filter.
+change encode option.
+implement installer.
+
+09/12/07 0.9.0 release
+change config path.(config.ini to rec10.conf)
+add Makefile
+change large number of var name.
+support b25_remote(thanks long.inus)
+support auto copy function.
+change video filter.
+change encode option.
+fix a lot of bugs.
+finish to support iEPG(iRec10EPG).
+
+09/10/27 0.8.0 relaase
+Lots of bug fixes.
+Use mkvmerge to mux avi to mkv.
+Many changes.
 
 09/08/22 0.6.0 release
 Lots of bug fixes.
index e18b36b..6d7a6a6 100644 (file)
@@ -90,7 +90,7 @@ def encode(pin,pout,size,is2pass,is24fps,quality):
     x264enc=""
     x264enc1=""
     x264enc2=""
-
+    #mencoder "./test.ts" -vfm ffmpeg -nosound -sws 9 -vf pullup,softskip,scale=1280:720::0:3,hqdn3d=2:1:2,unsharp=l3x3:0.75:c3x3:0.75,harddup,format=i420 -ofps 24000/1001 -fps 30000/1001 -ovc raw -of rawvideo -o "stream"& x264 --crf 18 --fps 24000/1001 -o "./test.mkv" stream 1280x720
     if quality<3:
         x264enc=":me=dia:partitions=none:frameref=1:subq=2:scenecut=0:trellis=0"
         x264enc1=x264enc