Small tool that shifts SubStation Alpha Files(.ass) a specified number of frames forward/backwards.
- OS: Windows, Linux
- Lua 5.x
https://github.com/rjpcomputing/luaforwindows/releases
-
#Debian/Ubuntu systems:
$ sudo apt install lua5.3
-
#RHEL/CentOS systems
# yum install epel-release && yum install lua
-
#Fedora 22+:
# dnf install lua
- Drag and drop .ass file on shift.bat
- Enter framerate
- Enter +/- frames you want to shift
- Shifted "out.ass" file will be written in the folder containing the script
- From Terminal: $ lua script.lua SubtitleFile
- Enter framerate
- Enter +/- frames you want to shift
- Shifted "out.ass" file will be written in the folder containing the script
This project is licensed under the terms of the MIT license.