Commit 919c1d76 authored by benoit's avatar benoit

updates the x11grab doc example, adding -s cif, as it is mandatory



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8804 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 57dfae6e
......@@ -44,14 +44,14 @@ standard mixer.
FFmpeg can grab the X11 display.
@example
ffmpeg -f x11grab -i :0.0 /tmp/out.mpg
ffmpeg -f x11grab -s cif -i :0.0 /tmp/out.mpg
@end example
0.0 is display.screen number of your X11 server, same as
the DISPLAY environment variable.
@example
ffmpeg -f x11grab -i :0.0+10,20 /tmp/out.mpg
ffmpeg -f x11grab -s cif -i :0.0+10,20 /tmp/out.mpg
@end example
0.0 is display.screen number of your X11 server, same as the DISPLAY environment
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment