Hi,
Maybe you can try [pix_snap2tex]...
For your information, even if it's not the answer to your question about [pix_record], to record my GEM screen, I use ffmpeg (on Ubuntu) :
For example: ffmpeg -f x11grab -r 30 -s 400x300 -i :0.0+1,52 -vcodec mjpeg YourFile.avi
Cheers...
01ivier
Le 02.06.2012 12:39, Mirko Maier a écrit :
hi list,
i would like to record (with "pix_record") a split screen combination of several videos. the problem: to gather several videos on one screen, I have to make all of them smaller (with "rectangle"), so i have multiple rectangles. but with "pix_record", you can only record one single rectangle. is there a solution..? thanks for help.
best mirko