On 4/11/2022 12:48 PM, Zach Beal wrote:
I have compressed AVI files that I want to convert to an uncompressed
format. I do not know what the files are compressed with because they are
exported from data acquisition software as "compressed AVI".

Assuming it's an avi file containing compressed data, not an avi file that itself has been compressed ('zipped')-

Try simply feeding them into ffmpeg and see what comes out- e.g. "ffmpeg -i inputfile.avi outputfile.mkv" (or .mp4 etc). If you don't get anything nice, post the complete output of the command to this list (and use an up-to-date ffmpeg, not one that's years old; check ffmpeg.org).

You can also use ffprobe to see what's inside the file.

After that, it's all about picking an output file format, and may if the common ones use lossy compression to make the data smaller.

z!

_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to