hicder / adjust_subtitle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quickly adjust your subtitle files.

Introduction

This program will help adjust the .srt subtitle file by certain amount of seconds.

Prerequisites

This program aims to showcase some of Facebook and Google's opensource technology.

You will need:

You can install those with homebrew:

brew install folly
brew install gflags
brew install glog

User manual

cd /path/to/adjust_subtitle
buck build srcs/...

./buck-out/gen/srcs/adjust_subtitle --input /path/to/old/sub.srt --output /path/to/new/sub.srt --move_by -5

About


Languages

Language:C++ 94.3%Language:Python 5.7%