This shows you the differences between the selected revision and the current version of the page.
| wiki:ffmpeg | wiki:ffmpeg 20.10.2008 10:12 current | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== ffmpeg ====== | ||
| + | ===== X11 grabbing ===== | ||
| + | |||
| + | For a screen with a resolution of 1440x900. This creates an mpeg4 video. | ||
| + | <code> | ||
| + | $ ffmpeg -f x11grab -s 1440x900 -r 25 -i :0.0 -vcodec mpeg4 -s 720x450 -aspect 16:9 x11out.avi | ||
| + | </code> | ||