[FFmpeg-trac] #2100(avfilter:new): No burned in subtitles visible on Mac OSX

FFmpeg trac at avcodec.org
Mon Jan 7 20:33:08 CET 2013


#2100: No burned in subtitles visible on Mac OSX
------------------------------------+------------------------------------
             Reporter:  raptor399   |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avfilter
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by ubitux):

 Replying to [comment:3 reimar]:
 [...]
 > Something else that might be worth double-checking is that the srt file
 has Unix line breaks and not Mac ones, just in case that might break
 something.

 This should not change anything: the demuxer removes the trailing line
 breaks of an event, and the decoder should replace any CRLF or LF with the
 appropriate \N ASS code. Then the line is terminated with a proper CRLF in
 the rects[n]->ass (which is then passed to libass as a chunk in the
 subtitles filter). If it's not the case, that's a bug.

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


More information about the FFmpeg-trac mailing list