in reply to Why can't a run a system command?
try:system("ffmpeg -blah blah blah");
It could be something as simple as not being in the right path.$output=`ffmpeg -blah blah blah`; print $output
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Why can't a run a system command?
by markh (Scribe) on Oct 17, 2006 at 19:34 UTC | |
by blazar (Canon) on Oct 18, 2006 at 10:11 UTC | |
|
Re^2: Why can't a run a system command?
by chromatic (Archbishop) on Oct 17, 2006 at 19:55 UTC | |
by bart (Canon) on Oct 17, 2006 at 21:51 UTC |