nope use video editing software
Well thanks bud.You can edit the source to do so. The source code can be found here.
I know I'm not able to do it, at least for now. But I really wanted to just capture the top screen.if youre not a programmer, then how are you going to edit the source code to capture one screen? Why won't you use a video editor?
Just tested it, the avi had both screens, but it shouldn't be hard to add the feature to do so. instead of 384 for the height in the aviout.cpp, just have them variables. if lcd vertical layout is selected, then those variables are 384, if one lcd is selected, then the variables are 192. To get a little more complete, have a variable for the vertical beginning as well, from the line...I haven't tested but on 0.9.5 you can use only one screen if you want and the "Record AVI" should record only that screen.
for(int y=0;y<384;y++)
for(int y=a;y<b;y++)