OSDN Git Service

fix some bugs.
[rec10/rec10-git.git] / jTsSplitter / trunk / src / jtssplitter / Main.java
index 2ec94f9..41cab95 100644 (file)
@@ -33,6 +33,8 @@ public class Main {
             }
         }
         Tsfile t1 = new Tsfile();
+        inf="/home/ftpusr/ftp-tmp/バカとテストと召喚獣 第4問「愛とスパイスとお弁当」.ts.tsmix";
+        outf="/home/ftpusr/ftp-tmp/バカとテストと召喚獣 第4問「愛とスパイスとお弁当」.ts";
         t1.splitTS_byte(inf, outf, ch);
     }
 }