Create Videosnapshot Problem
Posted: 26 Aug 2009 13:04
Hy, i tried to generate a thumbnail but have a problem. i can open vlc with command line thats because i know all is correct installed. If i use my code to generate thumb it opens vlc and close it but does not create the thumb. Here is my code
I use it under Windows Xp, an the file is on root of c: you can see
I want to take only one screenshot of the videofile and save it to c:/ - thats because i set key-snapshot to 50
I think key-snapshot i the number of seconden vlc should wait to take the snapshot right?
i do not get any error or something i can work with hope you can help. Thx
Code: Select all
c:/programme/videolan/vlc/vlc c:/BlueThunder-Sample.avi --snapshot-path={c:/} --snapshot-prefix={test} --snapshot-format={jpg} --snapshot-preview --snapshot-sequential --key-snapshot={50} vlc://quit
I want to take only one screenshot of the videofile and save it to c:/ - thats because i set key-snapshot to 50
I think key-snapshot i the number of seconden vlc should wait to take the snapshot right?
i do not get any error or something i can work with hope you can help. Thx