OSDN Git Service

implement caption/audio 0 byte error auto skip system.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Sun, 2 May 2010 08:39:46 +0000 (08:39 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Sun, 2 May 2010 08:39:46 +0000 (08:39 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@580 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/tv2mp4.py

index fc4fd47..7d63e8f 100644 (file)
@@ -52,7 +52,9 @@ def raw2mp4(pin,pout,opt):
     e1=exe +u" "+duration+" -add \""+pin+"\" -new \""+pout+"\""\r
     execmp4box(pin, pout, e1)\r
     addAudio(pints, pout, opt)\r
+    print "audio end"\r
     addCaption(pints, pout)\r
+    print "cation end"\r
     recdblist.addlog(pout, txt, "mp4box-log")\r
     if status.getSettings_auto_del_tmp()==1:\r
         if os.path.exists(pout):\r