Page 1 of 1

libvlc_video_take_snapshot

Posted: 22 Aug 2022 19:55
by Louange
For many years I have been developing a big software which makes use of the excellent libVLC library. However I have a problem with one particular libVLC function that I use a lot, in the following way:

libvlc_video_take_snapshot (mp, 0, snapshotpath, 0, 0);

It used to work perfectly in the past, but unfortunately, since version 3 of VLC this function only produces plain green rectangles. Consequently I must stick to version 2.2.6.
Could this bug be fixed ?

Re: libvlc_video_take_snapshot

Posted: 23 Aug 2022 03:46
by mfkl
Could this bug be fixed ?
The best way to get bugs fixed is to fix it yourself. The second best way is to make a good complete bug report at https://code.videolan.org/videolan/vlc/-/issues with all your info (hardware specs, media input, logs, etc).

Re: libvlc_video_take_snapshot

Posted: 23 Aug 2022 03:55
by mfkl