Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.01 KB

📚 Subsync Docker

t0shy/subsync-docker

A docker image for xuminic/subsync.

🧰 Requirements

🐋 Usage

  1. Pull the image t0shy/subsync-docker:latest.
docker pull t0shy/subsync-docker:latest
  1. 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 framerate 23.977 divided by the desired framerate 23.976.

  1. Done

The shifted output is redirected to a new file, ./output.ass.

❕ License

This repository comes with the MIT license.