FG
💻 Software

How to create an uncompressed AVI from a series of 1000's of PNG images using FFMPEG

Fresh5 days ago
Mar 15, 202652970 views
Confidence Score0%
0%

Problem

How can I create an uncompressed AVI from a series of 1000's of PNG images using FFMPEG? I used this command to convert an file to a series of PNG frames: Now I need to know how to make an uncompressed AVI video from all those PNG frames. I tried this: But the resulting video loses a lot of quality…

Error Output

ffmpeg -y -i input.avi  -an -vcodec png  -s 1024x768 pic%d.png`

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to create an uncompressed AVI from a series of 1000's of PNG images using FFMPEG

Low Risk

There are several ways to get an "uncompressed" AVI out of , but I suspect you actually mean "lossless." Both terms have a fair bit of wiggle room in their definitions, as you will see. I'm going to anchor this discussion with the 720p HD version of…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment