Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects How to create sine curve

  • Jim Dodson

    July 1, 2005 at 6:58 pm

    Make a mask with 2 points one at the far left outside of the frame; the other far right outside — make it perfectly staright

    RENDER–>STROKE the mask (make sure you set PAINT STYLE OF STROKE to ON TRANPARENT).

    Add WAVE WARP — wave type SINE

    adjust and animate to taste using WAVE SPEED and PHASE….

  • Colin Braley

    July 2, 2005 at 4:22 am

    You could also do this via expressions and the write on effect…
    Try this expression for the brush position of the write on effect:

    //begin
    amp = 100;//Height of wave in pixels
    freq = 2;//Oscillations per sec
    beginTime = 0;//in seconds
    endTime = 5;//in seconds

    y = amp*Math.sin(freq*time*2*Math.PI) + (thisComp.height/2);

    x =linear(time, beginTime, endTime, 0, thisComp.width);

    [x,y]
    //end

    ~Colin

  • Filip Vandueren

    July 3, 2005 at 1:04 am

    If you don’t need it still and want it to animate like an oscilloscope,
    Find yourself some audio of a very deep sine wave or maybe one that is changes tune a little bit and then use the “Render->Audio Waveform” Filter.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy