Re: ffmpeg-php on windoze? WTF?
On 2 Feb., 14:39, Henri <he...@dontevenbother.fr> wrote:
> ok, I'm getting upset over this one.
> I need the ffmpeg-php extension on a wamp configuration.
> Compiling ffmpeg and shared dll's was ok under ming-msys and I can invoke
> it from the dos cli, but there apparently is no freaking way to get it to
> produce any php extension, no compile directive, anything!
> I googled it over and over and got nothing, followed tons of links
> leading to useless and/or misleading pages and articles and how-to's,
> downloaded sources from sourceforge only to discover that those would
> only do on linux (which is ok, I have a linux boot as well, but still I
> want to be able to make it work also on windows), the works... what, is
> that just not possible? If ffmpeg-php support is just not gonna happen
> with windows, there should be a link at the top of any search results
> saying "ffmpeg-php on windows? Just forget it!"
>
> This looks like a rant, well it is, but it's also a desperate call for
> HELP!
>
> Thanks
Hi!
i think it's possible to compile ffmpeg-php on windows. I'm on the
last steps -
so i assume that it must be possible.
I have a VC++ 2008 Project here with a precompiled libavcodec.lib,
livavformat.lib
with php5ts.lib + php5ts.exp - and now i stuck at linking.
The following error happens while linking.
ffmpeg_movie.obj : error LNK2019 unresolved external symbol
"_executor_globals_id" in function "_zif_ffmpeg_movie"
Maybe this helps you - i can send you the project files and some
informations -
and maybe someone can help me getting rid of this error.
Thanks for your help
JdM
|