Opened 6 years ago
Closed 3 years ago
#8581 closed defect (invalid)
Application provided invalid, non monotonically increasing dts to muxer in stream 0
| Reported by: | phadron | Owned by: | |
|---|---|---|---|
| Priority: | minor | Component: | undetermined |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
I'm try to extract audio file from a mkv:
C:\Program Files\ffmpeg\bin>ffmpeg -i "G:\_wip\SERIETV\star-trek-tos\Star trek TOS S01 BD-Rip\Star.Trek.TOS.1x00.The Cage.BDRip.900p.x264.mkv" -codec:a copy -map 0:1 output.dts
ffmpeg version git-2020-03-23-ba698a2 Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 9.2.1 (GCC) 20200122
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf
libavutil 56. 42.101 / 56. 42.101
libavcodec 58. 76.100 / 58. 76.100
libavformat 58. 42.100 / 58. 42.100
libavdevice 58. 9.103 / 58. 9.103
libavfilter 7. 77.100 / 7. 77.100
libswscale 5. 6.101 / 5. 6.101
libswresample 3. 6.100 / 3. 6.100
libpostproc 55. 6.100 / 55. 6.100
Input #0, matroska,webm, from 'G:\_wip\SERIETV\star-trek-tos\Star trek TOS S01 BD-Rip\Star.Trek.TOS.1x00.The Cage.BDRip.900p.x264.mkv':
Metadata:
encoder : libebml v1.0.0 + libmatroska v1.0.0
creation_time : 2010-06-23T06:10:04.000000Z
Duration: 01:03:33.06, start: 0.000000, bitrate: 7760 kb/s
Stream #0:0(eng): Video: h264 (High), yuv420p(progressive), 1200x900, SAR 1:1 DAR 4:3, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc
Stream #0:1(eng): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 1536 kb/s
File 'output.dts' already exists. Overwrite? [y/N] y
Output #0, dts, to 'output.dts':
Metadata:
encoder : Lavf58.42.100
Stream #0:0(eng): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 1536 kb/s
Stream mapping:
Stream #0:1 -> #0:0 (copy)
Press [q] to stop, [?] for help
[dts @ 0000020fbfd54c00] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 56166 >= 56107
[dts @ 0000020fbfd54c00] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 56166 >= 56117
I have a lot of "Application provided invalid, non monotonically increasing dts to muxer in stream 0" rows
Change History (2)
comment:1 by , 6 years ago
| Component: | ffmpeg → undetermined |
|---|---|
| Keywords: | monotonically removed |
| Priority: | normal → minor |
| Version: | 4.2 → git-master |
comment:2 by , 3 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Closing due to inactivity >4 years. Also no sample provided and proper diagnosis depends on sample. Thank you.
Note:
See TracTickets
for help on using tickets.



Please provide an input sample that allows to reproduce the issue.