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 make FFmpeg convert to Ogg Vorbis? (Read 30185 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How do I make FFmpeg convert to Ogg Vorbis?



This is not supposed to work?

Quote
ffmpeg -y -i a.mp3 -acodec vorbis -aq 50 output.ogg


I tried mltiple ways an alwats fails in not gettong an ogg file.

Any help are welcome.

How do I make FFmpeg convert to Ogg Vorbis?

Reply #1
http://xiphmont.livejournal.com/51160.html

Quote
FFmpeg can be forced to use the external/system libVorbis library by passing:

-acodec libvorbis

as part of the FFmpeg command line.

Note that passing '-acodec vorbis' is incorrect and requests the low-quality built-in FFmpeg-internal Vorbis encoder.

 

How do I make FFmpeg convert to Ogg Vorbis?

Reply #2
This is not supposed to work?

Quote
ffmpeg -y -i a.mp3 -acodec vorbis -aq 50 output.ogg


I tried mltiple ways an alwats fails in not gettong an ogg file.

Any help are welcome.



I foun an old version an it works fine but a new compile (from windows binary page), does not.