Skip to content

ToshY/subsync-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 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.