Top "Subtitle" questions

Subtitles are derived from either a transcript or screenplay of the dialog or commentary in films, television programs, video games, and the like, usually displayed at the bottom of the screen.

How to add title to subplots in Matplotlib?

I have one figure which contains many subplots. fig = plt.figure(num=None, figsize=(26, 12), dpi=80, facecolor='w', edgecolor='k') fig.…

python matplotlib plot subtitle
Use ffmpeg to add text subtitles

I am trying to add text subtitles to an .mp4 container using ffmpeg: ffmpeg -i input.mp4 -i input.srt …

ffmpeg mp4 subtitle srt
How to add a ggplot2 subtitle with different size and colour?

I'm using ggplot2 to improve precipitation barplots. Here's a reproducible example of what I want to achieve: library(ggplot2) library(…

r ggplot2 subtitle
How to disable subtitles decoding in ffmpeg

I'm trying to convert some video file containing video, audio and subtitles streams into another format using FFMpeg. However, ffmpeg …

video stream ffmpeg video-encoding subtitle
How to Add Font size in subtitles in ffmpeg video filter

I'm using this command to crop,scale, and then add subtitles as overlay ffmpeg -i input.avi -vf "[in]crop=…

ffmpeg video-processing subtitle
Add SRT subtitle to video with ffmpeg

I use ffmpeg to encode, and add subtitle to a video by following command $ ffmpeg -i hifi.avi -i hifi.…

ffmpeg subtitle
Is it possible to extract SubRip (SRT) subtitles from an MP4 video with ffmpeg?

I have checked the FFMpeg documentation and many forums and figured out the correct command-line to extract subtitles from an .…

ffmpeg extract subtitle srt
How to give subtitles for subplot in plot_ly using R

I am wondering how to give difference subtitles for the subplots using plot_ly. Any hint please. I got one …

r plotly subplot subtitle
Set a subtitle language using ffmpeg

I tried googling a way to set the language of a subtitle stream with ffmpeg and found the -slang option. …

ffmpeg subtitle
What's the VOBsub subtitle format?

Where can I find documentation/sample code of the VOBsub subtitles format? The one that's an .idx and a .sub …

subtitle vob