Re: [SLE] Re: KAudioCreator - Ogg quality
- From: Bruce Marshall <bmarsh@xxxxxxxxxx>
- Date: Mon, 31 Jul 2006 09:56:10 -0400
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@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx
- References:
- [SLE] KAudioCreator - Ogg quality
- From: michael norman
- Re: [SLE] Re: KAudioCreator - Ogg quality
- From: Bruce Marshall
- Re: [SLE] Re: KAudioCreator - Ogg quality
- From: michael norman
- [SLE] KAudioCreator - Ogg quality
- Prev by Date: Re: [SLE] kmenu icons
- Next by Date: [SLE] installation fails or instable system - SL 9.3 / SL 10.0-OSS / SL 10.1 (english + german text)
- Previous by thread: Re: [SLE] Re: KAudioCreator - Ogg quality (solved)
- Next by thread: [SLE] export DISPLAY problems
- Index(es):