Streampunk / beamcoder

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

Set logging callback #109

Closed piercus closed 1 year ago

piercus commented 1 year ago

This PR is related to #107

This is a custom logging ability implementation

beamcoder.setLoggingCallback((msg) => console.log(msg))