Help for this page
use warnings; use strict; ... my @cmd = ('/usr/bin/ffmpeg', '-y', '-i', 'long_input.mov', 'long_outp +ut.wav'); run \@cmd, timeout(3);
use warnings; use strict; ... my @cmd = qw(ls /tmp); run \@cmd, timeout(3);