https://github.com/videolan/vlc-3.0/blob/master/mo...
В конце вижу строчку
msg_Dbg( p_filter, "Counted %d moving shapes.", j );
это похоже на (результирующий лог):
motiondetect debug: Counted 3 moving shapes.
motiondetect debug: Counted 5 moving shapes.
motiondetect debug: Counted 2 moving shapes.
В идеале лог должен выглядеть так:
motiondetect debug: Counted 3 moving shapes (timestamp 00:01:23.342).
motiondetect debug: Counted 5 moving shapes (timestamp 00:01:23.425).
motiondetect debug: Counted 2 moving shapes (timestamp 00:01:23.508).
Вместо timestamp отличным будет и порядковый номер кадра.
Это возможно сделать глядя на этот файл или нужно копать глубже?