[FFmpeg-trac] #424(undetermined:new): A/V desync on transport stream
FFmpeg
trac at avcodec.org
Sun Sep 4 21:20:57 CEST 2011
#424: A/V desync on transport stream
-------------------------------------+-------------------------------------
Reporter: cehoyos | Owner:
Type: defect | Status: new
Priority: normal | Component:
Version: git-master | undetermined
Keywords: | Resolution:
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
Comment (by wg):
Replying to [ticket:424 cehoyos]:
> The stream contains 720p60 H264 video and mp2 stereo sound. When
transcoded with FFmpeg, the resulting file is non-interleaved, i.e. the 15
seconds of sound come first (without picture). MPlayer's mpegts demuxer
indicates that the stream does start with mostly identical timestamps for
audio and video (but plays the video too fast).
> FFmpeg seems to believe that audio starts with timestamps ~130 and video
with ~260.
ffprobe shows this file to have no video timestamps at all, so what should
ffmpeg do except waiting for such a timestamp?
Please try
{{{
ffmpeg_g -i ts720p_i_fr.ts -qscale 5 out.avi -map 0.0:0.1 -map 0.1
}}}
maybe it does more like what you want. I could hear no sound neither in
the original nor in the transcoded file.
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/424#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list