Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - SuSE Linux > ARCHIVES - Multimedia
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Multimedia Don't know how to watch DVDs using mplayer? Asking yourself what the heck mplayer is? This is the right place to ask.

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 21-Feb-2008, 14:31
Myrlin
Guest
 
Posts: n/a
Default

Is it possible to "rip" a CD into AAC format using K3B?
  #2 (permalink)  
Old 12-Mar-2008, 04:40
dth1
Guest
 
Posts: n/a
Default


there is a cd rip programme included as part of a standard opensuse install. can't remember if this will rip to aac but if not you can rip as (say) wav and convert to aac using:-

http://packman.links2linux.org/package/audiokonverter
  #3 (permalink)  
Old 12-Mar-2008, 08:59
Myrlin
Guest
 
Posts: n/a
Default

Quote:
there is a cd rip programme included as part of a standard opensuse install. can't remember if this will rip to aac but if not you can rip as (say) wav and convert to aac using:-

http://packman.links2linux.org/package/audiokonverter
[/b]
None of the ripping programs (K3B, Kaudiocreator) seem to do AAC (m4a), but audiokonverter does the job beautifully!

Thanks for you help.
  #4 (permalink)  
Old 12-Mar-2008, 09:07
microchip
Guest
 
Posts: n/a
Default

Quote:
None of the ripping programs (K3B, Kaudiocreator) seem to do AAC (m4a), but audiokonverter does the job beautifully!

Thanks for you help.
[/b]
you should rip your CDs to WAV files and download neroAacEnc which beats the pants off the FAAC encoder. FAAC is a very poorly encoder for LC-AAC
  #5 (permalink)  
Old 12-Mar-2008, 09:46
Myrlin
Guest
 
Posts: n/a
Default

Quote:
you should rip your CDs to WAV files and download neroAacEnc which beats the pants off the FAAC encoder. FAAC is a very poorly encoder for LC-AAC
[/b]
Thanks, Microchip.

Is there a Linux version of this? I can only find the Windows version.
  #6 (permalink)  
Old 12-Mar-2008, 09:52
microchip
Guest
 
Posts: n/a
Default

Quote:
Thanks, Microchip.

Is there a Linux version of this? I can only find the Windows version.
[/b]
in the package is also the Linux version included - http://www.nero.com/eng/down-ndaudio.php

to encode a WAV file @ 70 kbps HE-AAC which is equivalent to MP3 @ 160 kbps

neroAacEnc -br 70000 -he -if file.wav -of output.m4a

to do the same but for LC-AAC

neroAacEnc -br 100000 -lc -if file.wav -of output.m4a

you can also automate the process with a 'for' loop if you have many WAV files in one directory, eg

Code:
cd /path/to/dir/with/wavfiles

for i in *.wav; do
****neroAacEnc -br 70000 -he -if "$i" -of "$(echo $i | sed 's|\.wav|\.m4a|')"
done
  #7 (permalink)  
Old 12-Mar-2008, 09:57
Myrlin
Guest
 
Posts: n/a
Default

I've just put my brain in gear, and found it - but you got there before me!!

Many thanks, Microchip
  #8 (permalink)  
Old 13-Mar-2008, 07:12
Myrlin
Guest
 
Posts: n/a
Default

I've discovered that "kaudiocreator" provides an excellent GUI for neroAacEnc.

Because it rips to temporary .wav files, then encodes them into the required format, it's just a case of adding neroAacEnc to the encoder list.

I did it as follows:

1. Download neroAacEnc, and put it into usr/bin. Open a terminal and type neroAacEnc to make sure it is recognised.

2. Open kaudiocrator, and browse to Settings>Configure Kaudiocrator>Encoder

3. Select "Add", type AAC in the "Name" field, "neroAacEnc -if %f -of %o" in the command field and "m4a" in the extension field . Additional options to be sent to the encoder (bit-rates, etc) can be added to this command string if required.

4. Click OK.

And that's it! MPEG-4 (AAC) format is now fully supported along with the other formats already provided.
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2