OK, I was reading the wiki, FFmpeg and it says that FFmpeg is already installed on dreamhost. Is that true?
if so, I would like to know why this doesn’t work… any one know?
[quote]<?php
$loca = ‘…/…/tzfiles.com/users/ryan/file.mpg’;
$new = ‘…/…/tzfiles.com/users/ryan/file.flv’;
if(exec("/home/ryannaddy/bin/ffmpeg -i $loca -ar 22050 -ab 32 -f flv -s 320x240 $new"))
echo ‘SUCCESS!!!’;
else
echo ‘FAILED :(’;
?>[/quote]
the output says FAILED