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

This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files.

Results 118 laravel-ffmpeg issues
Sort by recently updated
recently updated
newest added

encrypt each HLS segment using AES-128 encryption works well for me, my problem is that the encrypted video can be downloaded and played on the system. This work can be...

Conversion to HLS fails when processing video uploaded from an iOS device's camera. These videos include an audio track in APAC format, which [seems to be a proprietary Apple spatial...

This PR refactors and improves the internal code quality of the following classes in the ProtoneMedia\LaravelFFMpeg package: Disk.php MediaExporter.php HLSExporter.php MediaOpener.php ✅ Improvements Made ✅ Replaced PHP-reserved method clone() with...

…eo conversion * feat: Add hardware acceleration and x265 codec options This commit introduces several new features: - Added `withHardwareAcceleration` method to `MediaExporter` and `HLSExporter` to enable hardware acceleration using...

Hi, is there a solution to delete a converted m38u playlist with all related section- and key files?

In my controller I have: ```php use ProtoneMedia\LaravelFFMpeg\Support\FFMpeg; ..bunch other code FFMpeg::fromDisk('local') ->open($thumbnail->file) ->getFrameFromSeconds(1) ->export() ->toDisk('local') ->save(md5($thumbnail -> video).'.png'); ..continue here ``` On PHP8.3 it works fine how ever on...

i have an environment when i don't know exactly where the files will be used but i know their absolute file path is it possible to open arbitrary file path...

Hi, Is it possible to add a one time token (when load or page refresh) to key file so that it cannot be downloaded by the user watching the video?...