How to convert mp4 to avi?
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