Streampunk / beamcoder

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

How to get log messages in a string to parse #64

Open felicemarra opened 3 years ago

felicemarra commented 3 years ago

I need to constantly check if everything is ok, control conversion progress and other stuffs

How can I get the log output from libav width beamcoder, than parse and do what I have to do?