From owner-freebsd-ports@FreeBSD.ORG Thu Nov 8 06:43:10 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5729916A420 for ; Thu, 8 Nov 2007 06:43:10 +0000 (UTC) (envelope-from redchin@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id C133313C48E for ; Thu, 8 Nov 2007 06:43:09 +0000 (UTC) (envelope-from redchin@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so65636fka for ; Wed, 07 Nov 2007 22:42:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=NicETdeOzmzfTimTqJ9WvUDqLeP41aRdWdjKaZ4kThE=; b=OcgY3dnmvBDD8VDTA+wud0jB8mc+sVYURyIPdmInomHnvVVM+P7T7lbgNmvHQQK5bh3uqO+pBAR73AR0qRkJ6p5w+cDALwxv8IR78fnEc0u77AUOqWneb7bLVoYvhtwVVtdkcNmZdrS5NgiUdNF0AZQyujRUxmBnKmDDMHZyLls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OFqxg2zbcmt9lpdDGiSXkmnC3X3cCFjKALBYOZY8dVfzcGGmZYbCvdneQtwA+oP72pg31t+5TKytfjqfVO2tNtB5R/kIDURj7ojEJn7dCPuCKrGt3t6W+z/v7KnJEuNhtn9wD1BU/XXvdFln73Kg3PLRMoZCdxM3tGBUxegz1wQ= Received: by 10.82.106.14 with SMTP id e14mr509245buc.1194504177829; Wed, 07 Nov 2007 22:42:57 -0800 (PST) Received: by 10.82.154.14 with HTTP; Wed, 7 Nov 2007 22:42:57 -0800 (PST) Message-ID: <1d3ed48c0711072242wa88c9d2i7e6bbea750cdba4f@mail.gmail.com> Date: Wed, 7 Nov 2007 22:42:57 -0800 From: "Kevin Downey" To: "Kevin Oberman" In-Reply-To: <1d3ed48c0711072202q5e5539dj51ea88c4835d370@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <786602c60711071812t76deb201g728d1e6cdc1fd15d@mail.gmail.com> <20071108042513.295684500E@ptavv.es.net> <1d3ed48c0711072202q5e5539dj51ea88c4835d370@mail.gmail.com> Cc: Thomas Zander , FreeBSD - Ports Subject: Re: Please test: mplayer 1.0 rc2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 06:43:10 -0000 On Nov 7, 2007 10:02 PM, Kevin Downey wrote: > > On Nov 7, 2007 8:25 PM, Kevin Oberman wrote: > > > Date: Thu, 8 Nov 2007 11:12:49 +0900 > > > From: "Thomas Zander" > > > > > > On 07/11/2007, Kevin Oberman wrote: > > > > > > > 'acodec=aac' worked in the version now in ports, although that version > > > > failed to write the header with a floating point error. :-( > > > > > > Does this mean it has never been in a really useful state? > > > > No. It was working fine back in August and before. I only started > > getting the floating point errors recently. I "lost" acodec=aac in > > rc2. Since I didn't try making any mp4s for my iPod after August, I > > can't say exactly when it stopped working, but there have not been many > > updates since then. (BTW, I get the floating point error with ffmpeg, too.) > > > > Here is the info for one that was created on Aug. 23. > > Playing MP4/Test.mp4. > > Quicktime/MOV file format detected. > > ID_VIDEO_ID=0 > > [mov] Video stream found, -vid 0 > > ID_AUDIO_ID=1 > > [mov] Audio stream found, -aid 1 > > VIDEO: [mp4v] 640x480 24bpp 29.970 fps 0.0 kbps ( 0.0 kbyte/s) > > ID_FILENAME=MP4/Test.mp4 > > ID_DEMUXER=mov > > ID_VIDEO_FORMAT=mp4v > > ID_VIDEO_BITRATE=0 > > ID_VIDEO_WIDTH=640 > > ID_VIDEO_HEIGHT=480 > > ID_VIDEO_FPS=29.970 > > ID_VIDEO_ASPECT=0.0000 > > ID_AUDIO_FORMAT=mp4a > > ID_AUDIO_BITRATE=0 > > ID_AUDIO_RATE=48000 > > ID_AUDIO_NCH=2 > > ID_LENGTH=199.80 > > ========================================================================== > > Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family > > Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) > > ========================================================================== > > ID_VIDEO_CODEC=ffodivx > > ========================================================================== > > Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding) > > FAAD: compressed input bitrate missing, assuming 128kbit/s! > > AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000) > > ID_AUDIO_BITRATE=128000 > > ID_AUDIO_RATE=48000 > > ID_AUDIO_NCH=2 > > Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) decoder) > > ========================================================================== > > AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) > > ID_AUDIO_CODEC=faad > > > > I usually update ports within a couple if days of entry into the ports > > tree, so the version Aug. 5 most likely worked. I will re-install it > > shortly. > > -- > > R. Kevin Oberman, Network Engineer > > Energy Sciences Network (ESnet) > > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > > E-mail: oberman@es.net Phone: +1 510 486-8634 > > Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 > > > > it is possible to have -oac faac and bypass lavc > > mencoder -oac help|grep faac > faac - FAAC AAC audio encoder > > but libfaac (/usr/ports/audio/faac) which every free encoder program > seems to use (mencoder, ffmpeg, vlc) stopped creating valid streams > for me sometime in the last month or two. Does not seem to be related. > The current faac port is 1.26 and thats what gives me invalid aac streams (won't play in quicktime or mplayer). the previous version 1.25 does work and is usable with mencoder so you might try that instead of -oac lavc -lavcopts acodec=faac