This project aims to manage the timing of the subtitles of a movie.
- The user uploads the legenda.srt and indicates how long the caption is delayed or advanced.
- The system processes the file and adjust the subtitle timing.
- The system provides this new file to download.
This project use maven framework, so few steps is necessary to import in Eclipse IDE.
- Get the project
git clone git@github.com:hodrigohamalho/subtitles-manager.git
- Execute maven tasks
mvn clean eclipse:clean eclipse:eclipse
- Now you can import to eclipse
Note: This Application use Servlet 3.0 API, so you need a container web that support it, like apache tomcat 7.0