the site seems down
http://www.filebox.ro/download.php?key=9y5vda0xcwqng0re
that's the latest Yukon and Seom library that you need
there are seom-build.sh and yukon-build.sh scripts that do the compiling, those are set up for both 32bit and 64bit libs & binaries compilation, you can remove those lines about amd64/lib64 from these scripts if you're running in a 32bit-only system
on a 64bit system you will need the 32bit libs for recording 32bit application ( like those running with the help of Wine)
to compile this you will need some stuff, dev libs and such, i can't remember which ones exacly, until the Wiki is up, iirc, Yasm is needed, and ia32-libs, gcc-multilib and others for 32bit on 64bit systems, also some libglx-dev stuff ( on Debian at least, can't tell you on other distro )
as root
cd seom
run sh seom-build.sh
run ldconfig; sync ( to get the libs recognised )
cd ../yukon
run sh yukon-build.sh
run ldconfig; sync ( to get the libs recognised )
the home folder in the archive has the config, you need to put the .yukon folder in your HOME folder, edit it to your taste, note that if you point to a folder to store your recording the recorded file would get named after the running application ( be careful if you run the same application twice you might overwrite the recorded video )
running the witcher:extract&encode audio:yukon wine witcher.exe > /dev/null 2>&1extract&encode video + audio:yukon-filter --audio witcher1.seom | lame -h witcher1.mp3the recorded video will be very big, it's raw uncompressed data, so be sure that you have a lot of free space, and a fast drive, recording 1024x768@15fps pushed about 7.5Mb/syukon-filter --video witcher1.seom | mencoder -ovc xvid -xvidencopts bitrate=4096 -oac copy -audiofile witcher1.mp3 -o witcher1.avi -
now, i presume you'll bang your head on the missing libs while compiling, track those mentioned file in the error and install the needed -dev file
post any error
good luck![]()


Reply With Quote
)


