From owner-freebsd-multimedia@FreeBSD.ORG Tue Mar 23 22:29:05 2010 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9146D1065670 for ; Tue, 23 Mar 2010 22:29:05 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 1B6C68FC0C for ; Tue, 23 Mar 2010 22:29:04 +0000 (UTC) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NuBwb-0003Eb-MU; Tue, 23 Mar 2010 22:47:26 +0100 Message-ID: <4BA936EA.7070607@gwdg.de> Date: Tue, 23 Mar 2010 22:47:22 +0100 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; de-DE; rv:1.9.1.8) Gecko/20100319 Thunderbird/3.0.3 MIME-Version: 1.0 To: freebsd-announce@chthonic.com References: <20100320215628.GA53422@chanas.pair.com> In-Reply-To: <20100320215628.GA53422@chanas.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: multimedia@FreeBSD.org Subject: Re: Grip 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, 23 Mar 2010 22:29:05 -0000 On 20.03.2010 22:56 (UTC+1), J. Altman wrote: > I believe this is the best list to start; please feel free to point me > elsewhere if elsewhere is better. > > First, my environment: > > FreeBSD whisperer.chthonixia.net 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 > #0: Wed Mar 17 22:12:19 EDT 2010 > root@whisperer.chthonixia.net:/usr/obj/usr/src/sys/WHISPERER amd64 > > This is a new install of 8. I am running Grip under Xfce. > > It looks like the Makefile for Grip was updated recently: > > # $FreeBSD: ports/audio/grip/Makefile,v 1.88 2010/02/05 11:34:13 > dinoex Exp $ > > Also, Grip is at version 3.3.1 on Sourceforge, and at version 3.2 in > the ports tree. I have no clue if a version bump in the ports is > indicated; or if a new port, grip-devel, is even close to a good idea. > > I use a Grip config file set that worked on my last PC; and it was an > multi-core Intel box, and the Makefile I used for that pre-dates the > current one by about one year. I've tried using whatever defaults the > new installation of Grip offers; no joy there. > > The failure: > > Grip will rip a WAV file using cdparanoia, which is the default ripper > for Grip. The WAV is not damaged, AFAICT; it plays fine in XMMS. > > Sometime after Grip finishes ripping the WAV file, Grip either: > > 1) immediately crashes and dumps core > > OR > > 2) starts to encode the WAV file to FLAC (or MP3, using LAME) and then > crashes and dumps core. > > I suspect 1, since no FLAC file appears in the relevant directory. > > Grip is not tripping over ID3 tags, since "only tag files ending in > .mp3" is checked in the ID3 configuration tab. > > Grip uses this: > > /usr/local/bin/flac -V -o %m %w > > FLAC works from the command line on the WAV files; so I believe it is > not a FLAC issue. > > I've searched quite a bit, and can't find any clue regarding the > issue; is it Grip? is it some deficiency in what Grip needs vis-a-vis > Gnome 2? Is it something lacking and relevant to the AMD platform? > Maybe it's simply that Grip is no longer maintained? There is a fork > of Grip called MP3Mesa: http://sourceforge.net/projects/mp3mesa/ so > maybe that is what is needed. > > Questions: > > Is anyone here using Grip, on any platform, but especially AMD64? Yes, grip on very recent 9.0-CURRENT (amd64) with cdparanoia and lame for coding. Works fine with the following parameters: cdparanoia '/path to mp3/%A/%d/%t__%n.wav', no other options; lame '/path to mp3/%A/%d/%t__%n.%x', options '-h -b %b %w %m'. > Does anyone have a recommendation for a replacement? I've not seen > one in the ports tree that has exactly what I want; RipperX is close. > > Any clues appreciated. > > I'm not subscribed to multimedia; please Cc: me if possible. Thanks, > and best regards. Hope this helps, Rainer