This page will show the steps to copy digitized the video to the computer

  1. Logon to Deuce.
  2. If you want to copy a single frame to deuce do the following:
    %scp diskus:900.yuv local_frame_900.yuv

    900 is the frame number you wish to copy. (valid numbers range from 0 to 1843)

    local_frame_900.yuv is the name of the file on deuce.

  3. If you want to copy many frames to deuce use the program 'iterate':
    %iterate

    Press the help button. The command you want to use is
    scp diskus:$i.yuv /Your_directory/$i.yuv

    iterate allows you to specify the range of values substituted for $i - see the help menu for iterate.

  4. Now you are ready to convert the yuv formatted frames to another format.

Back