I have an MP4 video file of 720p and I want to convert it to different video formats using FFMPEG,
I'm using FFMPEG 4.4 under Windows 10.
The list of the targeted formats are listed below :
.asf, .f4v, .ismv, .m4v, .mpeg, .avi, .flv, .mkv, .mov, .mts, .mxf, .nut, .vob, .wmv
I tried this command but the output is losing quality and for some formats the conversion process is very slow.
ffmpeg -i input.mp4 output.asf (same for other formats)