I am trying to convert an flv file (recorded using red5 server) to .mov file using ffmpeg.
Using below code is actually making the video choppy. We can make out that from file size. flv file size is 1.45 MB whereas converted file .mov is 270 KB.
ffmpeg -i input.flv sample.mov
I don't have much knowledge about ffmpeg. Please let me know if I need to add any parameters to retain / improve the video quality.