View Single Post
  #6  
Old July 11th 19, 03:49 AM posted to microsoft.public.windowsxp.general
Paul[_32_]
external usenet poster
 
Posts: 11,873
Default Convert a 1280x725 MP4 video to a few dozen jpeg files?

Jean Fredette wrote:
Paul posted:

D:\FFMPEG\bin\ffmpeg -i L:\some.MOV -f image2 -q:v 1 -c:v mjpeg a%05d.jpg


1 ffmpeg -i file.mp4 frames%03d.jpeg
(one jpeg per frame)

2 ffmpeg -i file.mp4 -r 1 frames%03d.jpeg
(one jpeg per second)

1 Shotcut-File-Export Frame-name-#####.jpg
(the current frame to one jpeg)

2 Shotcut-View-Export-Presets-stills-JPEG-From Source-Export File
(every frame to C:\Users\yourlogin\Videos\name-#####.jpg)


But you do want to pay attention to the quality setting.
I didn't know about that at first, and noticed the
image files were a big "soft". I think there is a default
sharpness it uses, if you don't specify something.

You can try with and without the QV thing and see
for yourself.

Paul
Ads