OSDN Git Service

implement encode tester.
[rec10/rec10-git.git] / rec10 / trunk / src / tv2mp4.py
index 2275dfc..9043a68 100644 (file)
@@ -107,7 +107,7 @@ def addCaption(pts,pmp4):##字幕の追加を試みる。
         e0=wineexe+u" "+cap2ass+u" -format srt \"Z:\\"+pts+"\" \"Z:\\"+pincap+"\""\r
         recdblist.printutf8(e0)\r
         p0=subprocess.Popen(e0,shell=True,stdout=subprocess.PIPE)\r
-        time.sleep(300)\r
+        time.sleep(100)\r
         if p0.poll==None:#実行中\r
             #if os.path.getsize(pincap)<1000:#2mで1kb以下の場合自動で終了\r
              #   os.kill(p0.pid,signal.SIGKILL)\r