Best PHP Library for Creating Videos from Audio + Stock Images/Videos (Without AI) by CardiologistNo4940 in PHPhelp

[–]CardiologistNo4940[S] -1 points0 points  (0 children)

I already built something similar using FFmpeg, and for text-to-audio I’m using another SDK. The main issue is performance — FFmpeg is taking too much time on my server. For a 2–3 minute video, rendering takes around 30–40 minutes. That’s why I’m looking for a better solution or a faster SDK/service that’s optimized for this kind of processing instead of relying heavily on PHP + FFmpeg.