#11455: Degradation in Closed Captions decoding
-------------------------------------+-------------------------------------
             Reporter:  ValeryKot    |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by Marth64):

 Your sample has actual text on field 1 (odd) instead of field 2. But field
 2 is transmitting bits before field 1, the CC decoder is choosing it as
 the default field to decode. This command works for your sample:

 {{{
 ffmpeg -data_field first -f lavfi -i "movie=CC720p60_10sec.mp4[out+subcc]"
 -map 0:1 output_10sec.srt
 }}}

 This is similar to #11263
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11455#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to