- Pull the image
t0shy/subsync-docker:latest
.
docker pull t0shy/subsync-docker:latest
- Run it.
docker run --rm -v "$(pwd):/files" t0shy/subsync-docker:latest -1.00004170838 /files/input.ass >> ./output.ass
Note: The example above scales with
1.00004170838
, which is obtained through the original source framerate23.977
divided by the desired framerate23.976
.
- Done
The shifted output is redirected to a new file, ./output.ass
.
This repository comes with the MIT license.