tony2001 / ffmpeg-php

PHP extension for video editing, wrapping ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fixing toGDImage() function

complexero opened this issue · comments

Thanks for publishing this, was able to get this working with the latest ffmpeg 1.1.3 with one exception, the toGDImage() function was not returning a GD resource for me.

I had to use the following patch to get it working, might want to include it in your branch:
https://groups.google.com/d/msg/ffmpeg-php/CoSSSc1fP8U/_-eWIleSmAEJ

Which one of the two? Or do you mean both?
Is there any quick way to test it?

Patch committed.
Btw, you might want to try the latest master, I've rewritten some really ugly code there.