Install ffmpeg in xampp and windows 7 - ffmpeg

I am using xampp (1.7.7) and windows 7 (32bit) and PHP Version 5.3.8.
I do all steps copy php_ffmpeg.dll file in ext folder & Other files in system32 folder.
Add extenstion in php.ini file.
And restart the xampp.
But xampp not started. It shows error and then shut down.
Please Suggest me How to install ffmpeg on Xampp and windows 7.
Thanks & Regards
Sandeep Kawade

here is the solution. This happened to me with the versions you're using as well. So, I am posting this solution, although its late lol.
Download this package: http://x32.elijst.nl/ffmpeg6-php53-win32-vc9-all.zip
Extract it and you'll see 7 dll files.... Copy php_ffmpeg.dll in xampp/php/ext
and the other 6 dll files in your windows system32 folder.. Restart Apache!
Enjoy!

Related

Cannot install Aptana Studio on Windows 10: Failed to Correctly Aquire installer_git_windows.exe file: CRC Error

Whenever I run the standalone installer for Aptana Studio I get the following error:
Failed to Correctly Aquire installer_git_windows.exe file: CRC Error
I'm running Windows 10, I've looked online for hours and have found no solution.
I had this problem solved by installing the Git from http://go.appcelerator.com/installer_git_windows.exe.
I had the same error. I believe it still has something to do with the NodeJS.
I went to this site https://nodejs.org/en/download/ use the 32 bit version for Windows 10. Then installed an older version of Aptana https://aptana-studio.en.uptodown.com/windows/versions with the 3.4.2 and tada.. it worked. I don't mind the older version for now.
Rename the installer file to "aptana.exe"
Move that file to c drive
Open CMD in administrator mode Type "c:/aptana.exe /passive /norestart"
Press enter
After some process, a new exe file will be available on desktop which you can use.
It worked for me.
Simply download git from https://git-scm.com/download/win and install it manually before launching the Aptana installer and it will work.

Install multiple versions of XAMPP on a mac

I want to install multiple XAMPP versions.
In the answer from NivF007 to the question how-to-install-multiple-xampp-versions-or-multiple-php-versions-on-mac-os-x-10-7 it is said
Install each instance of XAMPP in it's own folder
But how can you do this? (Because you can't change the installation directory)
And when you rename the XAMPP folder after installing the manager doesn't work.
Use the portable versions, there you can chnage the path:
https://sourceforge.net/projects/xampp/files/

How do I install XAMPP to another directory on Windows 10?

I'm having the hardest time installing XAMPP on C:\Development\xampp on Windows 10. I would like my C drive to be as clean as possible so I'm moving as many dev tools to the Development folder as I can to achieve this. I get an error towards the end of the XAMPP installation about a problem running the post-install step. It then suggests I install Microsoft Visual C++ 2008 Redistributable, which I already have the 2012 version installed. Originally XAMPP was installed on C:\ with no problems.
How do I install XAMPP to the above directory or any directory other than C:\?
Edit:
I have tried installing XAMPP portable and now receive the following error
I'm no longer on Windows so I can't re-test, but as I recall, the easiest way I managed this was to use the portable version of xampp.
Make sure to run the shell setup script so that it recognizes it's location properly.
You can get it from Apache Friends
Or from PortableApps.com

Uninstall Xampp (Windows 7)

I have some problems to access phpMyAdmin (Access denied) so I think that my XAMPP was not installed correctly. I want to uninstall this programm but I don't know how. I don't find the uninstall file in my C:/xampp, I don't find the programm in CCleaner, and I don't find the programm in the uninstall panel of Windows. It seems that the programm doesn't exist but I can run it and access localhost. So I don't know what to do, please help !
According to Xamp documentation :
If you installed XAMPP using the installer version, please use the Uninstaller. The Uninstaller will delete all XAMPP entries from your registry and it will uninstall some installed services included with XAMPP. We highly recommend that you use the Uninstall program for removing XAMPP installations from the Installer version.Please backup all the data you want to keep before uninstalling XAMPP.
If you installed XAMPP using the ZIP and 7zip versions, shut down all XAMPP servers and exit all panels. If you installed any services, uninstall and shut them down too. Now simply delete the entire folder where XAMPP is installed. There are no registry entries and no environment variables to clean up.
Hope it helps! :)

ffmpeg extension isn't installing

I'm using wamp server v2.2 x64 and php version 5.3.13. I'm trying to install ffmpeg during two days. I fallowed this steps:
Download dll files for x64 (I'm using windows7 x64)
copied ffmpeg.dll to bin\php\php5.3.13\ext
copied rest of dll files to system32
enable ffmpeg extension from wamp server.
and I checked phpinfo() but it's not working.
by the way is there any way to take a frame from video for poster image ?
In order to get php_ffmpeg working you are going to have to find someone that has recompiled it with the VC9 compiler for 64bit and in a thread safe way.
You may find this difficult, I cannot find anything out there yet having just googled around for it.
You would find it easier if you un-install WAMP 64bit and install the WAMP 32bit. There is a php_ffmpeg.dll available in that environment
PS There is no issue with running 32bit WAMP on a 64bit OS.

Resources