On Wed, Dec 16, 2015 at 10:18:24AM +0100, David Nguyen wrote: > Hi, >
Hi, > I have recently updated ffmpeg to use the latest version 2.8.3 and when > extracting subtitles from an MP4, I get new <font> tags which I would like > to remove. Is it possible to somehow not get them ? > > Here's an example: [...] > $ ffmpeg -i output.mp4 -vn -an -codec:s:0.1 srt foo_extracted.srt After the patch @ http://ffmpeg.org/pipermail/ffmpeg-devel/2015-December/185325.html you will be able to do sth like: ffmpeg -i in.mp4 -c:s text out.srt ...and get the subtitles without markup. [...] Regards, -- Clément B.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
