laravel-ffmpeg
laravel-ffmpeg copied to clipboard
Refactor from Process::run
Hey man thanks for your amazing library
I wonder how can i reformat this command to this lib ?
$command = [
'ffmpeg',
'-i',
$file,
'-c:a',
'libmp3lame',
'-q:a',
'0',
$output
];
Process::run($command)->throw();