[FFmpeg-trac] #6947(undetermined:new): Unwanted visual formatting added when embedding subtitles

FFmpeg trac at avcodec.org
Wed Jan 10 10:31:15 EET 2018


#6947: Unwanted visual formatting added when embedding subtitles
-------------------------------------+-------------------------------------
             Reporter:  forthrin     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by forthrin):

 The exact same thing happens with this version.

 {{{
 git clone git://source.ffmpeg.org/ffmpeg
 ./configure
 make
 ./ffmpeg
 ffmpeg version N-89763-gd38a223943 Copyright (c) 2000-2018 the FFmpeg
 developers
   built with Apple LLVM version 9.0.0 (clang-900.0.39.2)
 ./ffmpeg -i a.mp4 -i a.srt -vcodec copy -scodec mov_text b.mp4
 ./ffmpeg -i b.mp4 b.srt
 cat b.srt
 1
 00:00:00,000 --> 00:09:56,459
 <font face="Serif" size="18">The quick brown fox jumps
 over the lazy dog.</font>
 }}}

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


More information about the FFmpeg-trac mailing list