Home
Name Modified Size InfoDownloads / Week
bin 2013-02-02
src 2013-01-30
COPYRIGHT 2013-01-10 1.3 kB
README 2013-01-10 1.0 kB
Totals: 4 Items   2.4 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