Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confused! #2

Closed
ghost opened this issue Jan 5, 2011 · 2 comments
Closed

Confused! #2

ghost opened this issue Jan 5, 2011 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 5, 2011

Sorry, this is more of a support issue than a code issue, but hey, you might as well ask...

I'm kind of confused about how to use this class, especially the adapter? Does this adapter allow me to carry out functions of ffmpeg-php without using the actual module, and if so, what's the syntax?

@char0n
Copy link
Owner

char0n commented Jan 5, 2011

Hello,

This FFmpeg-php is pure PHP port of ffmpeg-php module written in C. For compatibility reasons with older or legacy code I decided to make an adapter classes ffmpeg_movie, ffmpeg_frame and ffmpeg_animated_git. These adapters are build on top of my PHP port. They have almost exactly the same API as original ffmpeg-php written in C - see this (http://ffmpeg-php.sourceforge.net/doc/api/).

Difference between original php module and this package is that this package doesn't need any compiling and instalation, you just download it and use it as pure php classes. If you are already using ffmpeg-php as php module and you want to switch to this pure php package, then adapters is what you want..You just switch it and you don't need to rewrite a line of code in you original project that used ffmpeg-php as php module.

Hope it's more clear now, if you have still questions don't hasitate to ask

@ghost
Copy link
Author

ghost commented Jan 5, 2011

Thanks for your help. Managed to work out why I wasn't getting anywhere!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant