On Monday 31 July 2006 09:42, michael norman wrote:
I know i need to add -q and a value say -q6, but I'm not sure where in the line to add it.
Essentially anywhere as long as you don't insert it in the *middle* of some other option setting.
like either *before* the "-o %o" or after that.
That's what I thought, so I tried this
oggenc -q6 -o %o --artist %{artist} --album %{albumtitle} --title %{title} --date %{year} --tracknum %{number} --genre %{genre} %f
and encoding failed with
Cannot place file, unable to make directories.
Then I tried
oggenc -o %o --artist %{artist} --album %{albumtitle} --title %{title} --date %{year} --tracknum %{number} --genre %{genre} %f -q6
and got the same error.
Have I got the q option wrong ?
Try a blank after the -q or try --quality=6 see 'man oggenc' From the examples: Specifying quality rather than bitrate (to a very high quality mode) oggenc infile.wav -q 6 out.ogg -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com