Changes between Version 15 and Version 16 of Encode/AAC
- Timestamp:
- Sep 9, 2013, 8:33:00 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/AAC
v15 v16 117 117 == libvo_aacenc == 118 118 119 !VisualOn AAC encoding library. Requires ffmpeg configuration with `--enable-libvo-aacenc`. This has the advantage of not being non-free, and is included by some distributors, but is a rather poor encoder compared to `libfdk_aac` and even the native FFmpeg AAC encoder according to [http://d.hatena.ne.jp/kamedo2/20120729/1343545890 Quality Assessment of FFmpeg AAC] . This encoder supports up to 2 channels, is CBR only, and does not work with `-q:a`/`-qscale:a`.119 !VisualOn AAC encoding library. Requires ffmpeg configuration with `--enable-libvo-aacenc`. This has the advantage of not being non-free, and is included by some distributors, but is a rather poor encoder compared to `libfdk_aac` and even the native FFmpeg AAC encoder according to [http://d.hatena.ne.jp/kamedo2/20120729/1343545890 Quality Assessment of FFmpeg AAC] and [http://ffmpeg.org/pipermail/ffmpeg-devel/2013-June/144589.html a mailing list post]. This encoder supports up to 2 channels, is CBR only, and does not work with `-q:a`/`-qscale:a`. 120 120 121 121 {{{
