Hello, I have already installed ffmpeg and is working fine, but I can't install ffmpeg-php It always gives me an error when I try to use the make command. Can anyone help? Thanks.
It gave me error such as make: *** [ffmpeg_frame.lo] Error 1 I tried post from many forums but was of no help . . .
ffmpeg-php creates a file called ffmpeg_frame.loT during the compilation which is why you receive the error make: *** [ffmpeg_frame.lo] Error 1 The solution is to goto the ffmpeg-php directory and rename ffmpeg_frame.loT to ffmpeg_frame.lo AND compile ffmpeg-php again.
Yup done that earlier, but no use . . . still the same error. This is the result I got in my first google search, so I have done it already. Anyways, thanks for your concern.