ffmpeg:subtitles:font_too_large
This is an old revision of the document!
ffmpeg - Subtitles - Font too large
Use text instead of srt, otherwise the output font sometimes becomes huge.
Need to change -c:s srt subtitle.srt to -c:s text subtitle.srt.
Map a Subtitle
To copy a Subtitle. To convert the Subtitle to srt. To convert the Subtitle to text.
ffmpeg -i -map 0:s? -c:s copy ffmpeg -i -map 0:s? -c:s srt ffmpeg -i -map 0:s? -c:s text
NOTE: The srt conversion, can result in huge text.
- Therefore, it is recommended to use the text conversion
Use:
-c:s text
Instead of
-c:s srt
ffmpeg/subtitles/font_too_large.1741478274.txt.gz · Last modified: 2025/03/08 23:57 by peter