Search found 5 matches

Go to advanced search

by olgun
12 Apr 2016 10:32
Forum: Scripting VLC in lua
Topic: Setting snapshot options
Replies: 5
Views: 6674

Re: Setting snapshot options

i would like use VLC snapshot on the .net plugin. snapshot is ok. but bellow functions not working. Defaults from "vlcrc" file: # Video snapshot directory (or filename) (string) #snapshot-path= # Video snapshot file prefix (string) #snapshot-prefix=vlcsnap- # Video snapshot format (string)...
by olgun
12 Apr 2016 10:26
Forum: VLC media player for Windows Troubleshooting
Topic: vlc on vb.net about take snapshot
Replies: 3
Views: 1699

Re: vlc on vb.net about take snapshot

YES. working but , i would like specific snapshot file name and directory.
snapshot options not working on .net (":snapshot-prefix=vlcsnap :no-video-title-show :network-caching=350 ")
by olgun
08 Apr 2016 16:52
Forum: VLC media player for Windows Troubleshooting
Topic: vlc on vb.net about take snapshot
Replies: 3
Views: 1699

Re: vlc on vb.net about take snapshot

Dim rtsp1a As String = ComboBox1.Text '"rtsp://192.168.5.231:554/user=admin&password=admin&channel=1&stream=0.sdp" Dim options As String = ":snapshot-prefix=vlcsnap :no-video-title-show :network-caching=350 " AxVLCPlugin21.playlist.add(rtsp1a, , options) AxVLCPlugin21...
by olgun
08 Apr 2016 16:33
Forum: VLC media player for Windows Troubleshooting
Topic: Snapshot naming
Replies: 20
Views: 5413

Re: Snapshot naming

i have same problem.
using vb.net
by olgun
08 Apr 2016 16:30
Forum: VLC media player for Windows Troubleshooting
Topic: vlc on vb.net about take snapshot
Replies: 3
Views: 1699

vlc on vb.net about take snapshot

Hi;

I'm using vlc librarry on vb.net. get video with RTSP . would like take snapshot to specific folder and image name.
i tried many options not working truly.

pls help me.

Go to advanced search