error "picture is too late to be displayed" (motiondetect filter)
Posted: 04 Apr 2019 13:36
Command
on some videos it gives something like:
The number of records almost coincides with the number of frames in the video => everything seems to be clear.
But on some videos such messages are popping out:
and the number of entries is clearly different from the number of frames.
What could be the cause of the error?
or how to parse which logline to which timecode it refers?
Code: Select all
vlc.exe --video-filter=motiondetect "видеофайл" --verbose=2 --file-logging --logfile=log.txt
Code: Select all
motiondetect debug: Counted 4 moving shapes.
motiondetect debug: Counted 9 moving shapes.
motiondetect debug: Counted 7 moving shapes.
motiondetect debug: Counted 8 moving shapes.
motiondetect debug: Counted 10 moving shapes.
motiondetect debug: Counted 12 moving shapes.
But on some videos such messages are popping out:
Code: Select all
main warning: picture is too late to be displayed (missing 24 ms)
main debug: picture might be displayed late (missing 8 ms)
What could be the cause of the error?
or how to parse which logline to which timecode it refers?