Convert MOV to FLV via FFMpeg

Mindwatering Incorporated

Author: Tripp Black

Created: 03/17/2015 at 12:18 AM

 

Category:
Linux
Other

Need:
Need to convert MOV files to FLV files.

Solution:
Run the following ffmpeg command on each mov file:
# ffmpeg -i currentfile.mov -deinterlace -ar 44100 -r 25 -qmin 3 -qmax 6 newconvertedfile.flv


previous page

×