




rich2005 wrote:It could very much depend on the video format, AVCH is a pita.
For regular mpeg or avi then the frame rate is usually 30 or 25 fps anyway (NTSC or PAL) and you can dump all the frames using ffmpeg on command line. Have the video clip in an empty directory, open a terminal there and use a command
ffmpeg -i filename.avi (or .mpg) -f image2 image-%07d.png (or .jpg)
If it is a AVCH 60 fps .mp4 you could try something like, might work
ffmpeg -y -r 60 -i filename.mp4 -r 30 image.%07d.jpg (or .png)


Users browsing this forum: Bing [Bot] and 1 guest