From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 4 23:51:26 2007 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0532B16A418 for ; Tue, 4 Dec 2007 23:51:26 +0000 (UTC) (envelope-from reckthei@tu-cottbus.de) Received: from smtp2.TU-Cottbus.De (smtp2.tu-cottbus.de [141.43.99.248]) by mx1.freebsd.org (Postfix) with ESMTP id B4EE913C469 for ; Tue, 4 Dec 2007 23:51:25 +0000 (UTC) (envelope-from reckthei@tu-cottbus.de) Received: from localhost (localhost [127.0.0.1]) by smtp2.TU-Cottbus.De (Postfix) with ESMTP id 25BB3A00D6 for ; Wed, 5 Dec 2007 00:35:20 +0100 (CET) X-Virus-Scanned: by AMaViS (at smtp2.TU-Cottbus.De) Received: from [192.168.2.42] (p54BA4FAB.dip.t-dialin.net [84.186.79.171]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by smtp2.TU-Cottbus.De (Postfix) with ESMTP id 390ECA00D2 for ; Wed, 5 Dec 2007 00:35:17 +0100 (CET) Message-ID: <4755E395.2030408@tu-cottbus.de> Date: Wed, 05 Dec 2007 00:32:37 +0100 From: HeikoRecktenwald User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org References: <4753F0F4.6040203@startatom.ru> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: AMR (3gpp audio) codec patch for multimedia/ffmpeg 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: Tue, 04 Dec 2007 23:51:26 -0000 Jeremy Messenger wrote: > On Mon, 03 Dec 2007 06:05:08 -0600, alexander lunyov > wrote: > >> Hello. >> >> multimedia/ffmpeg port does not include support for AMR audio codec >> which is used in 3gpp video format, so here's the patch for Makefile. It >> uses audio/libamrnb and audio/libamrwb ports. > > Please create a new PR with patch, that way we don't forget and lose > this email during the freeze. Thanks! Does work with multimedia/mpeg4ip's mp4player too! mp4player bla.3gp did not work, the extension 3gp is probably not hardcoded yet, but mp4player rtsp://bla/bla.3gp is ok. Thanks, this was missing!! On FreeBSD.. Best, H.