Re: [Banshee-List] CD-rip with lame



Whoops. Good catch. Committed.

Thanks,
Aaron

On Sun, 2006-10-22 at 01:03 +0200, Rolf wrote:
> Hi Aaron,
> 
> I've found the error. In mp3-lame.xml was one exclamation point at the 
> wrong place. Here comes the version that works:
> 
> <process id="gstreamer">
> audioconvert !
> audio/x-raw-float,rate=$sample_rate,channels=$channels !
> audioconvert !
> lame
> bitrate=$bitrate
> mode=$mode !
> id3v2mux
> </process>
> 
> With that banshee produces MP3s in the choosen mode.
> 
> Aaron Bockover schrieb:
> > Your pipeline shows mode=0, which is regular stereo. Here's the variable
> > definition snippet from mp3-lame.xml:
> >
> >           <possible-values>
> >             <value value="0">Stereo</value>
> >             <value value="1">Joint Stereo</value>
> >             <value value="2">Dual Channel</value>
> >             <value value="3">Mono</value>
> >             <value value="4">Auto</value>
> >           </possible-values>
> >
> > I got these values from gst-inspect lame. Please make sure yours match.
> > If they do, and your MP3 output is still joint stereo (mode=1), then
> > something is wrong with the mp3 encoder/gstreamer. The pipeline looks
> > like it is successfully constructed per your input.
> >
> > --Aaron
> >
> >
> > On Sat, 2006-10-21 at 20:48 +0200, Rolf wrote:
> >   
> >> The pipeline looks good:
> >>  (Ripping CD and Encoding with Pipeline) - audioconvert !
> >>                   audio/x-raw-float,rate=44100,channels=2 !
> >>                   audioconvert !
> >>                   lame
> >>             bitrate=192 !
> >>             mode=0
> >>                   id3v2mux
> >> MusicBrainz TRM ID: a903a0b9-c6c3-4a74-9e72-e6ace17693ef
> >>
> >> but the resulting MP3 is "joint stereo" again.
> >>
> >> Aaron Bockover wrote
> >>     
> >>> What version of Banshee?
> >>>
> >>> On Sat, 2006-10-21 at 17:18 +0200, Rolf wrote:
> >>>  
> >>>       
> >>>> Hi,
> >>>>
> >>>> when I rip a CD banshee uses automatically the mode "joint stereo" . 
> >>>> I would prefer to use the normal "stereo". How can I change that ?
> >>>>
> >>>> Rolf
> >>>>
> >>>> _______________________________________________
> >>>> Banshee-list mailing list
> >>>> Banshee-list gnome org
> >>>> http://mail.gnome.org/mailman/listinfo/banshee-list
> >>>>     
> >>>>         
> >>> _______________________________________________
> >>> Banshee-list mailing list
> >>> Banshee-list gnome org
> >>> http://mail.gnome.org/mailman/listinfo/banshee-list
> >>>
> >>>
> >>>   
> >>>       
> >>
> >> Aaron Bockover wrote
> >>     
> >>> I just added mode support for you to the lame profile. Update your
> >>> checkout and rebuild/install. It should be under "Advanced" when you
> >>> configure the profile. I don't actually have lame installed, so please
> >>> test a rip with it and let me know if it works. Run Banshee from the
> >>> command line when you do and please paste the output on the terminal
> >>> after the first track starts ripping (should dump the pipeline being
> >>> used to encode the audio).
> >>>
> >>> --Aaron
> >>>
> >>> On Sat, 2006-10-21 at 19:25 +0200, Rolf wrote:
> >>>   
> >>>       
> >>>> current CVS version
> >>>>
> >>>> Aaron Bockover schrieb:
> >>>>     
> >>>>         
> >>>>> What version of Banshee?
> >>>>>
> >>>>> On Sat, 2006-10-21 at 17:18 +0200, Rolf wrote:
> >>>>>   
> >>>>>       
> >>>>>           
> >>>>>> Hi,
> >>>>>>
> >>>>>> when I rip a CD banshee uses automatically the mode "joint stereo" . I 
> >>>>>> would prefer to use the normal "stereo". How can I change that ?
> >>>>>>
> >>>>>> Rolf
> >>>>>>
> >>>>>> _______________________________________________
> >>>>>> Banshee-list mailing list
> >>>>>> Banshee-list gnome org
> >>>>>> http://mail.gnome.org/mailman/listinfo/banshee-list
> >>>>>>     
> >>>>>>         
> >>>>>>             
> >>>>> _______________________________________________
> >>>>> Banshee-list mailing list
> >>>>> Banshee-list gnome org
> >>>>> http://mail.gnome.org/mailman/listinfo/banshee-list
> >>>>>
> >>>>>
> >>>>>   
> >>>>>       
> >>>>>           
> >>>> _______________________________________________
> >>>> Banshee-list mailing list
> >>>> Banshee-list gnome org
> >>>> http://mail.gnome.org/mailman/listinfo/banshee-list
> >>>>     
> >>>>         
> >>> _______________________________________________
> >>> Banshee-list mailing list
> >>> Banshee-list gnome org
> >>> http://mail.gnome.org/mailman/listinfo/banshee-list
> >>>
> >>>
> >>>   
> >>>       
> >> _______________________________________________
> >> Banshee-list mailing list
> >> Banshee-list gnome org
> >> http://mail.gnome.org/mailman/listinfo/banshee-list
> >>     
> >
> > _______________________________________________
> > Banshee-list mailing list
> > Banshee-list gnome org
> > http://mail.gnome.org/mailman/listinfo/banshee-list
> >
> >
> >   
> 
> _______________________________________________
> Banshee-list mailing list
> Banshee-list gnome org
> http://mail.gnome.org/mailman/listinfo/banshee-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]