FFmpeg
Posted by: The
Posted on: 2007-11-28 13:09:00
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?
In reply to:<?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 :(';
?>
the output says FAILED :(