[FFmpeg-trac] #1924(avformat:closed): ASS subtitles are demuxed inconsistently

FFmpeg trac at avcodec.org
Sat Nov 17 17:18:41 CET 2012


#1924: ASS subtitles are demuxed inconsistently
-------------------------------------+------------------------------------
             Reporter:  gjdfgh       |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  normal       |                Component:  avformat
              Version:  unspecified  |               Resolution:  invalid
             Keywords:  ass          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by plorkyeran):

 > I have no idea what the ReadOrder? field is about. Looking at libass, it
 looks like a fully demuxed ASS file might behave differently from muxed
 subs that are fed per-packet as they are demuxed from an interleaved
 stream.

 ASS subtitles don't have to be sorted by time, but an interleaved stream
 obviously needs to be. Since the order of the lines effects the rendering,
 the original index of the line is stored in the ReadOrder field so that
 the renderer can reconstruct the unsorted order.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1924#comment:6>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list