Categories

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

การใช้ FLVTool2

ที่มา: http://osflash.org/flvtool2-usageexamples

การติดตั้ง ffmpeg บน ubuntu

sudo apt-get build-dep ffmpeg

ffmpeg + mplayer + mencoder + flvtool2

1. Install FFmpeg http://ffmpeg.sourceforge.net/

# svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpegsvn checkout # cd ffmpeg # ./configure –enable-gpl –enable-mp3lame –enable-shared –prefix=/usr # make # make install

2. install mplayer + mencoder http://www.mplayerhq.hu/design7/dload.html

หรือ #svn://svn.mplayerhq.hu/mplayer/trunk mplayer # tar -xfz MPlayer-1.0rc1.tar.bz2 #cd MPlayer-1.0rc1 # ./configure # make # [...]

How to convert/encode files to FLV using FFMPEG & PHP

So, as I’ve written in an earlier article on how to install FFMPEG on your server, while there are those who probably use a “YouTube Clone” script, there might be those who want to create their own using FFMPEG & PHP. FLV is the most widely used type of codec that runs on most Flash [...]