# HG changeset patch # User tom@acousticscale.org # Date 1288893958 0 # Node ID 828bdfb8a413f1d9f26e3ed13a482aacb9c42743 # Parent 3ac28bbe39bed8a51ef4e7e23bded8fd2dbec849 Created wiki page through web user interface. diff -r 3ac28bbe39be -r 828bdfb8a413 wiki/AIMCopyExamples.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wiki/AIMCopyExamples.wiki Thu Nov 04 18:05:58 2010 +0000 @@ -0,0 +1,20 @@ +#summary Quick examples of how to use AIMCopy for various tasks. + +All examples assume a working directory of the root of the AIM-C source tree. + +Making a movie of the stabilized auditory image for every file in script.scp using the configuration provided in +src/Configurations/SAI_movie.aimcconfig. + +Command-line: +{{{ +build/darwin-release/AIMCopy -C src/Configurations/SAI_movie.aimcconfig -S script.scp +}}} + +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). +{{{ +sa1.wav sa1. +sa2.wav sa2. +sa3.wav sa3. +}}} + +