[FFmpeg-trac] #6396(avformat:new): Wrong timestamps for raw flac streams

FFmpeg trac at avcodec.org
Sun Oct 6 04:00:53 EEST 2019


#6396: Wrong timestamps for raw flac streams
-------------------------------------+-------------------------------------
             Reporter:  cehoyos      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  flac         |               Blocked By:
  regression                         |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by mkver):

 The reason is a wrong timebase: The pts the parser returns are in 44100
 Hz, but the timebase is 90 kHz. The duration gets scaled in parse_packet()
 in libavformat/utils.c, but the timestamps don't.

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


More information about the FFmpeg-trac mailing list