Opened 13 years ago
Closed 13 years ago
#1173 closed defect (invalid)
Invalid dts calculation in compute_pkt_fields2
Reported by: | Aleksey Vasenev | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
fix in patch
Attachments (1)
Change History (6)
by , 13 years ago
Attachment: | 0001-frame-delay-calculation-fixed.patch added |
---|
comment:1 by , 13 years ago
Component: | avformat → undetermined |
---|
comment:2 by , 13 years ago
This occured when i use libavformat library.
format: matroska
codec: libx264
max_b_frames: 3
has_b_frames: 1
I receive error:
[matroska @ 0418fbe0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 80 >= 40
When i change has_b_frames to 3, all works fine.
comment:3 by , 13 years ago
Is the problem also reproducible with ffmpeg (the application)?
If yes, please provide a minimal command line and complete, uncut console output.
comment:4 by , 13 years ago
I just see description for has_b_frames in source code:
"Size of the frame reordering buffer in the decoder."
Parameter name don't match parameter meaning.
All work correctly. Not a bug.
comment:5 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Thank you for the clarification.
Please explain the bug that you are trying to fix:
Please provide the (minimal) ffmpeg command line that allows to reproduce your problem together with complete, uncut console output. A sample might also be needed.