Enhance your 9:16 reels with Sieve! Replace backgrounds seamlessly and add captivating captions to make your reels stand out.
caption-effects.1.mp4
This Sieve pipeline transforms a 9:16 reel into an eye-catching, captioned video optimized for maximum engagement. It includes the following steps:
- Replace the original background with a abstract video or image using background-removal Sieve function.
- Automatically generate transcript for the video using transcribe Sieve function.
- Utilize the transcript to caption the video using remotion framework.
A detailed explanation of the pipeline is provided in this tutorial.
file
: The 9:16 reel for editing.subtitle_type
: The different types of styles available for captions.background_media
: The image or video to be used as background.
First ensure you have the Sieve Python SDK installed: pip install sievedata
and set SIEVE_API_KEY
to your Sieve API key.
You can find your API key at https://www.sievedata.com/dashboard/settings.
Then deploy the function to your account:
git clone https://github.com/sieve-community/auto-reel-edit
cd auto-reel-edit
sieve deploy pipeline.py
You can now find the function in your Sieve account and call it via API or SDK.