Convert subtitles in ".smi" or ".ass" format to ".srt" format.
Docker multiarch build of axfree/smi2srt
- Docker Image: jungin500/axfree-smi2srt
- Supports architecture (in terms of favor NASes):
amd64
Intel/AMD 64bitarm64
ARM 64bitarmv7l
: ARM 32bit
- Converts all
.smi
files of current directory into.srt
- Preserves original
.smi
files (put-x
on tail to remove original files)
docker run -it -v "$(pwd)":"$(pwd)" --rm jungin500/axfree-smi2srt "$(pwd)"
$ sudo npm install -g smi2srt
Usage: smi2srt [options] <file> smi2srt by axfree Options: -h, --help output usage information -v, --version output the version number -n do not overwrite an existing file -d, --output-directory <directory> specify optional output directory -l, --list-subtitles list subtitles -t, --time-offset <offset> specify the time offset in miliseconds -b, --time-begin <time> specify the time begin for offset in miliseconds or H:mm:ss -x, --remove-original-file remove original file after successful conversion -i, --install-automator install smi2srt OS X Automator
MIT