The easy way to install php-ffmpeg. The following works for CentOS 5 and CentOS 6. Install ffmpeg and ffmpeg-devel# yum remove libvpx libogg libvorbis libtheora libx264 x264 ffmpeg# rpm –import http://packages.atrpms.net/RPM-GPG-KEY.atrpms# vim /etc/yum.repos.d/atrpms.repo [atrpms]name=Fedora Core $releasever – $basearch – ATrpmsbaseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stablegpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpmsgpgcheck=1enabled=0 …

Install php-ffmpeg on CentOS Read more »

If you upgraded jQuery and found error in console log:Uncaught TypeError: Object function (e,n){return new x.fn.init(e,n,t)} has no method ‘curCSS’This because curCSS function since jQuery 1.8 has been removed.http://blog.jquery.com/2012/08/09/jquery-1-8-released/The solution is simple Just add the following code in your javascript …

Error jQuery has no method ‘curCSS’ Read more »