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.
Setup is the same as with issue #39, but this time with V2.1.5: ``` $video = new PHPVideoToolkit\Video($tmpName); $output_format = new PHPVideoToolkit\VideoFormat_Mp4(); $video->save($name.".mp4", $output_format); ``` So, is this a bug...
It seems that there are a few messages about -qscale/-profile/-b etc being ambiguous and use separate audio/video versions? Should the library be updated to correct these issues?
Help me guys with this: I test video 640x480. Its normal video, without rotation. Extracted frame looks like:  Then I rotate video and then extract same frame:  There...