Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] using ffmpeg for screen cast
Date: Sun, 26 Jun 2011 18:15:12
Message-Id: 1309111781.3967.0.camel@localhost.localdomain
In Reply to: [gentoo-user] [OT] using ffmpeg for screen cast by Mick
1 On Sunday, June 26 at 18:28 (+0100), Mick said:
2
3 > Hi All,
4 >
5 > I was trying to record my desktop using:
6 >
7 > ffmpeg -f x11grab -s xga -r 25 -i :0.0 -aspect 4:3 /tmp/out.mpg
8 >
9 > but the result is rather blurred as you can see in the attached screenshot,
10 > when I play it with mplayer.
11 >
12 > Is there some other option (codec) I should add to improve the quality of the
13 > captured image?
14
15 Try passing "-sameq"
16
17 -a

Replies

Subject Author
Re: [gentoo-user] [OT] using ffmpeg for screen cast Mick <michaelkintzios@×××××.com>