> ## Documentation Index
> Fetch the complete documentation index at: https://help.clueso.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Blurs with keyframes

> Learn how to move blurs in your video

<iframe className="w-full aspect-video rounded-xl" src="https://randomakash.clueso.io/embed/77fffdf9-5902-46af-a934-078e3f67fef1" title="Blurs using keyframes video" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

Blurs are a simple way to hide sensitive information in your video.

However, if the information you're blurring moves (for example, during a scroll), a fixed blur will not stay in place and the sensitive information becomes visible.

In Clueso, you can solve for this by using keyframes to make your blurs move.

<Info>
  **Definition**: A keyframe is a marker in the video timeline that defines the position and size of an element at that specific point in time.
</Info>

Follow these steps to move blurs using keyframes:

<Steps>
  <Step>
    Once you add a blur to your video, click on the **Add Keyframe** button.

    <img src="https://mintcdn.com/clueso/imL18ZRNDp6invHj/images/Image1.png?fit=max&auto=format&n=imL18ZRNDp6invHj&q=85&s=54a7fab56e02c4a92dbbe67b40d28e26" alt="Image1 Pn" width="2011" height="1152" data-path="images/Image1.png" />

    \
    You'll notice that a marker indicating the keyframe automatically appears in the timeline.\
    This keyframe defines the position and size of the blur at this specific point in the timeline.

    <img src="https://mintcdn.com/clueso/imL18ZRNDp6invHj/images/Image2.png?fit=max&auto=format&n=imL18ZRNDp6invHj&q=85&s=fdfd8ffa0e5ea1e4c79ad355494fc9ac" alt="Image2 Pn" width="1628" height="933" data-path="images/Image2.png" />
  </Step>

  <Step>
    Add multiple keyframes across your video to blur out the sensitive information as it moves.\
    To do this, move to different timestamps in the timeline and adjust the size and position of the blur to cover the sensitive information at that specific timestamp.\
    Clueso will automatically add new keyframe markers in the timeline at these timestamps.

    <img src="https://mintcdn.com/clueso/imL18ZRNDp6invHj/images/Image3.png?fit=max&auto=format&n=imL18ZRNDp6invHj&q=85&s=f7a58ec4fed3df4b17054386909ba12e" alt="Image3 Pn" width="3420" height="1960" data-path="images/Image3.png" />
  </Step>

  <Step>
    Once you're satisfied with the placement of your keyframes, play the entire video.\
    You'll see that the blur moves to effectively hide your sensitive information.

    <img src="https://mintcdn.com/clueso/imL18ZRNDp6invHj/images/Image4.gif?s=19c8c3cedfe41b8c9ff79a840c519b8d" alt="Image4 Gi" width="1280" height="733" data-path="images/Image4.gif" />

    If you still see any point where the sensitive information is visible, go to that point in the video and move the blur to add a keyframe.\
    In this manner, add as many keyframes as you need at different timestamps to effectively hide your sensitive information.
  </Step>
</Steps>

<Info>
  **Tip for pros**: The position and size of the blur at any point in between two keyframes will be a linear interpolation of the position and size at the preceding and succeeding keyframes.
</Info>
