I was having difficulty converting an FLV file saved from iPlayer. The command to successfully convert the file was:
ffmpeg -y -i input_video.flv -ar 22050 -b 2048k -f flv output_video.avi
FFmpeg Convert FLV to AVI
Leave a Reply
Red Branch | For Future Reference …
I was having difficulty converting an FLV file saved from iPlayer. The command to successfully convert the file was:
ffmpeg -y -i input_video.flv -ar 22050 -b 2048k -f flv output_video.avi