Hello,
I need to capture the output from ffmpeg and redirect it to another process 
then send it over a network. The problems lies in the output itself. After 
going through the ffmpeg code I found that ffmpeg uses stdout and stderr for 
output using functions fprintf and snprintf, but somehow the output is in a 
sense dynamic, meaning the same line is updated with new values as if it were 
written in curses. I need to do the same thing on the receiving end, how was 
that achieved?

~Aleksandr


Я в Моем Мире - http://my.mail.ru/mail/absolutnik2003/
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to