个人工具

“UbuntuHelp:RestrictedFormats/AAC”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(New page: {{From|https://help.ubuntu.com/community/RestrictedFormats/AAC}} {{Languages|php5}} == Playing and Creating AAC Files == * '''Playing AAC ''' The default audio format used by Apple's ...)
 
 
(未显示2个用户的8个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/RestrictedFormats/AAC}}
 
{{From|https://help.ubuntu.com/community/RestrictedFormats/AAC}}
{{Languages|php5}}
+
{{Languages|UbuntuHelp:RestrictedFormats/AAC}}
 
== Playing and Creating AAC Files ==
 
== Playing and Creating AAC Files ==
 
 
* '''Playing AAC '''
 
* '''Playing AAC '''
 
+
The default audio format used by Apple's iTunes and iPod is AAC. This is a variant of the MPEG standard, and as such has patent issues.
  The default audio format used by Apple's iTunes and iPod is AAC. This is a variant of the MPEG standard, and as such has patent issues.
+
* '''Ubuntu 6.06 LTS (Dapper Drake)'''
 
+
Install the '''gstreamer0.10-plugins-bad-multiverse''' package. (Note: some people may need to also
** '''Ubuntu 6.06 LTS (Dapper Drake)'''
+
install '''gstreamer0.10-plugins-bad''' to make it work.)
  Install the '''gstreamer0.10-plugins-bad-multiverse''' package. (Note: some people may need to also
+
* '''Ubuntu 5.10 (Breezy Badger)'''
  install '''gstreamer0.10-plugins-bad''' to make it work.)
+
You can listen to AAC files in '''rhythmbox''' or '''amarok''' by installing '''gstreamer0.8-faad'''.
 
+
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=eyes.png Songs purchased from the iTunes music store (.m4p) are encrypted and will not play using '''gstreamer0.8-faad'''. You will have to decrypt them first.
 
+
 
+
** '''Ubuntu 5.10 (Breezy Badger)'''
+
    You can listen to AAC files in '''rhythmbox''' or '''amarok''' by installing '''gstreamer0.8-faad'''.
+
 
+
  attachment:IconsPage/eyes.png Songs purchased from the iTunes music store (.m4p) are encrypted and will not play using '''gstreamer0.8-faad'''. You will have to decrypt them first.
+
 
+
 
+
 
* '''Creating AAC files'''
 
* '''Creating AAC files'''
 
 
First, you must install support for encoding AAC. For Ubuntu 5.10, install gstreamer0.8-faac. For Ubuntu 6.06 and later, install gstreamer0.10-ffmpeg. To encode to AAC from CDs, follow the instructions at [[UbuntuHelp:CDRipping|CD Ripping]].
 
First, you must install support for encoding AAC. For Ubuntu 5.10, install gstreamer0.8-faac. For Ubuntu 6.06 and later, install gstreamer0.10-ffmpeg. To encode to AAC from CDs, follow the instructions at [[UbuntuHelp:CDRipping|CD Ripping]].
 
 
 
For other programs, you may be able to utilize FAAC directly to encode to AACs using the '''faac''' package.
 
For other programs, you may be able to utilize FAAC directly to encode to AACs using the '''faac''' package.
 +
Or you could just try this:
 +
<pre><nowiki>
 +
sudo aptitude install abcde
 +
abcde -a cddb,read,encode,tag,move,playlist,clean -d /dev/cdrom -o m4a -V -x
 +
</nowiki></pre>
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月20日 (一) 00:28的最新版本

Playing and Creating AAC Files

  • Playing AAC

The default audio format used by Apple's iTunes and iPod is AAC. This is a variant of the MPEG standard, and as such has patent issues.

  • Ubuntu 6.06 LTS (Dapper Drake)

Install the gstreamer0.10-plugins-bad-multiverse package. (Note: some people may need to also install gstreamer0.10-plugins-bad to make it work.)

  • Ubuntu 5.10 (Breezy Badger)

You can listen to AAC files in rhythmbox or amarok by installing gstreamer0.8-faad. IconsPage?action=AttachFile&do=get&target=eyes.png Songs purchased from the iTunes music store (.m4p) are encrypted and will not play using gstreamer0.8-faad. You will have to decrypt them first.

  • Creating AAC files

First, you must install support for encoding AAC. For Ubuntu 5.10, install gstreamer0.8-faac. For Ubuntu 6.06 and later, install gstreamer0.10-ffmpeg. To encode to AAC from CDs, follow the instructions at CD Ripping. For other programs, you may be able to utilize FAAC directly to encode to AACs using the faac package. Or you could just try this:

sudo aptitude install abcde
abcde -a cddb,read,encode,tag,move,playlist,clean -d /dev/cdrom -o m4a -V -x