protonemedia / laravel-ffmpeg

This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files.
https://protone.media/en/blog/how-to-use-ffmpeg-in-your-laravel-projects
MIT License
1.63k stars 194 forks source link

How to compress mp4 video file into 3 formats #433

Closed MohamedAbdel-wahed closed 2 years ago

MohamedAbdel-wahed commented 2 years ago

If i have an mp4 video file

I want to get 3 qualities from it But still mp4 not m3u8

example.mp4 👇 example144.mp4 example480.mp4 example720.mp4

Can i do this using laravel ffmpeg?