I use ffmpeg on linux for converting my raw videos to .flv files at 1600 bitrate.
However, the quality is reasonable at 181mb but the crosshair could barely be seen due to the pixel blocks on the video despising the quality.
Any idea how to improve the quality without affecting the file size for internet?
Avidemux cannot open or save .flv files so I resorted to ffmeg.
This is the code I use in terminal for converting:
ffmpeg -i dpvideo000.avi -ar 22050 -b 1600 -s 640x480 movie.flv
-i = input file name
-ar = audio rate
-b = bitrate
-s = size