laravel-ffmpeg icon indicating copy to clipboard operation
laravel-ffmpeg copied to clipboard

Refactor from Process::run

Open foremtehan opened this issue 2 years ago • 0 comments

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();

foremtehan avatar Mar 06 '23 11:03 foremtehan