This video explains how to record your Unix desktop with a tool called vnc2flv. It is also a demonstration of the tool itself. Download vnc2flv: www.unixuser.org
-
Recent Posts
Domain Resources
- Acer Laptop
- Bluetooth stereo headphones
- Domain Name Defined
- Domain Name Registrar
- Domain Name System
- Edit Images Online
- Hostname
- iphone hub
- Laptop Batteries
- Learn How to Convert dvd to AVI
- Most Expensive Domain Sold
- portable air conditioning units
- Subwoofer enclosures
- Uniform Resource Locator
- Verified Domain
- Web Hosting Service
- Web Site
@thriftybob If you’re using Unix, you could use Xephyr or XNest to make a small window that acts like a whole X11 server. Attach x11vnc to the “fake” X11 server instead of your real one, and run your program fullscreen inside the “fake” X11 server.
@yusukeshinyama is that script included in the download or i’d have to write it manually?
Can it record a section of the screen? I can make the window I want to record full screen, but almost 1/2 is black space around the window I need to record.
yusukeshinyama
Thanks for the follow up. I’m going to learn this
Sound capturing itself is done by a separate program (arecord in this case). But there’s a script that automatically combines the video and sound and produces the final output, which is this.
does the sound capture too ??
Thanks a lot, that was very useful !