Can any one please help me on converting MPEG video to FLV format, probably by using FFmpeg.
Video format conversion
Archived thread 1006325 from Ubuntu Studio. Markdown source: Ubuntu_Studio/thread_1006325_Video_format_conversion.md
ffmpeg -sameq -i input.mpg output.flv
The -sameq flag means the output will have the same quality as the input.
Many tools can help you! Search in goole please!