File: |
src/Frame.php |
Role: |
Class source |
Content type: |
text/plain |
Description: |
Class source |
Class: |
FFmpeg PHP
Manipulate video files using the ffmpeg program |
Author: |
By Vladimir Gorej |
Last change: |
fix: handle new serialization mechanism in backward compatible way (#65)
Refs #63
fix(Frame): avoid using disabled imagegd2 function (#62)
Refs #61
fix(PHP-8.0): check for GdImage instance in PHP 8.0 (#46)
PHP8.0 changed GdImage to no longer be a resource but instead be an instance of GdImage.
This updates the Frame constructor to be compliant with this change. (While also still be compatible with earlier versions)
https://php.watch/versions/8.0/gdimage
Co-authored-by: Graeme Brett <[email protected]>
Closes #45
build: add clean script
docs: finalize phpdocs for Frame and Movie class
chore: add codesniffing tasks to validate PSR standards
First cleanup and attempt at PSR-4
|
Date: |
13 days ago |
Size: |
5,823 bytes |
|
|
|