Setting font size of Closed Captions on iPhone
- by forthrin
Does anyone know if it's possible to control the font size on videos played in the built-in iPhone video player?
The subtitles (or "Closed Captions") that are there by default are rather small.
None of the attempts below change the font size at all:
ffmpeg -y -i in.mkv -i in.srt -map 0:0 -map 0:1 -map 1:0 -vcodec copy -acodec aac -ab 256k…