The collected works of ChristTrekker

[quote="denver"]
In simple terms, the work goes like this:
1. Capture the camcorder output (svideo) with the O2 using mediarecorder.
2. Do a bit of simple editing: trim the ends of the clip and add a title using moviemaker.
3. Convert the clip to MPEG2 with mencoder (FreeBSD).
4. Create the DVD files using DVDStyler (FreeBSD).
5. Burn the DVD with growisofs (FreeBSD).

I originally thought I was going to need to capture uncompressed because I was going to edit the result. But after doing some experimenting, I don't see a clear advantage. Besides, although I have been able to get the O2 to do uncompressed captures, it's a little unpredictable: sometimes it works fine, sometimes not. Capturing with compression is easier. So I could probably do the capture with dmrecord instead of mediarecorder.

After doing some research, I've been capturing to a QuickTime file, using JPEG-A compression, with YCrCb 422 packing. I usually bump the quality up from 75% to 95%.

I save (Export As) the edited result to an AVI file, using SGI JPEG compression, again with YUV 422 packing.

The mencoder command I use is:
# 4:3
SCALE=720:480
mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=$SCALE,\
harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:\
vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=18:acodec=ac3:\
abitrate=192:aspect=4/3 -ofps 30000/1001 \
-o outfile infile
[/quote]

Wow, this is great info! I've recently been looking to digitize our home videos. (If you follow MacSlash, or digital_video/video_geeks on LiveJournal, then you've seen my questions.) I've got a beige G3 with the A/V package, and an O2. I need to capture video into a format I can then (ideally) transfer to my G5 PowerMac to edit/burn with iMovie. It's also got to be relatively easy, as my wife (non-techie) will probably be doing most of this. If it's too complicated I'll get stuck doing the capturing at minimum.

I knew about mediarecorder from my googling, but know very little about using IRIX in general. Also, my O2 seems to be on the blink...I set it to boot to serial so I didn't need a monitor, but not it doesn't want to boot at all, and I haven't any way to get a serial console attached. So that's an additional hurdle right now. Fortunately, I think I have discovered a MacOS 9 solution for doing the capture.

The next "problem" is lack of drive space. My O2 only has 9 GB and the Mac 20 GB (on its HFS part - it runs Linux on the rest of the drive). How much video am I going to be able to capture before I have to dump it to the G5? Will I be able to capture full frame full motion video with compression, or will I have to go uncompressed? I probably won't know until I try it. My guess is the O2 might be more qualified to do compression on the fly.
Biiiiig bump...

Anybody tried building this recently? I can't get past the boost header dependencies. I put them in /usr/include/boost and /usr/nekoware/include/boost, and even though they are in my include path it still says they (bind.hpp specifically) can't be found.
Principle Over Politics : http://www.ConstitutionParty.org
joerg wrote: If your i2 supports mips4 you can use neko_alephone. The package also includes a litte patch.

I wasn't aware that neko_alephone was receiving updates. Looks like it dates back to '05. :( IIRC, networking didn't work either.
Principle Over Politics : http://www.ConstitutionParty.org
joerg wrote: Did they change anything in the last 2 years?

It's updated frequently enough to be annoying when I was trying to get it committed to pkgsrc. I'd just get it submitted for review and a new release would appear.
Principle Over Politics : http://www.ConstitutionParty.org
fu wrote:
what other (archived +useful enough) topics should make it to the wiki..?

Anything and everything. :)

I started a hardware timeline template at Wikipedia. I didn't complete it because I can't find (with my limited knowledge of where to search for things SGI related) further info. But I'd love to see that completed and copied to our wiki.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
It would be nice to incorporate and expand Wikipedia's "Template:SGI computer timeline" here.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
I installed the sunfreeware versions of gcc and libiconv so I could bootstrap pkgsrc. When trying to build the pkgsrc version of gcc 3.4 I get "ld.so.1: makedoc: fatal: libgcc_s.so.1: open failed: No such file or directory". Running ldd on that binary tells me "libgcc_s.so.1 => (file not found)" - twice. I have a couple versions of libgcc_s.so on the system, but not a pkgsrc version. Can someone give me any hints as to what is going on?
Principle Over Politics : http://www.ConstitutionParty.org
zizban wrote: I have a question: why pkgsrc when there is blastwave.org?

My question is why learn multiple packaging systems, when there is one that I know, works well, and is available for multiple platforms?
Principle Over Politics : http://www.ConstitutionParty.org
porter wrote: I set LD_LIBRARY_PATH to /usr/local/lib before doing compilations with gcc on Solaris.

I've read that LD_LIBRARY_PATH is kind of hackish, but I don't know enough about compilers and such to understand why that is.
Principle Over Politics : http://www.ConstitutionParty.org
This thread forced me to get around to updating the SGI hardware timeline on Wikipedia. Improvements welcomed!

_________________
Principle Over Politics : http://www.ConstitutionParty.org
Put me down for one of those, too. It would be a nice step up from my U5. If local, I'll happily drive over and pick it up from you.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
I'd be interested in your pkgsrc hacks. There is a fair amount of effort, from what I can tell, behind fixing the pkgsrc infrastructure. If nothing else, it would be a shame to have that work completely lost.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
PymbleSoftware wrote:
GNUstep is a requirement for another (huge)package I want to build.

I'd love to see Etoile ... GNUstep is a prereq for that too.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
:shock:

Wow...very cool.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
Sometimes I think I need to seriously look into gluing a ncurses UI onto Gecko/Webkit...
Principle Over Politics : http://www.ConstitutionParty.org
I tried NetBSD on a dual G4 a bit older than that one, but it only recognized one proc. It would be interesting to know how it works on your model. I'm hoping to put it on my dual G5 when it is retired from desktop duty.

I'm now running Linux on it, but it's not doing much at the moment.

I don't know anything about running OS X on a G4, so I won't comment on that.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
PymbleSoftware wrote:
Early AIX was woeful. A real nightmare. Modern stuff is alright.

What version is the cutoff for "early"?

_________________
Principle Over Politics : http://www.ConstitutionParty.org
porter wrote:
I've got AIX 1.3, 4.3.2, 5.1 and 5.3 running here. I've coded for them all. I also used to code for 3.2. I even use 5.3 in my current job.

I was starting to think there wasn't anything you hadn't coded on. ;)

_________________
Principle Over Politics : http://www.ConstitutionParty.org
If you're looking for older AIX versions, you can still find mirrors of AIXPDSLIB around.

For awhile I was looking at pkgsrc on AIX, but I don't know of any repos for that, besides my own tiny one I build for 4.1.5.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
bri3d wrote:
Tons of people end up with free Indys, since they were the first "cheap" ("cheap" here being very, very relative) SGI and they're also still the smallest, quietest, and least power-hungry SGI system, as far as I know (although the O2 comes close).

Aren't the R10ks pretty power-hungry, though? My O2 is an R10k, and my decision to shut it down when not actively using it stemmed from learning that.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
VenomousPinecone wrote:
Seriously. The u10's cost almost nothing, but the prices people charge for shipping on ebay is weak.

If I still lived in Fremont I could probably pick a dozen out of the garbage. :P

Tell me what dumpsters you're diving into!!! I'm finding it hard to find even older Macs, much less anything more exotic than that...

_________________
Principle Over Politics : http://www.ConstitutionParty.org
bri3d wrote:
Agreed - unless it's got sentimental value like it does for VenomousPinecone (or you think it's particularly cool, although I don't see why you would) there's no point to a U10. There are better Sun hardware deals to be had.

My U5 was a freebie. That's a hard budget to beat when looking for Sparc upgrades. I don't know about where you live, but here, anything that's not x86 fetches a premium. It's very rare indeed to come across good deals on any SGI/Sun/whatever equipment.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
zmttoxics wrote:
SAQ wrote:
Which is why I suggested you make your dollars count and skip the U10 "upgrade". A Blade wouldn't cost much more and would be much better.


I agree. Though I still consider a blade 100/150 a waste of cash, a blade {1,2}{0,5}00 of any variety can be had for fairly cheap and would be a much better performer.

I suppose I was kind of hoping I'd eventually stumble upon a freebie U10, too. ☺

What kind of prices do these go for? Honestly, I don't even see them offered anywhere locally, so I've no idea. Whenever I do see one online, the asking price is well over $100, which is ludicrous for a machine that's only comparable to PCs that people readily throw away. I only assume these are people who don't know what they've got, but know that it's a "high end science computer!™" of some kind.

So you know where I'm coming from, my hobby budget is, like, $10/year. So unless it's something I need for the family computer, it's pretty much gotta be a freebie.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
ChristTrekker wrote:
I suppose I was kind of hoping I'd eventually stumble upon a freebie U10, too. ☺

Almost got a free E250 this weekend, but couldn't get to pick it up quick enough. ☹ That would have been a nice step up from my U5!

_________________
Principle Over Politics : http://www.ConstitutionParty.org
I created Wikipedia "Template:Sun computer timeline" based on the SGI one I did there earlier. Feel free to improve it.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
So are you going to do the entire SGI lineup?

_________________
Principle Over Politics : http://www.ConstitutionParty.org
Someone had a e450 free for pickup on CL, I replied while it was still the second item on the page, but I was told it was already gone. Doh! So bummed...

_________________
Principle Over Politics : http://www.ConstitutionParty.org
zmttoxics wrote:
I wouldn't be too upset, the e450 is big, big on power, and not all that fast with todays Solaris.

Yeah, the power consumption was a concern. But as far as speed, it would be a lot faster than my U5.

My wife probably would have shot me if I'd brought it home, anyway. :D

_________________
Principle Over Politics : http://www.ConstitutionParty.org
theinonen wrote:
Here comes the purple toaster...

Man, I love the O2+...gorgeous. Wish I had one.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
ScutBoy wrote:
Where are you located? If you are near Minneapolis, I could make your wish come true :-)

Alas, not anymore. Used to live about 40 mins from you, though!

I'm talking to a local guy who has a Blade 1000 he wants to get rid of. We'll see how that goes...

_________________
Principle Over Politics : http://www.ConstitutionParty.org
zmttoxics wrote:
ChristTrekker wrote:
I'm talking to a local guy who has a Blade 1000 he wants to get rid of.

Hope its free! those things aren't any better for power eating.

Really? I figured the E450 had a beefy PS due to being a server, and that a desktop would be quite a bit better.

_________________
Principle Over Politics : http://www.ConstitutionParty.org
Holy ¢℞ª¶...I can't have an 800W beast sitting in my basement. :cry: I never figured I'd have to prioritize my upgrades by power requirements!

_________________
Principle Over Politics : http://www.ConstitutionParty.org
hamei wrote: We need a decent browser. All the users of older hardware need a decent browser. This is the largest, most pressing need for anyone with slower hardware, yet we get Fireflop 3 and nothing but lies from the Fireflop group.

So…who wants to help port WebKit to FLTK?
Principle Over Politics : http://www.ConstitutionParty.org
ianj wrote: the prospect of accidentally resizing windows when trying to move them is not a good one. Apple will probably do any-edge resizing better than it's been done before, but I still think it's a bad idea.

I sometimes would appreciate the ability to drag any edge to resize, but I still believe in the original Apple HIG of "least surprise". Resizing a window is more "destructive" than moving it. Maybe option-drag or something to resize would be fine, though.

ianj wrote: My laptop is 32-bit and therefore won't run 10.7, so, again, watching from the sidelines.

And my G5 hasn't a hope, so I'm there with you.

nekonoko wrote: You can do a full, clean install with the app store download. You can even burn a bootable DVD or USB drive if need be.

I've seen instructions online for how to get the .dmg out of the downloaded installer app.

sybrfreq wrote: Also, from what I understand, itunes store doesn't use mp3s but some proprietary format (aac?) which my mazda mp3 player does not support.

I have an iPod, and have ripped almost all my songs from CD to AAC, because the format offers higher fidelity with smaller file size. If I ever move away from Apple, I suppose I'd have to redo all that, though as ScutBoy mentioned, it is possible to convert. I don't know if a converted-AAC MP3 would be as good as an originally-encoded MP3, but it may be possible.
Principle Over Politics : http://www.ConstitutionParty.org
SAQ wrote: I'm pretty sure that AAC is a subpart of MPEG-4, so compatibility is more than just Apple devices. I think I even remember there being replacement software for several players that supports AAC/MP4 audio, though I haven't used it.

I'd always heard that, too, so it's always surprised me that more players don't support this format "out of the box".
Principle Over Politics : http://www.ConstitutionParty.org