From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 19:53:23 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D413857 for ; Wed, 3 Sep 2014 19:53:23 +0000 (UTC) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 007BB1BFC for ; Wed, 3 Sep 2014 19:53:22 +0000 (UTC) Received: from slackbox.erewhon.home (slackbox.xs4all.nl [83.162.243.5]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id s83JrHTq055429; Wed, 3 Sep 2014 21:53:18 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.erewhon.home (Postfix, from userid 1001) id 73BC7123E1; Wed, 3 Sep 2014 21:53:17 +0200 (CEST) Date: Wed, 3 Sep 2014 21:53:17 +0200 From: Roland Smith To: Gary Aitken Subject: Re: convert .mov to .avi? Message-ID: <20140903195317.GA43988@slackbox.erewhon.home> Mail-Followup-To: Gary Aitken , FreeBSD Mailing List References: <54073D3E.9080808@dreamchaser.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline In-Reply-To: <54073D3E.9080808@dreamchaser.org> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 19:53:23 -0000 --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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=20 > recent trip. My wife uses windoze to burn dvds and the app she has acces= s 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 --=20 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) --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJUB3GtAAoJEED21dyjijPgyS4P/3pkpXZOocL9qe4yoi29NsEe 3T/9Rl/0j/wz7sbybImP/TH+FanhRILi9hvMz/ruRMSFue0KYdTnCvvicd8LLrIc ruMT73GR7dEeU60ln1grmoBDJbOexRJ09YtPdnK4OY6Om46Ml2BAHxV3tVKQKDPu iRBpmaWM4fcSnlWSCE9QubfNVhSKprg29w7xcFVRmlw/HYwzLL9k1Uwv6Tldcfsl NJ1KRhKEOqgyu+S8dmK4DLT7ASF9hgxJ8X8Y3gOqzc+6XO68PGPZbFURSJ7oJCRL 3I1K0lB8jAHilYZcseKMkkEqQD0s/T0RKj0dHATJOYbAvG7D1VLn+iNuTtFUJ8o9 ivjPGLPa79zyo7O12H9JWLFMLeG+Hxz+840wQfeOcHxkKgLnP9IH4gtrD6GbckqY 92z2bST1AbdfC903BUFNT2fF6YdxNPZlHjXJ0w7O2umv3pZ9OB7unDJFsNPdDOSu udzj3AiT9aJokEbN3Z3zuaQgQ8SOD81Qczokie/COTc3Tq21juFsvdcYFBmU2+zn oBz1sGS+Qses1fl0FVEN3NHjp+JRhOJ6AaS2lDYAK5ZasIRDYwtcDkqvEdk9bwfz WVyzwR8RiCCqIXxNHr9rvet5laSMpx2K7uxZKaIjrLDV13WHLXetiodoYGNiUaQs 4dARDQC4yDhmhuflW39V =zX95 -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm--