[FFmpeg-trac] #6101(avformat:new): webvtt output has seconds as milliseconds

FFmpeg trac at avcodec.org
Wed Jan 25 01:37:49 EET 2017


#6101: webvtt output has seconds as milliseconds
----------------------------------+---------------------------------------
             Reporter:  carlatpg  |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avformat  |                  Version:  unspecified
             Keywords:  webvtt    |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 Summary of the bug:
 How to reproduce:
 {{{
 % ffmpeg -i test.srt test.vtt
 ffmpeg version 3.2.2
 built on crosstool-ng-1.19.0
 # i686-unknown-mingw32-gcc --version
 i686-unknown-mingw32-gcc (crosstool-NG 1.19.0) 4.5.3
 Copyright (C) 2010 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.
 }}}

 test.srt has:
 1
 00:00:00,000 --> 00:00:05,000
 currently 00 minutes and 00 seconds en

 converted to test.vtt has:
 WEBVTT

 00:00.000 --> 00:00.005
 currently 00 minutes and 00 seconds en

 This also happens when converting from a webvtt file in the proper format,
 to another webvtt file.

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


More information about the FFmpeg-trac mailing list