Search found 2 matches

Go to advanced search

by AlexJung
16 Nov 2016 05:33
Forum: Development around libVLC
Topic: can't found video filter issue in take snapshot
Replies: 1
Views: 301

can't found video filter issue in take snapshot

Hi, I'm tring to take snapshot in android. I use libvlc_video_take_snapshot and compiled vlc with '--enable-encoder=png' and successful. snapshot process was good. but, in 'picture_Export' function, vlc cannot found video filter to convert Image. Logs are belows: D/VLC: [9f3e2028/4404] core filter: ...
by AlexJung
10 Nov 2016 11:11
Forum: Development around libVLC
Topic: libvlc_video_take_snapshot
Replies: 4
Views: 2406

Re: libvlc_video_take_snapshot

Hi, I have a problem in capturing screen. current libvlc_video_take_snapshot source code in git is below: libvlc_video_take_snapshot(...){ assert( psz_filepath ); vout_thread_t *p_vout = GetVout (p_mi, num); if (p_vout == NULL) return -1; /* FIXME: This is not atomic. All parameters should be passed...

Go to advanced search