Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

By default, a popular FFmpeg codec library is used to handle AAC sound on server. This codec provides good sound quality and coding speed, but it can fail on some AAC frames, type 0 for example.

As alternative, another popular Fraunhofer codec library can be used in WCS. 

В связи с этим, в WCS предусмотрено использование другого популярного кодека Fraunhofer. When sound quality comparable to FFmpeg or, in certain cases, higher this codec provides higher performance. Besides, Fraunhofer codec correctly works with frames on which FFmpeg fails.

To enable Fraunhofer AAC codec usage, set the following parameter in flashphoner.properties file:

use_fdk_aac=true
  • No labels