rauxnet I was about to convert an mp3 file to an FDK-AAC (-c:a libfdk_aac) or HE-AAC/v2 (-c:a libfdk_aac -profile:a aac_he_v2) file using FFMPEG but it recieved conversion error. Need help.
rauxnet admin Here's a sample of a command: ffmpeg -i "https://archive.org/download/FREE_background_music_dhalius/Lotus.mp3" -c:a libfdk_aac -profile:a aac_he_v2 -b:a 32k output.m4a or even this another sample command: ffmpeg -i "https://archive.org/download/FREE_background_music_dhalius/Lotus.mp3" -c:a aac -profile:a aac_he_v2 -b:a 32k output.m4a it received an error instead