[FFmpeg-trac] #3710(avformat:closed): Odd demuxed timestamps on ogg file.

FFmpeg trac at avcodec.org
Wed Jun 25 00:26:19 CEST 2014


#3710: Odd demuxed timestamps on ogg file.
------------------------------------+------------------------------------
             Reporter:  dalecurtis  |                    Owner:
                 Type:  defect      |                   Status:  closed
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:  fixed
             Keywords:  ogg vorbis  |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by dalecurtis):

 It was working at 5b802cf567a0ee7a2990e08d08f8aa0abffbb7d2 which is from
 March, 2013:
 {{{
 $ ffprobe -show_packets bear.ogv 2>&1 | grep -4 pts= | head -n 31
 [theora @ 0x1669d00] 7 bits left in packet 82
 [PACKET]
 codec_type=audio
 stream_index=1
 pts=-704
 pts_time=-0.015964
 dts=-704
 dts_time=-0.015964
 duration=128
 --
 [/PACKET]
 [PACKET]
 codec_type=audio
 stream_index=1
 pts=-576
 pts_time=-0.013061
 dts=-576
 dts_time=-0.013061
 duration=128
 --
 [/PACKET]
 [PACKET]
 codec_type=audio
 stream_index=1
 pts=-448
 pts_time=-0.010159
 dts=-448
 dts_time=-0.010159
 duration=576
 --
 [/PACKET]
 }}}

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


More information about the FFmpeg-trac mailing list