From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 8 00:43:13 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BA8A16BA4C for ; Wed, 7 Jun 2006 22:13:18 +0000 (UTC) (envelope-from redchin@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id D319043D48 for ; Wed, 7 Jun 2006 22:13:15 +0000 (GMT) (envelope-from redchin@gmail.com) Received: by nf-out-0910.google.com with SMTP id o25so241539nfa for ; Wed, 07 Jun 2006 15:13:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F8SR9BU0Lf6zs5qbgs86HIokf+WuxoQADujm1nTAtFuD8ycf9uM6FCx1OAp2XqxmLqvhDqTOL5XG9pSqiosZGNjlk0y3EHtq1K4oOZtCGk3WiV/WdRL6CRJwe9H9zPkE8bfbg/aPzI7hcyDdbFGzF6oyM/E8D18kp6tA6hhEL3Y= Received: by 10.48.238.9 with SMTP id l9mr902953nfh; Wed, 07 Jun 2006 15:13:13 -0700 (PDT) Received: by 10.48.209.12 with HTTP; Wed, 7 Jun 2006 15:13:13 -0700 (PDT) Message-ID: <1d3ed48c0606071513m59eb4432x8557fe1a7bba87ba@mail.gmail.com> Date: Wed, 7 Jun 2006 15:13:13 -0700 From: "Kevin Downey" To: freebsd-multimedia@freebsd.org In-Reply-To: <1d3ed48c0606062100o4a2f9bf5kcf47451fc404ea1f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4483665D.8050505@aedifice.net> <1d3ed48c0606051514n50290c1chea729a78f6b8f478@mail.gmail.com> <1d3ed48c0606062100o4a2f9bf5kcf47451fc404ea1f@mail.gmail.com> Subject: Fwd: 64-bit bug in faac? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 00:43:19 -0000 ---------- Forwarded message ---------- From: Kevin Downey Date: Jun 6, 2006 9:00 PM Subject: Re: 64-bit bug in faac? To: David Myers On 6/5/06, Kevin Downey wrote: > On 6/4/06, David Myers wrote: > ... > > FAAD: Failed to decode frame: Invalid number of channels > ... > > Anybody else seen this? Any workarounds? > > I get the same thing on my amd64 machine. I am unaware of any fix. The > cvs tree on sourceforge (for faac) has not been updated since Feb. > '05, but then the version the port downloads has "2003-11-24" as the > last entry in the ChangeLog. I compiled the version from cvs rebuilt > everything that depended on faac. I stopped seeing that error message, > but I still get no sound. Infact mplayer now claims there is no sound > on the mp4 files. I use ffmpeg with pretty much the same options to > create the mp4 files. > > -- > luctor et emergo > Spoke too soon. On my second try compiling from cvs and then portupgrade -Rrf faac -x faac I can use ffmpeg to make an mp4 with mpeg4 video and aac sound that mplayer will play. I tried to make some kind of port to build it, but I failed. cvs -z3 -d:pserver:anonymous@faac.cvs.sourceforge.net:/cvsroot/faac co faac to check out the source --end of forwarded message-- http://thelastcitadel.com/lab/faac-cvs-port.tar.bz2 here is a "port" that will grap faac from cvs, compile and install it. I am not sure if pkg_delete will remove it because I did not make a pkg-plist. You could just copy it from audio/faac/pkg-plist. It installs as "faac-cvs" and is not setup to conflict with audio/faac even though it certainly overwrites files from that port. -- luctor et emergo