PDA

View Full Version : Recording Game - Help Pls...


Comp
07-31-2008, 10:17 PM
Okay, I'm have problems with both. The easy one is glc but the website to get is down. I'm using yaourt and some stuff that was found here in the forums but it just seems nothing can gain access to the website:

Resolving nullkey.ath.cx... 91.154.94.43

Never connects...resolves but does not connect.

The other issue is with yukon http://www.neopsis.com/projects/yukon/

Here's my problem. I have an output recorded file called yukon.seom and when I run the following commands...the following results occur:


/usr/local/bin/seom-player /tmp/yukon.seom
Segmentation fault 72783.7%




/usr/local/bin/seom-filter /tmp/yukon.seom | mencoder - -ovc xvid -xvidencopts bitrate=1500 -o test.avi
MEncoder 1.0rc2-4.3.1 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz (Family: 6, Model: 23, Stepping: 6)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
115 audio & 237 video codecs
Reading from stdin...
success: format: 0 data: 0x0 - 0x0
Password:
Win32 LoadLibrary failed to load: avisynth.dll, /usr/lib/codecs/avisynth.dll, /usr/lib/win32/avisynth.dll, /usr/local/lib/win32/avisynth.dll
============ Sorry, this file format is not recognized/supported =============
=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===
Cannot open demuxer.

Exiting...

Nightchill
08-27-2008, 02:01 PM
i think this really is a question for the developers of the software, not here.. but still, for glc: if you're a ubuntu user first get the libs u need to compile it:

sudo apt-get install build-essential cmake libx11-dev libxxf86vm-dev libgl1-mesa-dev libasound2-dev libpng12-dev

then:

wget http://nullkey.ath.cx/glc/scripts/glc-build.sh
chmod a+x glc-build.sh
./glc-build.sh

if you have a core2duo processor you'll have to enter some parameters while installing glc, but if you don't leave everything blank.

to run it, type: glc-capture <application>

if glc is not what you like, try istanbul or xvidcap, but beware, if you have agp gfx card then you won't be able to record anything because they're kind of too slow :)

edit: as for your yukon problem, you're missing some libraries (windows ones), so i suggest you check what client did u dnl (win or linux) :)