Changes between Version 62 and Version 63 of Encode/HighQualityAudio


Ignore:
Timestamp:
Oct 6, 2024, 6:18:57 AM (20 months ago)
Author:
Mingye Wang
Comment:

Opus is new enough to not have that VBR hardware compatibility issue. Either compatible, or not.

Legend:

Unmodified
Added
Removed
Modified
  • Encode/HighQualityAudio

    v62 v63  
    116116----
    117117
    118 When compatibility with hardware players doesn't matter then use `libopus` in a MKV container when `libfdk_aac` isn't available.
     118- When compatibility with hardware players doesn't matter then use `libopus` in a MKV container when `libfdk_aac` isn't available.
     119- When compatibility with hardware players does matter then use libmp3lame or ac3 in a MP4/MKV container when `libfdk_aac` isn't available.
    119120
    120 When compatibility with hardware players does matter then use libmp3lame or ac3 in a MP4/MKV container when `libfdk_aac` isn't available.[[BR]]
    121 Transparency means the encoded audio sounds indistinguishable from the audio in the source file.[[BR]]
    122 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]]
     121Transparency means the encoded audio sounds indistinguishable from the audio in the source file.
     122
     123Some 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 (this mainly applies to older formats, i.e. not Opus).
    123124
    124125== Resources ==