0 Members and 6 Guests are viewing this topic.
This is too frustrating! I still don't know how to extract the frames!
just use ffmpeg, like i suggested. it's simple. download and extract thisopen the folder you just extracted and drag your wmv file into the "bin" folder. then hold shift and right click on the bin folder. select Open Command Windows Here. run this command:ffmpeg -i <video_name>.wmv %d.jpgand you're done EDIT: modified because there is a way to open a folder in command prompt
ffmpeg -i video.flv -s 192x96 -r 11 %4d.jpg
How do I compile it for my Prizm? do I Open it in command prompt?.
'g++' is not recognized as an internal or external command,operable program or batch file.