Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Compression Techniques ffmpeg cmd.exe iis7 windows 7 pro

  • ffmpeg cmd.exe iis7 windows 7 pro

    Posted by James Hickey on December 4, 2012 at 6:15 am

    Pertanent info:
    Windows 7 Pro SP/1 – IIS 7 – PHP5 Mysql fastcgi enabled in iis.

    Here is the code.

    $cmd = "ffmpeg -i test.mp4 test.webm";
    if (popen("start /B ". $cmd, "r")) {
    echo "conversion is working";
    } else {
    die("sorry conversion not working");
    }

    I have iis 7 running and i have php configured and i am pretty sure that this is a permission issue. but what i have no clue. I am not finding logs anywhere.

    I get no response or error from iis or php in this script. If i open the command line and run the above $cmd from within the test.mp4 containing folder, it works just fine.

    Also for the record the script doesn’t make it to the die() either and cmd.exe *32 is hung up in the processes so it looks like it is trying to run but dying.
    Please help. 🙁

    James Hickey replied 13 years, 9 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy