Capture gaming videos with GLC


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Capture gaming videos with GLC
# 1  
Old 08-12-2008
Capture gaming videos with GLC

08-12-2008 11:00 AM
Like any true gaming fan, I like to share my gaming moments of glory -- that multifrag shot, and that super smooth drift around the S-bend. But most free and open source games don't record gameplay videos. Even those that do don't always make it easy to export videos out of the game. GLC is an audio/video capture tool that can capture videos in a variety of ways, and also encode them so that you can host them on your blog or upload them to video-sharing Web sites.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

New-gen gaming consoles

I've been thinking of buying a gaming console. I've narrowed down to two options and of course they are Sony PS3 and XBOX 360. Both have equally good reviews. Most games are released for both PS3 as well as XBOX. I did search the forums for a similar thread and found this. The highest number of... (8 Replies)
Discussion started by: balajesuri
8 Replies

2. SuSE

my 1st linux gaming box

the suse installation went well yesterday, i'm a speed freak and I'm trying to compile the best uber tweak settings i can get on this OS. will there be better performance gain if i use this setup? /boot is on primary IDE harddrive ... lets say i'll alot 2GB of space on this one swap is on... (0 Replies)
Discussion started by: 3rr0r_3rr0r
0 Replies
Login or Register to Ask a Question
bsnes(6)							   Games Manual 							  bsnes(6)

NAME
bsnes - Accurate SNES/Super Famicom emulator SYNOPSIS
bsnes <ROM location> OPTIONS
<ROM location> -- from the command line, you can supply the name of a ROM file as an argument to start playing that ROM KEYBOARD SHORTCUTS
F11 -- toggle fullscreen mode DESCRIPTION
bsnes is a Super Nintendo / Super Famicom emulator that strives to provide the most faithful hardware emulation possible. It focuses on accuracy and clean code, rather than speed and special features. It is meant as a reference emulator to document how the underlying hard- ware works. It is thus very useful for development and research. And while it can be used for general purpose gaming, it will require sig- nificantly more powerful hardware than a typical emulator. Although not as polished as the SNES emulation (yet), there is also support for NES, Gameboy, Gameboy Color and Gameboy Advance games. Supported Filetypes SFC: SNES cartridge -- ROM image. BS: Satellaview BS-X flash cartridge -- EEPROM image. ST: Sufami Turbo cartridge -- ROM image. SRM, PSR: non-volatile memory, often used to save game data -- (P)SRAM image. GB/GBC/GBA: Gameboy (Color/Advance) cartridge -- ROM image. NES/FC: NES cartridge -- ROM image. Note that bsnes can not open ROMs with different filename extensions or with copier headers. Known Limitations Satellaview BS-X emulation: this hardware is only partially supported. This is mostly because the satellite network it used (St. GIGA) has been shut down. Access to this network would be required to properly reverse engineer much of the hardware. Working around this would require game-specific hacks, which are contrary to the design goals of this emulator. As a result, most BS-X software will not function correctly. Netplay: internet multiplay is not currently supported nor planned. PROFILES
bsnes comes with three profiles, where "accuracy" and "compatibility" are focused on accuracy in emulating the SNES (compatibility makes minor tradeoffs in favor of speed) and "performance" is focused on using less resources. Which profile to use can be set with: # update-alternatives --config bsnes-bin SYSTEM FOLDERS
bsnes does not only need ROMs containing games, but also data that was originally stored in chips belonging to the consoles. The files con- taining this data are organized in system folders. The system folders contain system info and firmware/BIOS images and are located in "$HOME/.config/bsnes". For example, to play GBA games, a GBA bios image is required. The file has to be named "bios.rom" and placed inside the "Game Boy Advance.sys" folder in "$HOME/.config/bsnes". The checksum of the file has to match the one given in "/usr/share/bsnes/Game Boy Advance.sys/manifest.xml". SEE ALSO
bsnes-purify(6), laevateinn(6) MORE INFO
Website: http://byuu.org/bsnes/ BSNES AUTHOR
byuu MAN PAGE AUTHORS
Brandon Barnes, Tobias Hansen August 5, 2011 bsnes(6)