[FFmpeg-trac] #1305(undetermined:new): Embedded ASS subtitle support

FFmpeg trac at avcodec.org
Mon May 14 02:01:08 CEST 2012


#1305: Embedded ASS subtitle support
-------------------------------------+-------------------------------------
             Reporter:  SubJunk      |                     Type:
               Status:  new          |  enhancement
            Component:               |                 Priority:  normal
  undetermined                       |                  Version:
             Keywords:               |  unspecified
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
 It would be great to see support for embedded ASS subtitles.
 Currently ASS subtitles are only supported if there is an external .ass
 file, but almost always it is a stream inside an MKV container (so there
 are 3 streams: video, audio and ASS subtitle)

 It is possible currently to extract the subtitle stream from the original
 container, then load it in a second step, but it would be cool to be able
 to do it in one step instead.

 For example in MEncoder you use:
 mencoder input.mkv -ass -o output.mkv
 And it will burn the ASS/SSA subtitles contained within input.mkv onto the
 video stream of output.mkv

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1305>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list