How to capture command line parameters for new processes?

7

I'm trying to capture the video conversion parameters passed onto the codecs in MediaCoder to learn how codecs pass streams onto other codecs. Is there a program that captures the command-line parameters/arguments of newly created processes, either system-wide or processes spawned under one process?

chaz

Posted 2012-12-24T20:28:01.733

Reputation: 323

Question was closed 2015-03-03T18:16:34.907

Answers

9

Process Explorer can show you command line params of current processes.

Process Monitor can log all activities, including process creations. To see just them, add a filter "Operation is Process Create".

Jonathan

Posted 2012-12-24T20:28:01.733

Reputation: 2 294