Opened 13 years ago

#1893 new defect

flv file plays badly with (default) -correct-pts

Reported by: cehoyos Owned by: reimar
Priority: normal Component: core
Version: HEAD Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

(This issue is not related to SBR.)

flv_h264_aac_sbr_slow_playback_or_vid_freeze.flv (in incoming/issue2668) plays fine (with temporary A/V desync that disappears over time) with --nocorrect-pts.

With the default -correct-pts, video freezes after a (massive) time stamp discontinuity.

Audio always plays fine (it doesn't with ffplay).

mplayer flv_h264_aac_sbr_slow_playback_or_vid_freeze.flv
MPlayer SVN-r33118-4.5.2 (C) 2000-2011 MPlayer Team

Playing flv_h264_aac_sbr_slow_playback_or_vid_freeze.flv.
libavformat file format detected.
[flv @ 0x8e8c160] Estimating duration from bitrate, this may be inaccurate
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (aac), -aid 0
VIDEO: [H264] 432x320 0bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
Load subtitles in /home/cehoyos/issues/issue2668/
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 2 ch, s16le, 0.0 kbit/0.00% (ratio: 0->192000)
Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
==========================================================================
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
[aac @ 0x87e6680]Reserved SBR extensions are not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list.
Movie-Aspect is undefined - no prescaling applied.
VO: [vdpau] 432x320 => 432x320 Planar YV12
A: 0.4 V: 0.0 A-V: 0.407 ct: 0.000 0/ 0 ??% ??% ??,?% 0 0
[aac @ 0x87e6680]Reserved SBR extensions are not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list.

...

A: 0.6 V: 0.0 A-V: 0.640 ct: 0.032 0/ 0 ??% ??% ??,?% 0 0
[aac @ 0x87e6680]Reserved SBR extensions are not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list.
A:16914.4 V:16910.0 A-V: 4.409 ct: 0.600 0/ 0 0% 0% 0.0% 0 0

Video freezes the moment video timestamp jumps to 16910 (audio jumps earlier, leading to desync with -nocorrect-pts, but always plays correctly).

Change History (0)

Note: See TracTickets for help on using tickets.