Home / src
Name Modified Size InfoDownloads / Week
Parent folder
srtmod-0.1.2-src.zip 2013-01-30 5.5 kB
srtmod-0.1.2-src.tar.gz 2013-01-30 5.1 kB
srtmod-0.1.2-src.tar.bz2 2013-01-30 5.1 kB
srtmod-0.1.1-src.zip 2013-01-10 4.6 kB
srtmod-0.1.1-src.tar.gz 2013-01-10 4.2 kB
srtmod-0.1.1-src.tar.bz2 2013-01-10 4.2 kB
Totals: 6 Items   28.7 kB 0
Q: Is this toy the perfect One?
A: No. I just wrote it for my own. And I think it maybe useful for somebody
   else.

Q: What can this toy do?
A: You can use it modify .srt file's timeline. CAN, and only CAN.

Q: How to do?
A: It's a command line program. Type "srtmod", you can get usage.

Q: Where it is?
A: http://srtmod.sourceforge.net/

Q: I like DIY. How can I build it myself?
A: 1st of all, you should get the source, and place it in a dir such as
   "srtmod". There should be a dir named "src" in it. It uses cmake. Do like this:
   ____________________________________________

   $ cd srtmod
   $ mkdir build
   $ cd build
   $ mkdir Release
   $ cd Release
   $ cmake -DCMAKE_BUILD_TYPE=Release ../../src
   $ make
   $ su
   # make install
   ____________________________________________
   
   You can use the other build types, such as "Debug".

Q: ...
A: My English is poor. It's defficult for me to say more. If you need help,
   try mail me: hotman_x@vip.163.com.
   But, remember: NO GARANTEE.
Source: README, updated 2013-01-10