Yes - %PATH% settings was my first thought, also. Are you specifying a location for the exe in your code at all, or relying on Windows to find it?

Easy enough test - drop into a random directory (which does NOT hold the ffmpeg.exe) on both PCs, and try running the exe from that path - I suspect you'll find it'll run on one but not the other. If that's the case, the below link has some pretty pictures to go along with tis write-up on how to add/modify entries to your path... in the first instance, I'd follow it on both PCs to the point where you can see the PATH and compare the two, and modify where appropriate.

Note - as with modifying the registry, modifying the PATH settings CAN be detrimental (not as much as playing with the registry can be, but still worthy of caution) to the performance of your Windows install. A good pinch of caution is always advisable.

http://www.windows7hacker.com/index.php/2010/05/how-to-addedit-environment-variables-in-windows-7/

In reply to Re^2: Capture ffmpeg output by bobdabuilda
in thread Capture ffmpeg output by Kelly22

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.