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.62k stars 193 forks source link

Getting Multi Bitrate MP4 on output #508

Open kotso opened 10 months ago

kotso commented 10 months ago

Hello,

I'm trying to implement process that would give me multi bit-rate mp4 file on output. (each stream should have different resolution also)

I could create each resolution/bit-rate version first and merge that works fine, but I think doing it under single trans-coding process will be more correct but struggling with filters and maps.

If anyone has sample, could you please share it?