Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

yukon -- Capturing movies on Linux

Torrid Luna
Stylecrasher
Join date: 16 Aug 2006
Posts: 20
12-12-2007 05:04
Hi guys,

There's a great program to capture movies from running OpenGL programs,
yukon. http://www.neopsis.com/projects/yukon/

Although in a early state, it's easy to install and works very good. I wrote a blog entry
about it here: http://primforge.com/2007-12-08/yukon-capturing-sl/


Have fun,
Torrid
ZenRascal Mandelbrot
Registered User
Join date: 25 Apr 2006
Posts: 1
12-12-2007 14:51
Nice find, Torrid. Thanks! (but ACKKK, one more miniproject on my todo list - just what I needed !! :-)

-Zen
Armin Weatherwax
Registered User
Join date: 4 Jan 2008
Posts: 71
05-19-2008 03:45
Thank you Torrid :)

Works nearly just out of the compiler box ... i followed an install howto for ubuntu
(well ... i needed to add a [BASH] mkdir ~/.yukon [/BASH] before point 5.)
http://ubuntuforums.org/showthread.php?t=752472
took under 5 min to record the first test video with second life
Sierra Janus
Registered User
Join date: 12 May 2008
Posts: 17
Yukon Basic Shell Scripts
07-11-2008 02:59
These are some hacked up scripts I've written, I have NOT tested the install script use these at your own risk.

I'd run this from your home directly, not sure if all the packages it needs are in the apt-get line someone so correct me if I'm wrong. To be honest you should just follow the install procedure located at http://dbservice.com/projects/yukon/wiki/HowTo/Install

These scripts are really designed just for Debian/Ubuntu systems

If you're running 64bit system you'll probably need to run this command first as well
From: someone
sudo apt-get install ia32-libs lib32asound2 lib32asound2-dev lib32gcc lib32stdc++ gcc-4.2-multilib gcc-multilib


Installation script

To run there are a few ways, some people change the 'secondlife' script by changing line 95 to
From: someone
export SL_CMD='$LL_WRAPPER yukon bin/do-not-directly-run-secondlife-bin'

If that doesn't work try putting this near the top:
From: someone
LD_LIBRARY_PATH=/usr/local/lib

Or you can call it directly via a launcher or terminal 'yukon secondlife' or 'yukon /dir/to/secondlife'

This Conversion Script, converts raw recording to video file (This is what people tend to recommend)
It saves the final video file to your home directory called "secondlifevideo.ogg"
Type in "ffmpeg2theora --h" into terminal for more conversion options.

This Alternate Conversion Script is the one I personally use because for some bizarre reason it won't pipe the output from seom-filter to ffmpeg2theora directly. I wouldn't use this unless you too have this problem

This does not record audio, I am looking into that now.

For more information check out:
http://dbservice.com/projects/yukon/wiki/HowTo/Install
http://dbservice.com/projects/yukon/wiki/HowTo/Capture
http://dbservice.com/projects/yukon/wiki/Debian
http://primforge.com/2007-12-08/yukon-capturing-sl/

I want to post the full scripts in my post but JIRA WEB-715 is stopping me.