Derek French

I write things down in hopes of not forgetting...

local_offer Tag: FFmpeg

Run a command line program from a C Sharp app

I wanted a C Sharp app as a front end to the FFmpeg command-line app for converting MKV videos. This is how I ran FFmpeg silently and parsed the output.

Read post