#9013: ffplay: Stop-and-go display / mpeg4
-------------------------------------+-------------------------------------
Reporter: malaterre | Owner:
Type: defect | Status: new
Priority: normal | Component:
| undetermined
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by cus):
* cc: cus (added)
* component: ffplay => undetermined
Comment:
Timestamps of the decoded frames are wrong and not reordered properly for
some reason, so this is not an ffplay bug...
E.g.
{{{
ffprobe bb2_an2500_copy.mkv -of xml -show_frames -show_entries
frame=best_effort_timestamp_time | grep best
}}}
{{{
<frame best_effort_timestamp_time="0.000000">
<frame best_effort_timestamp_time="0.080000">
<frame best_effort_timestamp_time="0.040000">
<frame best_effort_timestamp_time="0.160000">
<frame best_effort_timestamp_time="0.120000">
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9013#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".