How do I make FFmpeg convert to Ogg Vorbis?, [was “FFMEP cant convert to ogg”] in G/Audio] |
![]() ![]() |
How do I make FFmpeg convert to Ogg Vorbis?, [was “FFMEP cant convert to ogg”] in G/Audio] |
Aug 2 2012, 22:04
Post
#1
|
|
|
Group: Members Posts: 5 Joined: 18-October 11 Member No.: 94512 |
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. |
|
|
|
Aug 3 2012, 00:27
Post
#2
|
|
![]() Group: Developer Posts: 2984 Joined: 2-December 07 Member No.: 49183 |
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. |
|
|
|
Aug 3 2012, 01:10
Post
#3
|
|
|
Group: Members Posts: 5 Joined: 18-October 11 Member No.: 94512 |
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. |
|
|
|
Aug 3 2012, 06:40
Post
#4
|
|
|
Group: Members Posts: 130 Joined: 26-February 11 Member No.: 88525 |
Try one of the win32 builds from here:
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 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 18:29 |