how can make ffmpeg -f concat -i mylist.txt -c copy Two_BeSureToWearFlowersInYourHair.mp3 by Laravel FFmpeg
Advertisement
Answer
Take a look at exec
and shell_exec
functions and backtick operator in php. There are also a couple of ffmpeg libraries for php including PHP-FFMpeg and ffmpeg-php