JunkFood02 / Seal

🦭 Video/Audio Downloader for Android, based on yt-dlp, designed with Material You
GNU General Public License v3.0
8.59k stars 402 forks source link

Add libfdk_aac encoders option with Seal ffmpeg #1470

Open erickmufath opened 2 months ago

erickmufath commented 2 months ago

Checklist

Is your feature request related to a problem? Please describe.

I am a custom command user, when downloading a video I will use --postprocessor-args to change the audio format and codec first before merging it with the video, but after trying it, it seems that the libfdk_aac option is not available here, aac alone is not enough, also i want to use HE-AAC profile and more than just LC.

Describe the solution you'd like

Add or integrate encoders to ffmpeg Seal. I know libfdk_aac cannot come with prebuilt ffmpeg (read this : https://gist.github.com/ScribbleGhost/54ad17da006e8bba4a1612bd6a64571c), so can you integrate it with Seal?

Video link

No response

Additional context

Screenshot_20240421-163321_Seal

IMG_20240421_161139

duolaameng903 commented 1 month ago

the libfdkaac encoders have some sort of copyright so it might not be allowed to use them