[FFmpeg-trac] #605(FFmpeg:new): Application provided invalid, non monotonically increasing dts to muxer in stream
FFmpeg
trac at avcodec.org
Wed Nov 2 11:51:18 CET 2011
#605: Application provided invalid, non monotonically increasing dts to muxer in
stream
---------------------------------------+---------------------------------
Reporter: burek | Owner: michael
Type: defect | Status: new
Priority: normal | Component: FFmpeg
Version: unspecified | Keywords:
Blocked By: | Blocking:
Reproduced by developer: 0 | Analyzed by developer: 0
---------------------------------------+---------------------------------
Hi,
I have a FLV file, saved with VLC player and no matter what I try to do
with that FLV file, I get the same error:
{{{
[flv @ 0x123edc0] Application provided invalid, non monotonically
increasing dts to muxer in stream 1: 325 >= 298
av_interleaved_write_frame(): Invalid argument
}}}
The file can be downloaded from here (30 mb): http://ffmpeg.test-
lab.ch/uploads/nonmonotonic.flv
And here is the log of the output:
{{{
# ffmpeg -i nonmonotonic.flv -acodec copy -vcodec copy out.flv
ffmpeg version N-34326-gf955fdc, Copyright (c) 2000-2011 the FFmpeg
developers
built on Nov 1 2011 15:12:14 with gcc 4.6.1
configuration: --enable-static --enable-shared --enable-gpl --enable-
nonfree --enable-postproc --enable-libx264 --enable-libaacplus
libavutil 51. 22. 0 / 51. 22. 0
libavcodec 53. 26. 0 / 53. 26. 0
libavformat 53. 18. 0 / 53. 18. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 45. 3 / 2. 45. 3
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0
[flv @ 0x1237760] max_analyze_duration 5000000 reached at 5014000
Seems stream 0 codec frame rate differs from container frame rate: 48.00
(48/1) -> 24.00 (48/2)
Input #0, flv, from 'nonmonotonic.flv':
Metadata:
encoder : Lavf53.18.0
Duration: 00:15:00.11, start: 0.000000, bitrate: 316 kb/s
Stream #0:0: Video: h264 (High), yuv420p, 320x240, 24 tbr, 1k tbn, 48
tbc
Stream #0:1: Audio: aac, 44100 Hz, mono, s16
Output #0, flv, to 'out.flv':
Metadata:
encoder : Lavf53.18.0
Stream #0:0: Video: h264 ([7][0][0][0] / 0x0007), yuv420p, 320x240,
q=2-31, 1k tbn, 1k tbc
Stream #0:1: Audio: aac ([10][0][0][0] / 0x000A), 44100 Hz, mono
Stream mapping:
Stream #0.0 -> #0.0 (copy)
Stream #0.1 -> #0.1 (copy)
Press [q] to stop, [?] for help
[flv @ 0x123edc0] Application provided invalid, non monotonically
increasing dts to muxer in stream 1: 325 >= 298
av_interleaved_write_frame(): Invalid argument
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/605>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list