Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

How to convert mp4 to avi?

Writer Matthew Harrington

I have a mp4 file.
How to convert my file.mp4 file to file.avi using ffmpeg without loss quality?
I don't know what should I do in order to convert mp4 to avi.
Thanks

1 Answer

This command will help u.

ffmpeg -i file.mp4 -vcodec copy -acodec copy file.avi
6

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy