OSDN Git Service

implement new x264 option for Blu-ray compat.
[rec10/rec10-git.git] / rec10 / trunk / src / tester.py
index 37294de..0160459 100644 (file)
@@ -1,12 +1,12 @@
 #!/usr/bin/python
 # coding: UTF-8
 # Rec10 TS Recording Tools
-# Copyright (C) 2009-2010 Yukikaze
+# Copyright (C) 2009-2011 Yukikaze
 #import sys
 import epgdb
+import tv2ts
 import os
 import time
-from ts2x264 import ts2x264
 import tv2avi
 import tv2mkv
 import checker
@@ -35,12 +35,20 @@ import rec10d
 #import guess
 #import zenhan
 #import auto_process
+import chdb
+import epgdb
 import datetime
 import tv2mp4
 import ts2x264
+import recque
 path = str(os.path.dirname(os.path.abspath(__file__))) + "/"
 recpath = "/home/ftpusr/ftp-tmp/Recording/"
 ftpusr = "/home/ftpusr/ftp-tmp"
 recordedpath = u"/home/ftpusr/ftp-video"
 if __name__ == "__main__":
-    print ts2x264.get_x264core_version()
\ No newline at end of file
+    #rec10d.rec10db.update_db_100to101()
+    #recque.searchRecQue(recpath)
+    #print chdb.updateLogo()
+    #epgdb.updateLogo_bc("bs")
+    print ts2x264.getX264CoreVersion()
+    ""