How to convert flv to avi using ffmpeg high quality
That’s the command I was using for a ffmpeg project, the quality should be good enough. If not, try increasing the bitrate (-b argument): ffmpeg -i input.flv -ar 22050 -b 2048k output.avi
That’s the command I was using for a ffmpeg project, the quality should be good enough. If not, try increasing the bitrate (-b argument): ffmpeg -i input.flv -ar 22050 -b 2048k output.avi