Page 1 of 1

libvlc_video_take_snapshot with no target file path showing?

Posted: 19 Sep 2014 09:07
by SmallFish2014
Hi All:

I managed to take snapshot in libvlc via libvlc_video_take_snapshot, however each time this function gets called, the target file path is displayed in top center as well as a thumbnail image on top left, it's annoying, is it possible to turn this feature off?

I found a similar request in below link, however no answer yet.
https://forum.videolan.org/viewtopic.ph ... ot#p385578

thanks in advance.

kind regards

Re: libvlc_video_take_snapshot with no target file path show

Posted: 19 Sep 2014 15:53
by ardanew
One solution is to disable OSD (--no-osd or other way)
(i searched through vlc source but cant find any specific preference for disabling only "screenshot taken" message)

Re: libvlc_video_take_snapshot with no target file path show

Posted: 22 Sep 2014 11:00
by SmallFish2014
thanks, it works.

I managed to remove the text part by using "--no-osd" as you said.
However a thumbnail image is still displayed on top left corner on each save, any other arguments? :D

Re: libvlc_video_take_snapshot with no target file path show

Posted: 22 Sep 2014 19:48
by sherington
Did you try --no-snapshot-preview

Re: libvlc_video_take_snapshot with no target file path show

Posted: 23 Sep 2014 01:37
by SmallFish2014
thanks sherington.
it's working perfect now after applying --no-snapshot-preview.