OSDN Git Service

implement to work "a bit after start resolution changing movie".
[rec10/rec10-git.git] / rec10 / trunk / src / tv2avi.py
index 724d111..f9481f1 100644 (file)
@@ -56,8 +56,8 @@ def b252ts(pout, chtxt, btime, etime, opt):
     status.changeB25Decoding(1)
     try:
         try:
-            ch=chdb.chtxtsearch(chtxt)['ch']
-            csch=chdb.chtxtsearch(chtxt)['csch']
+            ch=chtxt.split("_")[0]
+            csch=chtxt.split("_")[1]
         except:
             ch=0
             csch=0