annotate wiki/AIMCopyExamples.wiki @ 430:828bdfb8a413

Created wiki page through web user interface.
author tom@acousticscale.org
date Thu, 04 Nov 2010 18:05:58 +0000
parents
children 17bbf05d43a1
rev   line source
tom@430 1 #summary Quick examples of how to use AIMCopy for various tasks.
tom@430 2
tom@430 3 All examples assume a working directory of the root of the AIM-C source tree.
tom@430 4
tom@430 5 Making a movie of the stabilized auditory image for every file in script.scp using the configuration provided in
tom@430 6 src/Configurations/SAI_movie.aimcconfig.
tom@430 7
tom@430 8 Command-line:
tom@430 9 {{{
tom@430 10 build/darwin-release/AIMCopy -C src/Configurations/SAI_movie.aimcconfig -S script.scp
tom@430 11 }}}
tom@430 12
tom@430 13 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 14 {{{
tom@430 15 sa1.wav sa1.
tom@430 16 sa2.wav sa2.
tom@430 17 sa3.wav sa3.
tom@430 18 }}}
tom@430 19
tom@430 20