Page Actions
Wiki Actions
User Actions
Submit This Story

ffmpeg捕捉桌面视频

Linux下面抓图很方便,记录桌面视频其实也很方便:

ffmpeg -f x11grab -s wxga -r 25 -i :0.0 -sameq ~/captured.mpg

hmm…捕捉摄像头的视频也很方便:

ffmpeg -an -f video4linux -s 320x240 -b 800k -r 15 -t 00:1:00 -i /dev/v4l/video0 -vcodec mpeg4 myvideo.avi

不带-t参数的话就是传统的按'q'退出

OMG ffmpeg总能给人带来惊喜!

Discussion

Enter your comment
 
 
blog/2009/10/ffmpeg捕捉桌面视频.txt · Last modified: 2009/10/01 00:00 (external edit)     Back to top
Recent changes RSS feed Creative Commons License Powered by PHP Driven by DokuWiki