GRIP

hbrhodes <[email protected]> Tue, 31 Jan 2006 20:34:17 -0600
Newsgroups gmane.comp.multimedia.grip.user
Message-ID <[email protected]>
Edgarde Stokes wrote:

>On 1/30/06, hbrhodes <[email protected]> wrote:
>  
>
>>*  /usr/bin/lame     (encoder executable)
>>* -h -b %b %w %m     (encoder command-line)
>>* mp3     (encode file extension)
>> * ~/Opus/%A/(%y) %d/%t %n.ogg    (encode file format)
>>
>>i do not understand why the encode file format is *.ogg, when i'm using
>>lame.  so i  changed it to mp3, that didn't work ... the only difference
>>was this:
>>*  in format extension was ogg, file mp3 was 0 bytes.
>>*  in format extension was mp3, file mp3 was 128bytes.
>>    
>>
>
>For "encode file format", replace "%n.ogg" with "%n.%x".  (%x is the
>variable string for the encoded file extension, and it changes to
>match the encoder executable selection.)
>
>Your command line parameters have a bit of a conflict in that:
>* "-b %b" sets a constant bitrate (%b is the number entered under
>"Config | Encode | Options | Encoding bitrate (kbits/s)" )
>* "-h" sets a variable bitrate (of high quality).
>
>Using your parameters I get a full-sized MP3 file of 128 kb/s CBR, so
>apparently -b is overriding -h (at least for bitrate).
>
>I think you negate the benefit of the -h parameter with -b following
>it. You probably want to remove "-b %b" from your parameter string.
>However, if you need high-quality CBR, you have the option of
>increasing the bitrate under Encode Options.
>
>(Generally, high-quality CBR is only needed for MP3 streaming applications.)
>
>Someone please correct me if I'm wrong about any of this.
>
>Es.
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
>for problems?  Stop!  Download the new AJAX search engine that makes
>searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
>http://sel.as-us.falkag.net/sel?cmd=k&kid3432&bid#0486&dat1642
>_______________________________________________
>Grip-users mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/grip-users
>
>  
>
-h %w %m works but not -h -b (high quality variable bit rate set to 192
kbs) %w %m.  i tried the following too:
*  -b %w %m
*  %b %w %m
*  -h -j %b %w %m


also the ripping works fine, but not the encoding.  i could try command 
prompt but i'm not that familiar with it.  would i do that with the 
'encoder command-line' + the 'encode file format?' my example would look 
like this :

[user]$ lame -h -ms -b192 *.wav ~/Opus/%A/(%y) %d/%t %n.%x

this didn't work however, and when i tried using the (%y) it gave me an 
unidentified token.  ripping is working fine, but not encoding.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642