Changes between Version 74 and Version 75 of Encode/HighQualityAudio


Ignore:
Timestamp:
Oct 8, 2024, 5:21:34 PM (20 months ago)
Author:
MasterQuestionable
Comment:

Probably more accurate rank: "libopus" ≈ "libvorbis". Plus note.

Legend:

Unmodified
Added
Removed
Modified
  • Encode/HighQualityAudio

    v74 v75  
    5050
    5151͏    Based on quality produced from high to low:\\
    52 ͏    "libopus" > "libvorbis" >= "libfdk_aac" > "libmp3lame" >= "eac3"/"ac3" > "aac" > "libtwolame" > "vorbis" > "mp2" > "wmav2"/"wmav1"
     52͏    "libopus" "libvorbis" >= "libfdk_aac" > "libmp3lame" >= "eac3"/"ac3" > "aac" > "libtwolame" > "vorbis" > "mp2" > "wmav2"/"wmav1"
    5353
    5454͏    The ">=" sign means greater or the same quality.\\
     
    5656͏    The highest quality internal/native encoder available in FFmpeg without any external libraries is "aac".
    5757
    58 Please note:
    59 - It is **not recommended** to use the experimental "vorbis" for Vorbis encoding; use "libvorbis" instead.
    60 - "wmav1" and "wmav2" don't seem to be able to reach transparency at any given bit rate.
     58͏    Note:\\
     59͏    Vorbis cannot compete Opus at low bit rate.\\
     60͏    At high bit rate Opus couldn't improve due to the 20 KHz cut-off. [ https://trac.ffmpeg.org/ticket/10330#comment:7 ]\\
     61͏    However which may not be really meaningful... (mostly noise preferably be filtered-off)
     62
     63͏    It is **not recommended** to use the experimental "vorbis" for encoding; use "libvorbis" instead.\\
     64͏    "wmav1", "wmav2" don't seem to reach transparency at any bit rate.
    6165
    6266