maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   Best practise for recording videotutorials? (https://talk.maemo.org/showthread.php?t=33897)

claesbas 2009-11-03 08:43

Best practise for recording videotutorials?
 
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?

Would it work to install a VNC-server on the n900 and then vnc to it?

Please post suggestions..

pH5 2009-11-03 09:27

Re: Best practise for recording videotutorials?
 
Using the following GStreamer pipe (taken from Istanbul) works in the SDK, with Xephyr running as display :2.0:
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
I guess on the device you'd want to use the DSP h264 encoder and mpeg4 muxer instead.

claesbas 2009-11-03 09:55

Re: Best practise for recording videotutorials?
 
Quote:

Originally Posted by pH5 (Post 364326)
Using the following GStreamer pipe (taken from Istanbul) works in the SDK, with Xephyr running as display :2.0:
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
I guess on the device you'd want to use the DSP h264 encoder and mpeg4 muxer instead.

You mean that would work on the device also ?

krisse 2009-11-03 10:46

Re: Best practise for recording videotutorials?
 
Quote:

Originally Posted by claesbas (Post 364305)
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?

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.

claesbas 2009-11-03 10:54

Re: Best practise for recording videotutorials?
 
Quote:

Originally Posted by krisse (Post 364374)
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.

Mm, I can see that problem. I can add something for that I suppose (abit of work) in post production as long as I remember where I pressed..

Looking forward in testing this..

qgil 2009-11-03 14:34

Re: Best practise for recording videotutorials?
 
Check http://maemo.org/downloads/product/Maemo5/load-applet/

It has currently a bug preventing proper video recording but hopefully it's fixed but the time the N900 is in the shops.

quipper8 2009-11-03 14:42

Re: Best practise for recording videotutorials?
 
could you use vnc and a PC based screen recorder?

dmj726 2009-11-03 22:19

Re: Best practise for recording videotutorials?
 
Actually, it would be neat to have an app that records the screen and also shows keypresses in the corner of the video and taps on the screen. I wish I had the time to make this, but it's a thought for a motivated party.

claesbas 2009-11-04 12:59

Re: Best practise for recording videotutorials?
 
Quote:

Originally Posted by quipper8 (Post 364526)
could you use vnc and a PC based screen recorder?

That was my first idea there too. I do not know if vnc server works on the N900 yet.


All times are GMT. The time now is 20:20.

vBulletin® Version 3.8.8