Home > Back-end >  FFmpeg Laravel how can make ffmpeg -f concat -i mylist.txt -c copy Two_BeSureToWearFlowersInYourHair
FFmpeg Laravel how can make ffmpeg -f concat -i mylist.txt -c copy Two_BeSureToWearFlowersInYourHair

Time:03-20

how can make ffmpeg -f concat -i mylist.txt -c copy Two_BeSureToWearFlowersInYourHair.mp3 by Laravel FFmpeg

CodePudding user response:

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

  • Related