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?