HydrogenAudio

Lossy Audio Compression => Ogg Vorbis => Ogg Vorbis - General => Topic started by: elmohino on 2011-02-25 10:10:06

Title: Oggenc2.87 using aoTuVb6.01 binary for GNU/Linux?
Post by: elmohino on 2011-02-25 10:10:06
Hello everyone.

Two days ago released the latest update of Oggenc2.87 using aoTuVb6.01:

http://www.rarewares.org/ogg-oggenc.php#oggenc-aotuv (http://www.rarewares.org/ogg-oggenc.php#oggenc-aotuv)

But it is only in Windows version! Not available for GNU/Linux in binary format!:

http://wiki.hydrogenaudio.org/index.php?ti...#Linux_binaries (http://wiki.hydrogenaudio.org/index.php?title=Recommended_Ogg_Vorbis#Linux_binaries)

Where could get?

Thank you very much.
Salute.
Title: Oggenc2.87 using aoTuVb6.01 binary for GNU/Linux?
Post by: HotshotGG on 2011-02-25 23:42:45
You first need to download the source code from the AoTuV website and then compile it into an executable-linking format with GCC. I would help you by creating a custom compile, but I am pretty busy as of late. Let me see what I can come up with though in my spare-time! Maybe I will try to compile and upload it to the forums here. If not you will simply have to wait for somebody else to create a compile as I am sure a lot of folks on this forum are more then willing to do so. Take care! 
Title: Oggenc2.87 using aoTuVb6.01 binary for GNU/Linux?
Post by: elmohino on 2011-02-26 11:20:58
Thank you very much for your reply, friend.

In my opinion, aoTuV is the best current Vorbis encoder.

I'll keep waiting to be compiled.

Salute.
Title: Oggenc2.87 using aoTuVb6.01 binary for GNU/Linux?
Post by: fedetxf on 2011-03-09 17:15:43
Where could get?

On Ubuntu 10.10 here's what you have to do.

Prepare the system to build aotuv

1) Open a terminal
2) sudo apt-get install build-essential libogg-dev

Download aotuv sources to a folder
3) mkdir aotuv-src
4) cd aotuv-src
5) wget http://www.geocities.jp/aoyoume/aotuv/sour...v_b6.02.tar.bz2 (http://www.geocities.jp/aoyoume/aotuv/source_code/libvorbis-aotuv_b6.02.tar.bz2)

Uncompress them

6) tar xjf libvorbis-aotuv_b6.02.tar.bz2

Change to the sources directory
7) cd aotuv-b6.02_20110227

Build it to some folder in your home (or anywhere)
8) sh ./configure --prefix=/home/myuser/aotuv
9) make
10) make install

11) Then call oggenc like this
LD_PRELOAD=`echo /home/myuser/aotuv/lib/libvorbis*.so` oggenc -q-2 track01.flac
Title: Oggenc2.87 using aoTuVb6.01 binary for GNU/Linux?
Post by: elmohino on 2011-04-24 15:06:42
Excelent!

Works fine your solution!

I've also managed to implement in the encoder ABCDE.

Thank you very much, my friend.

Salute.