Page 1 of 1

QT-recordmydesktop

PostPosted: May 24th, '11, 02:40
by almusalimalmusalimah
hello everyone

there is a bug at that program (( as i suppose ))

always when i try to record my videos i got a broken one

i mean i can read it but the videos will how can i say

will may be this video help me to explain the promlem here

http://www.youtube.com/watch?v=Ea5WqG2GXu4

Re: QT-recordmydesktop

PostPosted: May 24th, '11, 12:13
by dglent
i dont have any problem with recordmydesctop

maybe a card issue (low memory)? desktop effects ?

Re: QT-recordmydesktop

PostPosted: May 24th, '11, 12:30
by wobo
I know these problems from previous experiments with qt-recordmydesktop. Low memory could be a reason I could not test but in my case the problems were always caused by activated desktop effects. I de-activated them, problems were gone. Seen with various graphic cards (Nvidia, Intel).

Re: QT-recordmydesktop

PostPosted: May 24th, '11, 12:55
by almusalimalmusalimah
wobo wrote: I could not test but in my case the problems were always caused by activated desktop effects. I de-activated them, problems were gone.


you are right :)

the problem vanished

after disable those effects

=======================

thanks to all of you

Re: QT-recordmydesktop

PostPosted: May 24th, '11, 12:58
by m123456
Hi,
You can try:
Code: Select all
ffmpeg -an -s 1152x864 -r 25 -f x11grab -i :0.0 -vcodec mpeg4 -sameq -y output.avi
1152x864- it's Your settings.
http://www.youtube.com/watch?v=KNec8jMWQxE
Cheers!

Re: QT-recordmydesktop

PostPosted: May 24th, '11, 13:10
by almusalimalmusalimah
m123456 wrote:Hi,
You can try:
Code: Select all
ffmpeg -an -s 1152x864 -r 25 -f x11grab -i :0.0 -vcodec mpeg4 -sameq -y output.avi
1152x864- it's Your settings.
http://www.youtube.com/watch?v=KNec8jMWQxE
Cheers!


i'm not an expert one at command line

but can you explain to me what does that command do if i put it at terminal

Re: QT-recordmydesktop

PostPosted: May 24th, '11, 17:59
by m123456
almusalimalmusalimah wrote:....
but can you explain to me what does that command do if i put it at terminal

http://www.elpauer.org/?p=261 :)

Re: QT-recordmydesktop

PostPosted: May 24th, '11, 18:54
by almusalimalmusalimah
wow...wow....wow... man

this is a way better than that lazy recordmydesktop

it can record without any problem even when the kwin was activated

======================

there is a big Q here i hope i will get yes for its answer's and this Q is not just for you MR.m123456

it is for all the people who can do it , specially developers here

can any one build a GUI for this thing!!!!!!

======================

oh .... i forgot to say thanks MR.m123456 for your help i appreciate it

Re: QT-recordmydesktop

PostPosted: May 24th, '11, 20:01
by wobo
Well, my impression on this is:
ffmpeg is a great tool. But it has so many options, parameters, functions, that it is next to impossible to create a GUI which would cover all these possibilities without being overloaded and too complex to use (or even harder to learn than the command line tool itself). Some features of ffmpeg are used in different GUIs, though, at least that's what I've read..

Re: QT-recordmydesktop

PostPosted: May 24th, '11, 20:18
by almusalimalmusalimah
thanks MR.wobo

but this GUI shouldn't be full of features at the first time

as like my native language speakers say (( eating the grape should be one after another ))

so as we start to build GUI we well do just one thing which is recording

and after that we will start to expand it with an other feature and so on

after that the program should become with full of ffmpeg features

so how about it

Re: QT-recordmydesktop

PostPosted: May 25th, '11, 00:20
by ahmad
m123456 wrote:Hi,
You can try:
Code: Select all
ffmpeg -an -s 1152x864 -r 25 -f x11grab -i :0.0 -vcodec mpeg4 -sameq -y output.avi
1152x864- it's Your settings.

This is brilliant! thanks for the tip.

Re: QT-recordmydesktop

PostPosted: May 25th, '11, 07:10
by m123456
Yes, ffmpeg is a useful tool...
I'm glad I could help.

Regards.