View Single Post
Old 19th April 2012, 13:03   #4159  |  Link
Ulf
Registered User
 
Join Date: Sep 2008
Location: Sweden
Posts: 66
How to capture stdout message from tsMuxeR.exe?

When executing tsMuxer in cmd line mode, is there any way to capture what tsMuxer writes to stdout?

Command line:
Quote:
tsMuxeR.exe "C:\out\MUXOPT.meta" "C:\out"
Info written to stdout:
Quote:
SmartLabs tsMuxeR. Version 1.10.6 http://www.smlabs.net
Decoding H264 stream (track 1): Profile: High@4.2 Resolution: 1920:1080p Frame rate: 50
H.264 stream does not contain fps field. Muxing fps=50
0.3% complete
Decoding AC3 stream (track 2): Bitrate: 256Kbps Sample Rate: 48KHz Channels: 2
Processed 720 video frames
100.0% complete
Demux complete.
Demuxing time: 0 sec
I want to write this information to a file.

I have tried the following:
Quote:
tsMuxeR.exe "C:\out\MUXOPT.meta" "C:\out" > "C:\out\info.txt"
but redirection doesn't work (and neither does demuxing in this case).
Ulf is offline   Reply With Quote