mediaforge - v0.3.0
    Preparing search index...

    Function stabilizeVideo

    • Stabilize a shaky video using a two-pass vidstab process. Pass 1: analyse motion → write to a temporary .trf file. Pass 2: apply stabilization transforms.

      Parameters

      Returns Promise<void>

      await stabilizeVideo({ input: 'shaky.mp4', output: 'stable.mp4', smoothing: 15 });