Ubuntu Forums Archive Viewer

Video format conversion

Archived thread 1006325 from Ubuntu Studio. Markdown source: Ubuntu_Studio/thread_1006325_Video_format_conversion.md

Original URL About this archive
#1

Can any one please help me on converting MPEG video to FLV format, probably by using FFmpeg.

#2
ffmpeg -sameq -i input.mpg output.flv

The -sameq flag means the output will have the same quality as the input.

#3

Many tools can help you! Search in goole please!

#4

Try Handbrake.

http://handbrake.fr/

Rob