lkh said:
eke keranne therenne naha ban..............
VLC da ? Comand prompt ekak open karanna (type cmd at run dialog), then change the directory to the folder where you have installed VLC (it should be something like C:\Program Files\VideoLAN\VLC). To change directory in command prompt type
Code:
cd "C:\Program Files\VideoLAN\VLC"
Then type the command to create thumbnails
Code:
vlc -V image --start-time 0 --stop-time 1 --image-out-format jpg --image-out-ratio 24 --image-out-prefix snap test.mpg vlc://quit
give the correct path of your video instead of test.mpg, I'm not sure where exacly the .jpg is created, but looks like it'll be created in the same folder as the video file, with the word "snap" prefixed to the VideoFileName or something like that.