]> git.parisson.com Git - tools.git/commitdiff
cleanup log
authoryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 19 Jul 2010 13:09:54 +0000 (13:09 +0000)
committeryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 19 Jul 2010 13:09:54 +0000 (13:09 +0000)
git-svn-id: http://svn.parisson.org/svn/tools/trunk@90 457c0346-1240-4656-8a5a-9edca8063506

isp_tools/isp_trans.py

index acb016bfceae652464be97933e6e5fd99d77c75e..bcc0822334a5f5efe5c5e4845bcc0d08796e0401 100644 (file)
@@ -157,7 +157,8 @@ class ISPTrans(object):
                 continue
             else:
                 if not os.path.exists(dest) or force_mode != '':
-                    mess = 'Transcoding from %s:%s to %s:%s -> %s ...' % (start_mn, start_s, end_mn, end_s, dest)
+                    mess = 'Transcoding from %s:%s to %s:%s -> %s ...' \
+                            % (str(int(float(start_mn))), str(int(float(start_s))), str(int(float(end_mn))), str(int(float(end_s))), dest)
                     self.logger.write_info(media, mess)
                     command = self.transcode_command(media, str(start), str(duration), dest)
                     os.system(command)