[FFmpeg-devel] [PATCH] avcodec/dcaenc: Use aac psychoacoustic model for dcaenc

Даниил Чередник dan.cherednik at gmail.com
Sun Mar 25 13:55:42 EEST 2018


There are several reasons to replace dca psychoacoustic to common model:
 - dca psychoacoustic has some quality problems especially at high
frequency bands
 - unclear implementation
 - aac implementation allows to use tonality measurement for future
improvements
 - a bit faster

AAC psychoacoustic uses float sample format, so first patch changes dcaenc
input format to AV_SAMPLE_FMT_FLTP.
Second patch replaces psychoacoustic model.

-- 
Daniil Cherednik
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avcodec-dcaenc-Use-planar-float-frame-format.patch
Type: application/octet-stream
Size: 7701 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180325/32fde7e1/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-avcodec-dcaenc-Use-aac-psychoacoustic-model-for-DCA-.patch
Type: application/octet-stream
Size: 22703 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180325/32fde7e1/attachment-0001.obj>


More information about the ffmpeg-devel mailing list