ตัวอย่าง ffmpeg commands I'am Webmaster 3/30/2015 Add Comment Edit Getting infos from a video file ffmpeg -i video.avi Turn X images to a video sequence ffmpeg -f image2 -i image%d.jpg video.mpg This ... Read More
Annoying "perl: warning: Setting locale failed" I'am Webmaster 3/29/2015 Add Comment Edit 1. Edit your user bash_profile vi .bash_profile 2. Insert the following: export LANGUAGE=en_US.UTF-8 export LANG=en_US.UTF-8 export ... Read More
Install Lampp on Centos และการปิด service httds เพื่อ start lampp I'am Webmaster 3/29/2015 Add Comment Edit https://www.apachefriends.org/ # cd /opt/ Download ไฟล์ # wget https://www.apachefriends.org/xampp-files/5.5.19/xampp-linux-x64-5.5.19-... Read More
Youtube Responsive : Youtube Embed Responsive I'am Webmaster 3/26/2015 Add Comment Edit <style> .embed-responsive { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-respo... Read More
วิธีติดตั้ง ffmpeg + ffmpeg-php บน Centos 6 I'am Webmaster 3/25/2015 Add Comment Edit ffmpeg คืออะไร ? ffmpeg คือซอฟแวร์ที่มีความสามารถในการแปลงมัลติมีเดียให้อยู่ในฟอร์เมตต่างๆ เช่น flv, avi, mpeg เป็นต้น PHP_FFMPEG คือ... Read More