Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
449 views

ffmpeg split JPEG-encoded MOV video into frames without reencoding

I have a MOV video file from an old digital camera where the video stream is just a series of JPEGs. I'm trying to extract those JPEGs without reencoding them (or at least come as close to the ...
Displayname71's user avatar
1 vote
0 answers
220 views

How to make video from high resolution jpg?

I try to make video from 2 jpeg (6912x3456 px, files is large it is 360 panoramas) with ffmpeg by ffmpeg -r 1/4 -pattern_type glob -i "my_dir/*.jpg" -c:v libx264 -profile:v high -crf 18 -vf &...
lavAzza's user avatar
  • 11
5 votes
1 answer
14k views

FFMpeg convert jpeg images to video

I'm attempting to take a set of images taken at 1-second intervals to form a timelapse video. I figured this would be easy with ffmpeg, but i'm running into cryptic errors. All the images are yuv420 ...
Knetic's user avatar
  • 284