Opened 8 years ago

Last modified 3 years ago

#5112 new defect

Application provided invalid, non monotonically increasing dts to muxer in stream 1

Reported by: xamarin Owned by:
Priority: minor Component: undetermined
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
How to reproduce:

% ffmpeg.exe -v error -i .\Serramoura-Homicidio05102014-rmtp.mp4  -f null - >>error.log 2>&1
ffmpeg version ffmpeg-20151231-git-4160900-win64-static.7z

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Attachments (2)

error.log (32.9 KB ) - added by xamarin 8 years ago.
error log
ffmpeg-20210725-124809.log (221.7 KB ) - added by xamarin 3 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 by xamarin, 8 years ago

Example file that reproduces the error (was cut with dd so don't bother with end of file, original file is about 800MB size).

https://mega.nz/#!pddWEIxJ!ra5nHmFXDCAWa31yG43npXlNMO9mZ-GqN793l-PFHbI

comment:2 by Carl Eugen Hoyos, 8 years ago

Please explain what kind of issue you want to report:
The 3MB sample you provided plays fine here and I am able to transcode it and the output file plays fine.

comment:3 by xamarin, 8 years ago

Sorry, forgot to add the error log. Attaching next.

by xamarin, 8 years ago

Attachment: error.log added

error log

comment:4 by xamarin, 8 years ago

I don't want this errors to happen (decoding issue?):

[null @ xxxx] Application provided invalid, non monotonically increasing dts to muxer in stream xxx
[flv @ xxxx] Packet mismatch x xxxxxx

comment:5 by Carl Eugen Hoyos, 8 years ago

Priority: normalminor
Version: unspecifiedgit-master

comment:6 by xamarin, 3 years ago

Current log on git ffmpeg:

ffmpeg.exe -v error -i Serramoura-Homicidio05102014-rmtp.mp4 out.mp4
[NULL @ 00000262f3b47640] Invalid NAL unit size (34967 > 18180).
[NULL @ 00000262f3b47640] missing picture in access unit with size 18203
[h264 @ 00000262f3bc3d80] Invalid NAL unit size (34967 > 18180).
[h264 @ 00000262f3bc3d80] Error splitting the input into NAL units.
Error while decoding stream #0:1: Invalid data found when processing input

comment:7 by xamarin, 3 years ago

Why does it say "Reproduced by developer: no"?

comment:8 by xamarin, 3 years ago

Log attached to help developer reproduce the issue.

by xamarin, 3 years ago

Attachment: ffmpeg-20210725-124809.log added
Note: See TracTickets for help on using tickets.