<br>I need to package the ffmpeg's .dll into another application and call it directly.<br><br>From the command line, the command need to provide would be:<br><br><b><i>ffmpeg -i test.avi -f image2 foo-%03d.jpeg</i></b><br>
<br><br>But I'm not sure which .dll file I need to include, nor which top-level function I should be calling.<br><br><br>Thanks in advance!<br><br><br>Craig<br>