Search found 3 matches

Go to advanced search

by Ars
23 May 2020 13:59
Forum: Development around libVLC
Topic: How to change vlc source code to append motiondetect filter timestamps to the log?
Replies: 2
Views: 1132

Re: How to change vlc source code to append motiondetect filter timestamps to the log?

I changed the last line of code to: msg_Dbg( p_filter, "Counted %d moving shapes.", p_picture->date ); packed back to vlc-3.0.10.tar.gz opened a directory with this archive on the command line and executed (in ubuntu 16.04): tar xvfz vlc-3.0.10.tar.gz ./configure received a series of error...
by Ars
22 May 2020 01:37
Forum: Development around libVLC
Topic: How to change vlc source code to append motiondetect filter timestamps to the log?
Replies: 2
Views: 1132

How to change vlc source code to append motiondetect filter timestamps to the log?

Please move this to the appropriate section.   https://github.com/videolan/vlc-3.0/blob/master/modules/video_filter/motiondetect.c I see a line at the end: msg_Dbg( p_filter, "Counted %d moving shapes.", j ); this is similar to (resulting log): motiondetect debug: Counted 3 moving shapes. ...
by Ars
07 Jul 2019 18:37
Forum: VLC media player for Windows Troubleshooting
Topic: How to bypass the bug in the motion detector VLC player?
Replies: 0
Views: 158

How to bypass the bug in the motion detector VLC player?

At some point, the player does the following: motiondetect debug: Counted 10 moving shapes. motiondetect debug: Counted 10 moving shapes. motiondetect debug: Counted 10 moving shapes. motiondetect debug: Counted 10 moving shapes. motiondetect debug: Counted 10 moving shapes. motiondetect debug: Coun...

Go to advanced search