Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
Related Posts
FFMPEG - Convert video files to FLV using FFMPEG command and Downloads ffmpeg.exe file
What is FFMPEG ?FFMPEG is a used to convert audion, video and images from one formats to another one and also supports grabbing and encoding in real time from a TV card. FFMPEG is a gross platform and FFMPEG is developed under Linux.
Note: Here you can download the ffmpeg.exe for windows
Convert FLV vidoe to jpg image
The following command to you can convert FLV vidoe to jpg image.
ffmpeg -i video.flv -an -r 1 -y -s 120x120 video.jpg
Convert AVI video format to FLV
The following command to you can convert AVI video format to FLV.
ffmpeg -i video.avi -ar 22050 -ab 32 -f flv -s 220x120 video.flv
Convert particular frame to jpg
The following command to you can Convert particular frame to jpg image
ffmpeg -i video.flv -an -ss 00:00:03 -t 00:00:01 -r 1 -y -s 120x120 video.jpg
PHP example:
exec("c\sekar\ffmpeg.exe -i s.mov -ar 22050 -ab 32 -f flv -s 320×240 video.flv");
5114
Nov 13 08 12:21:31
Sekar
|
Rating :
![]() ![]() ![]() ![]() ![]() | Tags :- PHP |
|
|||||||||||||||||||||||||
Digg
Yahoo
delicious
