Difference between revisions of "Talk:Apple AAC"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Bp moved page Talk:QuickTime AAC to Talk:Apple AAC: Apple seems to be moving away from QuickTime, and the encoder is actually part of CoreAudio)
(FFmpeg with AudioToolbox: new section)
Line 2: Line 2:
  
 
==Page discussion==
 
==Page discussion==
 +
 +
== FFmpeg with AudioToolbox ==
 +
 +
In recent versions of FFmpeg on OS X it is possible to use the Apple encoders via AudioToolbox. AAC encoder is called <code>aac_at</code>. Unlike afconvert, it preserves metadata when encoding.

Revision as of 20:51, 22 May 2020

This is the talk page for discussing changes to the Apple AAC article.

  • Please do not use it as a forum for general discussion about the article's subject. Use the forums instead.
  • Please read the wiki policy before editing.
  • Sign and date your posts using two dashes and four tildes (--~~~~).
  • Place new comments after existing ones (but within topic sections).
  • Separate topic sections with a ==Descriptive header==.
  • Feel free to use these smilies by embedding their codes:
    Smiley--).png {{smiley|)}} Smiley--D.png {{smiley|D}} Smiley--(.png {{smiley|(}} Smiley--;.png {{smiley|;}}

Page discussion

FFmpeg with AudioToolbox

In recent versions of FFmpeg on OS X it is possible to use the Apple encoders via AudioToolbox. AAC encoder is called aac_at. Unlike afconvert, it preserves metadata when encoding.