OSDN Git Service

fix some bugs.
[rec10/rec10-git.git] / jTsSplitter / trunk / src / jtssplitter / Main.java
index 527ffce..41cab95 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * jTsSplitter - java based mpeg2ts splitter.
+ * Copyright (C) 2009-2010 Yukikaze
  */
 package jtssplitter;
 
@@ -33,6 +33,8 @@ public class Main {
             }
         }
         Tsfile t1 = new Tsfile();
-        t1.splitTS(inf, outf, ch);
+        inf="/home/ftpusr/ftp-tmp/バカとテストと召喚獣 第4問「愛とスパイスとお弁当」.ts.tsmix";
+        outf="/home/ftpusr/ftp-tmp/バカとテストと召喚獣 第4問「愛とスパイスとお弁当」.ts";
+        t1.splitTS_byte(inf, outf, ch);
     }
 }