view wiki/AIMCopyExamples.wiki @ 432:e2e34b06deee

Edited wiki page AIMCopyExamples through web user interface.
author tom@acousticscale.org
date Thu, 04 Nov 2010 18:08:37 +0000
parents 17bbf05d43a1
children fce57e24aab2
line wrap: on
line source
#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.

== SAI movie ==

Making a movie of the stabilized auditory image for every file in script.scp using the configuration provided in
[http://code.google.com/p/aimc/source/browse/trunk/src/Configurations/SAI_movie.aimcconfig 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.
}}}