in reply to Using IPC::Run to kill stuck process
Are you sure it doesn't work? And that it matches the command line that does work?my @cmd = ('/usr/bin/ffmpeg', '-y', '-i', 'long_input.mov','long_outpu +t.wav');
Update: And taking a step back, does system(@cmd) work?
Update2: Does long_output.wav exist at the time of execution? Is it possibly created within the script and you didn't close a filehandle yet?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using IPC::Run to kill stuck process
by filmotheklown (Initiate) on Dec 14, 2013 at 20:52 UTC |