Open voxsoftware opened 7 years ago
Super-late, but try:
ffmpegArguments.push("-acodec", "libfdk_aac", "-profile:a", "aac_low", "-vbr", "3", "out.mp4");
ffmpeg_run({
...
arguments: ffmpegArguments
});
Granted this is using an mp4 container.
When I try use format ADTS with -f adts or simply using output/filename.aac says that format not supported