capture help...........

lkh

Member
Dec 29, 2007
617
0
0
37
music video 1k ka screens thumbnails hatiyata capture keranne widiyak kiyanne ko..........
 

lkh

Member
Dec 29, 2007
617
0
0
37
media player classic 1k thiyenewa man gawa eke wade keranne naha......... wene widiyak nadda??????????
 

OptiplexFx

Member
May 29, 2009
2,568
44
0
cyberspace
Matanam wada, mama mee dan hadapu thumbnail ekak :

thumbs20090606175556.jpg


I'm using MediaPlayer Classic HomeCinema 1.2.908.
If you have an older version then get the latest from my previous link. It is working !


MPC wada karannema nathnam VLC use karanna. Here is how to make thumbnails in VLC (I have not tried it myself, so cant say for sure whether it works)
 
Last edited:

OptiplexFx

Member
May 29, 2009
2,568
44
0
cyberspace
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.