The A-60 can be controlled either via remote login (see below) or by the remote unit pictured above. The remote unit works in conjunction with a visual display, which should be routed to one of the monitors if you want to see what's going on. See the A60 manual for details on how to use the console.
The A60 is directly connected to the A20 via a parallel SDI cable, since that's how they used to be connected and we had the cable lying around. The main SDI backbone is serial, so they each have a parallel->serial converter box in front of the output and a serial->parallel converter in front of the input. Note that parallel SDI cable lengths are extremely limited, so those converter boxes can't move far away from the Abekas boxes. They're all located in the same rack in the machine room.
At one point in the past the A20-A60 connection was the only way to get from streaming video to frames on disk. Now we have more convenient ways to do this, with multiple transcoders and the digitizing capabilities of the nonlinear editing systems which are directly connected to the main filesystem.
rcp
(or
rsh
or telnet
) to it from crossbar or
moviola. If you try this from another machine it will probably hang.
See Troubleshooting section for details.
You can either type "rsh a60" to start an interactive session, "rsh a60 < scriptfile" to have it read commands from a file, or "rsh a60 command" to execute a single command.
The A-60 accepts several commands, including "goto framenum", "play", and "stop". See the manual for the full list.
% toyuv myfile0.rgb /tmp/myfile.yuv % rcp /tmp/myfile.yuv a60:0 % toyuv myfile1.rgb /tmp/myfile.yuv % rcp /tmp/myfile.yuv a60:1
~beers/bin/image/rgb2ab60
or ~munzner/bin/toa60.perl
.
A complex script that involves fades and uses segments on the
A-60 is at ~munzner/bin/ab.perl
. Again, such shenanigans are
now deprecated since we have real nonlinear editing
capabilities.
% rsh a60 resetfrom a machine that is known to work (crossbar, moviola, or anything running Irix 5.3). Hangs can happen if you try rsh-ing from a nontweaked Irix 6.x machine, or if you twiddle the ball on the remote console while rcp-ing frames, or do something else that confuses it.
The Abekas is old enough that it's confused by an MTU (large packet size) optimization that many OS's now do by default. Here's how to configure an Irix 6.x machine so that this will work. Since this leads to performance decreases, John has only configured crossbar and moviola this way:
/var/sysgen/master.d/bsd
,
int tcp_mtudisc = 1;
Change the 1 to 0, run autoconfig -f
, and reboot.
systune(1)
to view/change this
parameter. When done with systune, the change is stored in
/var/sysgen/stune
Return to Main Video Menu
videolab@graphics.stanford.edu
Last modified: Fri Jan 28 14:23:35 PST 2000