View Single Post
Old 23rd April 2012, 15:35   #4164  |  Link
idbirch2
Registered User
 
Join Date: Oct 2002
Location: UK
Posts: 680
If you're writing a script and trying to capture TSMuxer output, you could also attach to the STDOUT stream of cmd.exe to read the current output. I wrote an AutoIt script a while ago to remux MKV into TS which does just that which may serve as a good example: http://pastebin.com/EM6Y3q54. Lines 424 - 443 show the method of launching a TSMuxer command and monitoring the output.

Last edited by idbirch2; 23rd April 2012 at 15:37.
idbirch2 is offline   Reply With Quote