Tagged Questions
3
votes
3answers
45 views
ffmpeg: how to losslessly encode many jpg images to a video?
I have a large set of jpgs that I want to convert to a video losslessly (or, at the very least, very close to losslessly as long as the encoding time isn't much higher than otherwise).
Naively, I ...
0
votes
2answers
37 views
Good Intermediate Format for Combining Videos
I have a bunch of PNG files in separate directories that I'll turn into videos with FFMPEG. Say each clip will be a minute long. I then want to stitch those together into a final video. The final ...
5
votes
1answer
122 views
How do I speedup encoding of a video that has just 1 static frame with ffmpeg and lib264 library?
I'm making mp4 (libx264 + aac) videos that have just one static image throughout the whole video. It's basically a narrated text with a nice background.
The question I've is how could I speed up ...