convert .mov to .avi?

Roland Smith rsmith at xs4all.nl
Wed Sep 3 19:53:23 UTC 2014


On Wed, Sep 03, 2014 at 10:09:34AM -0600, Gary Aitken wrote:
> Can anyone suggest an easy way to convert a .mov file to .avi?
> I don't have much experience with video and shot some with my camera when on a 
> recent trip.  My wife uses windoze to burn dvds and the app she has access to
> (windows dvd maker) doesn't seem to support .mov files.

Assuming you're in North America, Japan or South Korea;

    ffmpeg -i foo.mov -target ntsc-dvd foo.avi

Basically the rest of the world;

    ffmpeg -i foo.mov -target pal-dvd foo.avi


Roland
-- 
R.F.Smith                                   http://rsmith.home.xs4all.nl/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 5753 3324 1661 B0FE 8D93  FCED 40F6 D5DC A38A 33E0 (keyID: A38A33E0)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20140903/ae75bc3f/attachment.sig>


More information about the freebsd-questions mailing list