Streampunk / beamcoder

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

Is there a way to get AAC data out of audio as ADTS? #111

Closed metawrap-dev closed 7 months ago

metawrap-dev commented 1 year ago

Is there a way to get AAC packets (packet.data) out as ADTS packets?

I'm trying to pass the AAC packets into an app that requires ADTS and I was wondering if this is something beamcoder can do?