I need your help. Currently I use Mac OS X 10.9.4 and xampp apache 1.8.3-3. I need to use ffmpeg (version 3.2) to convert video files via php exec() but I canno
exec()
problem is linked to DYLD_LIBRARY_PATH being set to xampp libraries folder
try unsetting this before exec any one of these before exec will work
exec('unset DYLD_LIBRARY_PATH ;'); putenv('DYLD_LIBRARY_PATH'); putenv('DYLD_LIBRARY_PATH=/usr/bin');