Les Archives des Forums du Repaire
Forum effets spéciaux et 3D

Discussion : Synchro Son / img AE5
Author : Layer4
Posted : 28-Oct-2001 15:59:10
salut, comment faire pour synchroniser un son avec des Key frames dans AE5.

faire en sorte que l'opicté d"un calque varie en fonction du level du son.

ou se trouve la fonction ?

merci
Author : yan lk
Posted : 29-Oct-2001 19:18:32
vive le Motion Math!

// 1: Layer to copy audio amplitude into
// 2: Layer with audio

max = xxxx;// change this to the maximum value
min = xx;// change this to the minimum value

value(pop_layer(1), pop_property(1)) [pop_channel(1)] = min + layer_audio_amplitude(pop_layer(2)) * (max - min);