How to Convert MOV to AVI in FFMPEG
By Joshua Laud
FFmpeg is an open-source command-line program for converting audio and video. FFmpeg is primarily designed for Linux-based operating systems and comes installed with most distributions. FFmpeg utilizes various video and audio codec libraries so it has support for a wide selection of video and audio file formats. FFmpeg has support for both Apple's Quicktime (MOV) format and the Audio Video Interweave (AVI).
Step 1
Go to your Linux distribution's command line terminal.
Step 2
Type "ffmpeg -i path/video1.mov path/movie2.avi" (without quotations).
Step 3
Replace the "path/video1.mov" with the location and file name of your QuickTime MOV file. Replace "path/movie2.avi" with the destination path and file name of your AVI file.
Step 4
Press "Enter" or "Return" to start the conversion. FFmpeg will use the default settings and convert with as little data loss as possible. The time it takes for the video to convert will depend on your computer's specification, length and quality of the video.
References
Writer Bio
Joshua Laud started writing professionally in 2008. During his three years at University he worked freelance for various music publications including "Clash Magazine" and "total:spec," and online Data Transmission and Music is Art. Laud also specializes in technology writing. He has a Bachelor of Arts in English literature from the University of London.