0

I read How to create an uncompressed AVI from a series of 1000's of PNG images using FFMPEG (specifically the section "Compressed RGB, But Also Lossless") and used this command:

ffmpeg -i *.png -vcodec qtrle -pix_fmt rgb24 output.mov

but the result is a one-frame video... and I have 74 PNGs in my working directory.

I also tried:

ffmpeg -i input-%05d.png -vcodec qtrle -pix_fmt rgb24 output.mov

following the example from the link, but this doesn't produce anything.

How can I do it?

capybaralet
  • 159
  • 1
  • 1
  • 5

0 Answers0