TooTallNate / node-ogg

Node.js native binding to libogg
MIT License
65 stars 36 forks source link

Determine packet count per Ogg page for encoding #14

Open Robbson opened 8 years ago

Robbson commented 8 years ago

Hello,

I wonder how I can decide the amount of packets that go into an Ogg page. Currently it is only one packet for each page (tested together with packets coming from the Opus encoder). That leads to much overhead (there are just 80-100 bytes of payload per page).

Thanks, Robbson

JDvorak commented 6 years ago

@Robbson Did you ever figure this out?