From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 19:44:28 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 BDCE74AA for ; Wed, 3 Sep 2014 19:44:28 +0000 (UTC) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) (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 80A581ADC for ; Wed, 3 Sep 2014 19:44:28 +0000 (UTC) Received: from r56.edvax.de (port-92-195-111-1.dynamic.qsc.de [92.195.111.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPS id 829DF27716; Wed, 3 Sep 2014 21:44:19 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id s83JiIBV002033; Wed, 3 Sep 2014 21:44:18 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Wed, 3 Sep 2014 21:44:18 +0200 From: Polytropon To: freebsd@dreamchaser.org Subject: Re: convert .mov to .avi? Message-Id: <20140903214418.fecaa552.freebsd@edvax.de> In-Reply-To: <54073D3E.9080808@dreamchaser.org> References: <54073D3E.9080808@dreamchaser.org> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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:44:28 -0000 On Wed, 03 Sep 2014 10:09:34 -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 > 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. Maybe the easy use of ffmpeg will work? % ffmpeg -i in.mov out.avi See "man ffmpeg" for more details. Of course mencoder can do the conversion as well: % mencoder -ovc lavc -oac lavc -o out.avi in.mov Other options might be needed if you need to change quality, resolution, aspect ratio or frame rate, or use a different codec (because AVI is just a container, it can hold different formats for the video and audio information). % mencoder -ovc xvid -oac mp3lame -lameopts abr:br=92 -xvidencopts bitrate=150 -o out.avi in.mov Maybe you can also use the avidemux2_gtk program, but I can't promise it will properly import MOV files... -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...