phpvideotoolkit-v2
phpvideotoolkit-v2 copied to clipboard
PHP Video Toolkit version 2 helps take the voodoo out of ffmpeg and provides a convenient object oriented wrapper around the ffmpeg programme.
We use phpvideotoolkit in production and log warnings to ensure our code doesn't have any issues. We are receiving the following warning: ``` Got error 'PHP message: PHP Warning: "continue"...
My server does not support ffmpeg so looking for a alternative could you please guide me is that working without that? i just need for generative of video thumbs. if...
Migrates deprecations and backwards incompatible changes for PHP 7.1 through 7.4
Hello, i have this error for create a vidéo by glob with img. And i don't understand. Notice: Trying to access array offset on value of type null I use...
Seems this project has stalled as there have been no commits in 3 years. Is this now the new projects to go towards? https://github.com/PHP-FFMpeg/PHP-FFMpeg @ivany4 I see you pushed several...
I see many pull requests. Even I have submitted some. But there is no response from the author.
Your Project is amazing, but can you please ADD X265(HEVC) as a output format that we can download from remote server ?????
Use ffmpeg libx265 encoder for HEVC video. Note, `VideoFormat_Mp4` still inherits from `VideoFormat_H264` as before. You should use `VideoFormat_H265` directly for HEVC videos, as some settings may differ, compared to...
API for `VideoFormat_H264` to allow setting H.264 levels.