[FFmpeg-devel] subtitle filter

Nicolas George george at nsup.org
Sun Apr 13 00:15:21 CEST 2014


Le quartidi 24 germinal, an CCXXII, Iliya Bunov a écrit :
> It is impossible to make a screenshot with hardsubs.
> ffmpeg -ss 00:10:57 -t 1 -i m.mkv -vf "ass=m.ass" -f mjpeg image01.png
> Subtitles always start from the beginning (00:00 not 00:10:57).
> 
> Adding "ss" option can solve this problem.
> ffmpeg -ss 00:10:57 -t 1 -i m.mkv -vf "ass=m.ass:ss='10\:57'" -f mjpeg
> image01.png

I suspect adding "-copyts" would solve the problem too, without the need for
duplicating the information. That would not solve other similar problems,
though.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140413/60e17f40/attachment.asc>


More information about the ffmpeg-devel mailing list