Changes between Version 74 and Version 75 of Encode/HighQualityAudio
- Timestamp:
- Oct 8, 2024, 5:21:34 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/HighQualityAudio
v74 v75 50 50 51 51 ͏ 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" 53 53 54 54 ͏ The ">=" sign means greater or the same quality.\\ … … 56 56 ͏ The highest quality internal/native encoder available in FFmpeg without any external libraries is "aac". 57 57 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. 61 65 62 66
