AIMP Forum

AIMP for Windows => Дополнения / Addons => Плагины / Plugins => Topic started by: Genio Dronof on January 25, 2015, 02:20:13

Title: OGG aoTuV converter for AIMP
Post by: Genio Dronof on January 25, 2015, 02:20:13
How to convert audio files to OGG aoTuV in AIMP player.

OneDrive - http://1drv.ms/1xm4cHo
Dropbox - https://www.dropbox.com/sh/9lrh7iqriw9f599/AAA4F0i13-IJqbJzUQ7_R6D0a?dl=0

Among Ogg Vorbis encoders leader in quality is considered aoTuV. Lancer - its optimized modification. As seen from the results, a recent version of the previous Lancer faster 2-10% depending on the parameters and settings assembly coding. Performance compared to the original aoTuV can be estimated as colossal - more than 100-200% faster.

In "OGG aoTuV Lancer to AIMP.zip" version optimized for x64 processors and SSE3.

1. Download "OGG aoTuV to AIMP.zip" or "OGG aoTuV Lancer to AIMP.zip" file.
2. Unzip all files to folder "C:\Program Files\AIMP3\System\Encoders\" in your AIMP directory.
3. File "Encoders.xml" I changed for converting OGG aoTuV (instead of the original).
4. That's all.

Another way

1. Download "OGG aoTuV to AIMP.zip" or "OGG aoTuV Lancer to AIMP.zip" file.
2. Unzip "oggenc2.exe" file to your AIMP directory in folder "C:\Program Files\AIMP3\System\Encoders\".
3. Open in folder "Encoders" file "Encoders.xml".
4. Before the last line of text </ encoders> insert text and save the file.
   Inserted text:
   
Code: [Select]
<encoder Name="OGG aoTuV" App="oggenc2.exe">
<description>
<inputformats type="autogen">
<autogen SampleRates="8000;11025;12000;16000;22050;24000;32000;44100;48000" SampleFormats="16;32" Channels="1;2;4;6" />
</inputformats>
<property name="Ext" value=".ogg" />
</description>
<presets>

<preset Name="Bitrate: 32"     cmdparams="-s %r -Q -q-2 --ignorelength - -o %output%" />
<preset Name="Bitrate: 48"     cmdparams="-s %r -Q -q-1 --ignorelength - -o %output%" />
<preset Name="Bitrate: 64"     cmdparams="-s %r -Q -q0 --ignorelength - -o %output%" />
<preset Name="Bitrate: 80"     cmdparams="-s %r -Q -q1 --ignorelength - -o %output%" />
<preset Name="Bitrate: 96"     cmdparams="-s %r -Q -q2 --ignorelength - -o %output%" />
<preset Name="Bitrate: 112"     cmdparams="-s %r -Q -q3 --ignorelength - -o %output%" />
<preset Name="Bitrate: 128"     cmdparams="-s %r -Q -q4 --ignorelength - -o %output%" />
<preset Name="Bitrate: 160"     cmdparams="-s %r -Q -q5 --ignorelength - -o %output%" />
<preset Name="Bitrate: 192"     cmdparams="-s %r -Q -q6 --ignorelength - -o %output%" />
<preset Name="Bitrate: 224"     cmdparams="-s %r -Q -q7 --ignorelength - -o %output%" />
<preset Name="Bitrate: 256"     cmdparams="-s %r -Q -q8 --ignorelength - -o %output%" />
<preset Name="Bitrate: 320"     cmdparams="-s %r -Q -q9 --ignorelength - -o %output%" />
<preset Name="Bitrate: 500"     cmdparams="-s %r -Q -q10 --ignorelength - -o %output%" />

</presets>
</encoder>

4. That's all

Now Go - Menu - Utilities - Audio Converter - in settings - OGG aoTuV
Preview here http://loungedy.deviantart.com/art/Convert-audio-files-to-OGG-aoTuV-in-AIMP-player-509332173