tom@430: #summary Quick examples of how to use AIMCopy for various tasks. tom@430: tom@430: All examples assume a working directory of the root of the AIM-C source tree. tom@430: tom@432: == SAI movie == tom@432: tom@430: Making a movie of the stabilized auditory image for every file in script.scp using the configuration provided in tom@431: [http://code.google.com/p/aimc/source/browse/trunk/src/Configurations/SAI_movie.aimcconfig src/Configurations/SAI_movie.aimcconfig]. tom@430: tom@430: Command-line: tom@430: {{{ tom@430: build/darwin-release/AIMCopy -C src/Configurations/SAI_movie.aimcconfig -S script.scp tom@430: }}} tom@430: tom@430: Contents of script.scp. This will take sa1.wav sa2.wav and sa3.wav in the working directory and convert them to sa1.mov sa2.mov and sa3.mov respectively. (The .mov suffix is added by the graphics_time module). tom@430: {{{ tom@430: sa1.wav sa1. tom@430: sa2.wav sa2. tom@430: sa3.wav sa3. tom@432: }}}