subtitles
Anthony Fletcher
anthony at bifb.org
Mon Feb 29 11:30:00 PST 2016
I download the subtitles when available. I end up with 2 files
programme.mp4
programme.srt
which works with mplayer, etc.. I then use ffmpeg to combine the two
into one MP4 file. Something like:
ffmpeg -n -i programme.mp4 -f srt -i programme.srt \
-c:s mov_text -metadata:s:s:0 \
language=eng -c:v copy -c:a copy new.mp4
However is there an get_iplayer option to do this automatically?
Anthony.
More information about the get_iplayer
mailing list