laravel-ffmpeg
laravel-ffmpeg copied to clipboard
This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files.
round delivers double. ant intval alone cuts the calculation. so both together :-)
im trying to protect my videos using the dynamic Playlist. and the route that i have for it, works fine. upon manually entering the route in the browser, the playlist,...
Hi, please help me  and my code is 
Hello, I need to add -filter-complex "tpad=stop_mode=clone". I looked through the documentation but could not find any solution to this. If I use the addFilter it returns error "Unrecognized option...
- Also corrected Facade method signature (PHPstan complains for default array param) - closes https://github.com/protonemedia/laravel-ffmpeg/issues/378
Hi, First of all many thanks for this package! It's awesome! You have a slight `TypeError` bug in getting video duration function: ``` ProtoneMedia\LaravelFFMpeg\Drivers\PHPFFMpeg::getDurationInMiliseconds(): Return value must be of type...
first of all thanks you for this project,i'm tring to convert a video into m3u8 file with multiple file,but i got this error with multiple large files only, the small...
Hello sir. This library work great for export video to exportForHLS , but not mp3 I wrote ```php $lowBitrate = (new \FFMpeg\Format\Audio\Aac)->setAudioKiloBitrate(64); $midBitrate = (new \FFMpeg\Format\Audio\Aac)->setAudioKiloBitrate(128); $highBitrate = (new \FFMpeg\Format\Audio\Aac)->setAudioKiloBitrate(265);...
Hello All, Can any one guide me how to extract all subtitles from video and save in vvt also guid with audio as well?
Hey Pascal. In the project I'm working on, I need to generate the HLS with the same characteristics as the original file. I tried to use use `ProtoneMedia\LaravelFFMpeg\FFMpeg\CopyFormat` in some...