1.0.2 • Published 2 years ago

add-subs v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Add Subs

You have a ~/Movies/file.mp4, and a ~/Movies/file.srt. You want to merge them into one. Easy, just run:

npx add-subs "~/Movies/file.mp4"

You need to have ffmpeg installed in your terminal

add-subs will then merge both into a single file.mp4 and remove file.srt.

By default they will be filled under "English", but just pass a flag to add them in a different language:

npx add-subs "~/Movies/file.mp4" --lang Spanish

Warning: interrupting this process might cause file.mp4 to become corrupt or even be removed!

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago