Changes between Version 51 and Version 52 of Encode/HighQualityAudio
- Timestamp:
- Aug 11, 2016, 10:14:44 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/HighQualityAudio
v51 v52 73 73 Even though AAC should generally give better quality than MP3 at the same bitrates, libmp3lame should give better quality output than `libfaac`.[[BR]] 74 74 This list is just a general guide and there may be cases where a codec listed to the right will perform better than one listed to the left at certain bitrates. [[BR]] 75 The highest quality internal/native encoder available in FFmpeg without any external libraries is aac .[[BR]]75 The highest quality internal/native encoder available in FFmpeg without any external libraries is aac.[[BR]] 76 76 77 77 Please note it is '''not recommended''' to use `vorbis` for Vorbis encoding; use `libvorbis` instead.[[BR]] … … 128 128 When compatibility with hardware players does matter then use libmp3lame or ac3 in a MP4/MKV container rather than `libfaac` when `libfdk_aac` isn't available.[[BR]] 129 129 Transparency means the encoded audio sounds indistinguishable from the audio in the source file.[[BR]] 130 Some codecs have a more efficient variable bitrate (VBR) mode which optimizes to a given, constant quality level rather than having variable quality at a given, constant bitrate (CBR). The info above is for CBR. VBR is more effic ent than CBR but may not be as hardware-compatible.[[BR]]130 Some codecs have a more efficient variable bitrate (VBR) mode which optimizes to a given, constant quality level rather than having variable quality at a given, constant bitrate (CBR). The info above is for CBR. VBR is more efficient than CBR but may not be as hardware-compatible.[[BR]] 131 131 [[BR]] 132 132
