Streampunk / beamcoder

Node.js native bindings to FFmpeg.
GNU General Public License v3.0
397 stars 76 forks source link

How to use not-built in codecs in beamcoder? #58

Closed felicemarra closed 3 years ago

felicemarra commented 3 years ago

I need to use libfdk_aac codec but I can't see it in the available list.

How can I use it? If re-compile avcodec-58.dll with libfdk_aac is enough? Or I need to do something on the beamcoder library?

If the codec exist in dll it magically appears on the available codecs list?

felicemarra commented 3 years ago

I've compiled ffmpeg shared libraries with fdk-aac support... After copied files in beamcoder directory I've recompiled the project. Everything works, but I still can't view fdk-aac codec in codecs list

I saw you call av_codec_iterate so I understand it takes codecs list directly from dll.. so I don't understand why I can't see fdk-aac...

any help?

felicemarra commented 3 years ago

Solved.