![]() |
2009-11-03
, 09:27
|
|
Posts: 138 |
Thanked: 375 times |
Joined on Aug 2009
@ Berlin
|
#2
|
gst-launch-0.10 ximagesrc name=videosource display-name=:2.0 screen-num=0 startx=0 starty=0 endx=799 endy=479 use-damage=false show-pointer=false ! video/x-raw-rgb,framerate=24/1 ! videorate ! ffmpegcolorspace ! videoscale method=1 ! video/x-raw-yuv,width=800,height=480,framerate=24/1 ! theoraenc ! oggmux name=mux ! filesink location=test.ogg
The Following User Says Thank You to pH5 For This Useful Post: | ||
![]() |
2009-11-03
, 09:55
|
|
Posts: 290 |
Thanked: 472 times |
Joined on Dec 2007
@ Gothenburg, Sweden
|
#3
|
Using the following GStreamer pipe (taken from Istanbul) works in the SDK, with Xephyr running as display :2.0:
I guess on the device you'd want to use the DSP h264 encoder and mpeg4 muxer instead.Code:gst-launch-0.10 ximagesrc name=videosource display-name=:2.0 screen-num=0 startx=0 starty=0 endx=799 endy=479 use-damage=false show-pointer=false ! video/x-raw-rgb,framerate=24/1 ! videorate ! ffmpegcolorspace ! videoscale method=1 ! video/x-raw-yuv,width=800,height=480,framerate=24/1 ! theoraenc ! oggmux name=mux ! filesink location=test.ogg
![]() |
2009-11-03
, 10:46
|
|
Posts: 1,540 |
Thanked: 1,045 times |
Joined on Feb 2007
|
#4
|
Im not quite sure what forum to post this in.. please move to appropriate..
I am planning to do some video tutorials and app reviews on the N900 (and N8x0).. Is there a way to record the screen without just filming the device?
![]() |
2009-11-03
, 10:54
|
|
Posts: 290 |
Thanked: 472 times |
Joined on Dec 2007
@ Gothenburg, Sweden
|
#5
|
The snag you may run into on certain apps is that there are sometimes no on-screen cues to indicate where you've selected something.
So for example if you need to tap an icon but the icon doesn't change when you tap it, a direct video won't show how the action was taken.
The Following User Says Thank You to claesbas For This Useful Post: | ||
![]() |
2009-11-03
, 14:34
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#6
|
The Following User Says Thank You to qgil For This Useful Post: | ||
![]() |
2009-11-03
, 14:42
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#7
|
![]() |
2009-11-03
, 22:19
|
Posts: 148 |
Thanked: 92 times |
Joined on Oct 2009
|
#8
|
![]() |
2009-11-04
, 12:59
|
|
Posts: 290 |
Thanked: 472 times |
Joined on Dec 2007
@ Gothenburg, Sweden
|
#9
|
![]() |
Tags |
record screen video |
Thread Tools | |
|
I am planning to do some video tutorials and app reviews on the N900 (and N8x0).. Is there a way to record the screen without just filming the device?
Would it work to install a VNC-server on the n900 and then vnc to it?
Please post suggestions..