HydrogenAudio

Lossy Audio Compression => Ogg Vorbis => Ogg Vorbis - General => Topic started by: yenerich on 2012-08-02 22:04:45

Title: How do I make FFmpeg convert to Ogg Vorbis?
Post by: yenerich on 2012-08-02 22:04:45


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.
Title: How do I make FFmpeg convert to Ogg Vorbis?
Post by: lvqcl on 2012-08-03 00:27:16
http://xiphmont.livejournal.com/51160.html (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.
Title: How do I make FFmpeg convert to Ogg Vorbis?
Post by: yenerich on 2012-08-03 01:10:41
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.
Title: How do I make FFmpeg convert to Ogg Vorbis?
Post by: LithosZA on 2012-08-03 06:40:52
Try one of the win32 builds from here:
http://ffmpeg.zeranoe.com/builds/ (http://ffmpeg.zeranoe.com/builds/)

use '-acodec libvorbis' and NOT '-acodec vorbis'

You could also use oggenc from: http://www.rarewares.org/ogg-oggenc.php (http://www.rarewares.org/ogg-oggenc.php)