[FFmpeg-trac] #2067(avfilter:open): Support subtitles in libavfilter so seek is honored for subtitles filters (like hardsubbing)

FFmpeg trac at avcodec.org
Fri Aug 15 00:11:19 CEST 2014


#2067: Support subtitles in libavfilter so seek is honored for subtitles filters
(like hardsubbing)
-------------------------------------+------------------------------------
             Reporter:  nikov        |                    Owner:
                 Type:  enhancement  |                   Status:  open
             Priority:  normal       |                Component:  avfilter
              Version:  unspecified  |               Resolution:
             Keywords:  sub seek     |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by ghospich):

 Ricky1252's workaround gave me some quality issues for some reason.
 This is another workaround for this issue.
 {{{
 ffmpeg -ss 102.042 -t 24.250 -i sintel-1024-surround.mp4 -c:v libvpx -vf
 scale=640:-1,setpts=PTS+102.042/TB,subtitles=sintel_en.srt,setpts=PTS-
 STARTPTS out.webm
 }}}

 Works nice for me, even in 2pass mode.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/2067#comment:15>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list