Linux - How to convert a video to youtube flv format, Linux Video converter
How to convert a video to youtube flv format
Convert your favourite video to youtube fomat or flv format using ffmpeg command. for this you must have installed ffmpeg in your system.The syntax to convert a video to flv format
ffmpeg -i Your_video_file -s 320x240 FILE.flv
Example to convert a video to flv format
# ffmpeg -i mike.avi -s 320x240 jackson.flv
The above command will cover a the avi file to a flv format or into the flv format.
The topic on Linux - How to convert a video to youtube flv format is posted by - Patel
Hope you have enjoyed, Linux - How to convert a video to youtube flv formatThanks for your time