From owner-freebsd-questions@FreeBSD.ORG Mon Mar 8 14:01:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8439E16A4CE for ; Mon, 8 Mar 2004 14:01:36 -0800 (PST) Received: from hotmail.com (bay15-dav55.bay15.hotmail.com [65.54.184.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C96343D31 for ; Mon, 8 Mar 2004 14:01:36 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 8 Mar 2004 14:01:36 -0800 Received: from 192.216.212.193 by bay15-dav55.bay15.hotmail.com with DAV; Mon, 08 Mar 2004 22:01:36 +0000 X-Originating-IP: [192.216.212.193] X-Originating-Email: [b1henning@hotmail.com] X-Sender: b1henning@hotmail.com From: "Brian Henning" To: Date: Mon, 8 Mar 2004 16:01:35 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-OriginalArrivalTime: 08 Mar 2004 22:01:36.0385 (UTC) FILETIME=[ECF35F10:01C40558] Subject: OT: transcode, ffmpeg, mencoder X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 22:01:36 -0000 Greetings: I have a digital camera (Kodac) that creates quicktime videos. I would like to convert them into mpeg-1 files so that I can make vcd's. The mov files contain both video and audio. I have tried using mencoder, but it doesn't seem to work. here is what I have tried so far. #convert a quicktime file into an mpg mencoder -of mpeg -o example.mpg -oac mp3lame -ovc lavc -lavcopts vcodec=mpeg1video example.mov mencoder -of mpeg -o example.mpg -oac copy -ovc lavc -lavcopts vcodec=mpeg1video example.mov mencoder -of mpeg -o example.mpg -oac pcm -ovc lavc -lavcopts vcodec=mpeg1video example.mov mencoder -of mpeg -o example.mpg -ovc lavc -lavcopts vcodec=mpeg1video -oac copy example.mov I am able to get the video, on some of these, but never the audio. I can't seem to get transcode to work either. Any thoughts? Thanks, Brian