Posts filed under 'FFmpeg'

ffmpeg

bellow is the link for ffmpeg doc
ffmpeg is used in conversion of several file formats from one to another
you can just check the bellow for more information
http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html

this command will convert mpg to picture files...
ffmpeg -r 1 -i gentleman.mpg -r 1 -s 80x80 out%d.gif
the bellow command will capture the video and audio from devices to mpg files
 ffmpeg -f audio_device -i /dev/dsp -f video4linux2 -i /dev/video0 /tmp/out.mpg

Add comment February 16, 2007


Calendar

November 2009
M T W T F S S
« May    
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Posts by Month

Posts by Category