Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: How do I create Ogg-FLAC using foobar2000? (Read 2348 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How do I create Ogg-FLAC using foobar2000?

I have been searching a way to do this using the Foobar custom convert presets Command line, codec venc.exe and could not get this to work.

I found this at http://wiki.hydrogenaudio.org/index.php?ti...:Custom_presets

    %d – will be replaced by the desired output file name
    %r – will be replaced by a random number; used together with oggenc
    %s – will be replaced by the filename of a temporary created input wav-file

The default ogg command line code:

-s  %r --ignorelength -Q -q7.000000 - -o %d

The source file is flac and would like to convert to Ogg-Flac.

Any help would be welcome.

How do I create Ogg-FLAC using foobar2000?

Reply #1
Not possible. venc is Vorbis encoder.
And why do you want ogg-flac anyway?

Or you want OGG Vorbis, not OGG FLAC?

How do I create Ogg-FLAC using foobar2000?

Reply #2
I thought it was possible, guess I was wrong. Well I would like to see how ogg x ogg-flac differs about size and other attributes, same file as head to head comparison.

So how can I place FLAC files into an OGG container?

Thanks for your time and reply.

How do I create Ogg-FLAC using foobar2000?

Reply #3
You can reencode your FLAC, TAK, Wavpack,... files to OGG FLAC:

Encoder: flac.exe
Extension: oga
Parameters: -s --ignore-chunk-sizes --ogg -6 - -o %d

 

How do I create Ogg-FLAC using foobar2000?

Reply #4
Thanks so much for your time and reply.