Opened 7 years ago

Closed 4 years ago

Last modified 4 years ago

#6481 closed defect (needs_more_info)

ffplay - Video from capture device slowly falls behind

Reported by: LordHDL Owned by: Thilo Borgmann
Priority: normal Component: undetermined
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug: When displaying video from a capture device (in my case: Magewell USB HDMI Plus), the video will gradually fall behind. Right clicking on the window syncs it. This is on macOS using AVFoundation.
How to reproduce: Use a command like the following to preview device capture output.

ffplay -f avfoundation -pix_fmt 0rgb -framerate 60 -i "1:none"

Change History (4)

comment:1 by LordHDL, 7 years ago

Apparently this happens when selecting "none" for the audio stream. Including audio causes the -framedrop (default) option to work properly instead of filling the buffer.

comment:2 by Thilo Borgmann, 7 years ago

Owner: set to Thilo Borgmann
Status: newopen

Does the same asynchronous behaviour appear when just recording with ffmpeg?
Synch by right-clicking the window means that the late frames are getting skipped?
Does changing the framerate or the setpts filter have any effect on the issue?

comment:3 by Balling, 4 years ago

Resolution: needs_more_info
Status: openclosed

Obviously needs more info.

comment:4 by Carl Eugen Hoyos, 4 years ago

Component: ffplayundetermined
Note: See TracTickets for help on using tickets.