tony2001 / ffmpeg-php

PHP extension for video editing, wrapping ffmpeg
GNU General Public License v2.0
84 stars 62 forks source link

fixing toGDImage() function #3

Closed complexero closed 11 years ago

complexero commented 11 years ago

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

tony2001 commented 11 years ago

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

tony2001 commented 11 years ago

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