splitter
SRT Splitter
SRT Splitter is a perl script for splitting up movie SRT files into equal sections for people to edit (it adjust the time to be relative to each individual SRT file). It also generates a mencoder script that you can run to split the movie into equal sections as well.
Authors
History
| Date |
Notes |
| 05/10/07 |
Version 0.01 release |
Features
- Split the file amongst as many authors as you want.
- Simple interface, via a configuration file.
Example Usage
- Then invoke splitter:
./splitter config.dsc
- To split the movie, use the mencoder.sh script it generates:
chmod a+x mencoder.sh
./mencoder.sh
Limitations
- The split movies may be off by a second or so — this is because the movies are split at the most recent keyframes — theres nothing I can do about it.
- No way (yet) to recombine the scripts. I'll build that script in a week or so once my friends have finished their modifications.
Download