View Single Post
Old 29th March 2015, 14:47   #2007  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by Ma View Post
But there is a problem with yours build -- the result line your build outputs to stderr instead of normal stdout
It's a common practice to write all textual output to the stderr stream, so that the stdout stream remains "clean" for piping the actual output data to the next process in the chain.

Imagine you would be running x265 to write the encoded H.265 bitstream to stdout, because you want to process the H.265 stream in another process, but then some status messages get "mixed" into the resulting stream... Bad idea
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 29th March 2015 at 15:49.
LoRd_MuldeR is offline   Reply With Quote