kierank / x262

x264 with MPEG-2 support. Part of the Open Broadcast Encoder project - http://www.ob-encoder.com/
GNU General Public License v2.0
54 stars 10 forks source link

How to print some own log messages #10

Open spaul13 opened 6 years ago

spaul13 commented 6 years ago

suppose, I want to print my own log messages in few functions of x264 encoder. So that I can observe those log messages in terminal while encoding frames. How to do that?

I have used x264_log, x264_cli_log, sprintf, and printf also nothing is popping up in the terminal while encoding. (I have put the log messages in correct place which is called while the process)