https://bugs.kde.org/show_bug.cgi?id=374670
dtl135dtl...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtl135dtl...@gmail.com --- Comment #1 from dtl135dtl...@gmail.com --- Created attachment 103405 --> https://bugs.kde.org/attachment.cgi?id=103405&action=edit initialpatch Here is an initial patch. I think it could be greatly improved. Still allow use of libfaac if that's all that's available. It's not the best quality AAC encoder, but it's better than nothing. Check ffmpeg version. If ffmpeg version < 3.x: - Possibly prefer libfdk_aac if it's available, since ffmpeg's aac encoder was still considered experimental If ffmpeg > 3.x: - Don't use 'strict -2' since it's not necessary. I don't think it hurts anything to leave it there though. Add an HE-AAC(v1/v2) encoder. I guess it would be easier to make that a completely separate transcoding option. libfdk_aac would have to be available, or else the option for HE-AAC should be unavailable (grayed out in the list). -- You are receiving this mail because: You are watching all bug changes.