Adel
Adel

Reputation: 313

How to embed auto-generated English subtitles with either youtube-dl or yt-dlp?

The key here is to be able to embed the auto-generated subtitles. The tool can download the autogenerated subtitles but can only embed the real subtitle file, if it exists. I wondered if there would be a way to embed or capture in the video the auto-generated subs. Thanks!

Upvotes: 3

Views: 6923

Answers (1)

m-naeem66622
m-naeem66622

Reputation: 495

Emmbed Subtitle To Video

--embed-subs: Embed subtitles in the video (only for mp4, webm and mkv videos)

When --embed-subs and --write-subs are used together, the subtitles are written to disk and also embedded in the media file. You can use just --embed-subs to embed the subs and automatically delete the separate file.

don't forget to list the available subtitles using --list-subs.

You can find more like this here

Burn Subtitles To Video

Burn subtitles into the video is also an easy step. You can do this just using commonly used VLC Media Player and can be downloaded from here. I found a great video about this. you can do this with just 4 easy steps by following this video

Upvotes: 4

Related Questions