[FFmpeg-trac] #1180(FFmpeg:open): video cutting/extraction leads to various a/v sync (when possible)
FFmpeg
trac at avcodec.org
Tue Apr 10 23:06:19 CEST 2012
#1180: video cutting/extraction leads to various a/v sync (when possible)
-------------------------------------+-------------------------------------
Reporter: ubitux | Owner:
Type: defect | Status: open
Priority: important | Component: FFmpeg
Version: git-master | Resolution:
Keywords: desync | Blocked By:
regression | Reproduced by developer: 0
Blocking: |
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by ubitux):
Indeed, thanks for tracking down the origin of the issue. I relayed the
issue to Anton, he might come up with a better solution than reverting the
commit.
On the other hand, reverting it doesn't solve the second error I mentioned
(with -ss as input option):
{{{
[...]
[avi @ 0x2858fe0] Application provided invalid, non monotonically
increasing dts to muxer in stream 1: -14 >= -14
av_interleaved_write_frame(): Invalid argument
}}}
Also, it doesn't solve a similar issue with I have with a random MKV:
http://samples.ffmpeg.org/Matroska/ppd.mkv
Playback is out of sync again after something like:
{{{
./ffmpeg -i ppd.mkv -ss 150 -c copy -y out.mkv
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1180#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list