On Jan 19, 2008 11:13 AM, Jochem Maas <jochem@xxxxxxxxxxxxx> wrote: > Apple7777 schreef: > > Still can't fix it. I've checked everything like 20-30 times, I feel > like crazy. > > Everything should work fine, but it doesn't. :( > > > > If anyone have an idea about what it can be, please let me know. > > what's you exact code? how [exactly] do you run the code? i just posted my exact code and the url used to invoke it. to change it to work from the cli; ive changed $_GET['sourceFile'] to $argv[1], and $_GET['destFile'] to $argv[2]. then i can run it as follows php mEncode.php WindowsMedia.wmv WindowsMedia.avi and it works on my box. -nathan