Skip to content
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.

Embed subtitles in video #20

Open
chrismwendt opened this issue Oct 16, 2017 · 0 comments
Open

Embed subtitles in video #20

chrismwendt opened this issue Oct 16, 2017 · 0 comments

Comments

@chrismwendt
Copy link

chrismwendt commented Oct 16, 2017

QuickTime doesn't pick up the .srt subtitles file automatically. It would be convenient if this plugin embedded the subtitles into the video after recording. Here's a command that seems to work:

ffmpeg -i video.mp4 -i sub.srt -c:v copy -c:a copy -c:s mov_text -metadata:s:s:0 language=eng out.mp4

From https://discussions.apple.com/message/28455689#28455689

cc @tomyam1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant