Page 1 of 1

FLAC > OGG , one step?

PostPosted: Wed Aug 06, 2014 5:36 am
by ar9
I have a huge FLAC library that I want to stream using OGG q 5.

I have been trying to find a working transcode setting without any luck. I think I hvae looked at every post on these forums about it.

I have oggenc2 in my trancoding folder.

Please, please help (using dSUB).
EDIT: Is there any way to retain replaygain information?

Re: FLAC > OGG , one step?

PostPosted: Sat Nov 01, 2014 5:38 pm
by matka
I have not seen any replies and since I just installed sub on new server, here comes my setting (it is oggenc as I'm on Linux, change to oggenc2 if that's how it is called on Windows):

Code: Select all
oggenc -q 6 %s -s 1 -Q -o -


quality 6, -Q suppresses mesages, -s 1 assign same stream number.

Hope it works for you.

George