[FFmpeg-trac] #5307(undetermined:new): HLS start_time and duration incorrect

FFmpeg trac at avcodec.org
Mon Mar 7 12:58:19 CET 2016


#5307: HLS start_time and duration incorrect
-------------------------------------+-------------------------------------
             Reporter:  ronag        |                    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 ronag):

 I posted the wrong output in the first code section, should be:


 {{{
 ffprobe -v warning -print_format json -show_format -i jellyfish.webm
 {
     "format": {
         "filename": "jellyfish.webm",
         "nb_streams": 1,
         "nb_programs": 0,
         "format_name": "matroska,webm",
         "format_long_name": "Matroska / WebM",
         "start_time": "0.000000",
         "duration": "30.030000",
         "size": "8707794",
         "bit_rate": "2319758",
         "probe_score": 100,
         "tags": {
             "encoder": "Lavf56.40.101"
         }

 }}}

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


More information about the FFmpeg-trac mailing list