02 — Getting Started
System Requirements
| Component | Requirement |
|---|---|
| Operating System | Windows 10 / 11 (64-bit) |
| RAM | 8 GB minimum; 16 GB recommended |
| Storage | 500 MB for the app; additional space for generated media |
| Internet | Required for AI generation features |
| GPU | Not required; all AI runs on provider cloud infrastructure |
Installation
- Download the latest installer (
.msior.exe) from the official product page. - Run the installer and follow the on-screen prompts.
- When Windows SmartScreen prompts you, click More info → Run anyway (the app is code-signed but may trigger SmartScreen on first install).
- Launch HF AI Video Studio from the Start menu or desktop shortcut.
First Launch
On first launch, the editor opens to an empty project. Before you can use any AI features, you need to add at least one API key.
Adding API Keys
- Click the Settings icon (⚙️) in the top-right corner of the header bar.
- The Settings dialog opens. Make sure you are on the API Keys tab.
- Enter the keys you have. You do not need all four immediately — start with Replicate to unlock most AI generation features.
| Key | Where to Get It | Required For |
|---|---|---|
| Replicate | replicate.com/account/api-tokens | Image, video, talking head, audio generation, voice synthesis |
| OpenAI | platform.openai.com/api-keys | Whisper transcription, GPT-Image models |
| Google Cloud | console.cloud.google.com/apis/credentials | Google Cloud STT transcription |
| Gemini | aistudio.google.com/apikey | Gemini transcription, AI text polish |
Each field in the Settings dialog has a clickable link that opens the provider’s key page in your system browser.
- After entering your keys, click Save. Keys are stored locally on your machine and are never transmitted to HF servers.
Setting Up Cloud Storage (Optional)
Cloud storage is only required if you plan to use Talking Head or Long-Form Pipeline features, which need to upload reference images to an accessible URL.
To configure it:
- Open Settings → Cloud Storage.
- Select your storage type: AWS S3, Cloudflare R2, or any other S3-compatible service.
- Enter your Access Key ID, Secret Access Key, Bucket Name, and (if needed) Region or Base URL.
- Save.
AWS / Cloudflare users: Your bucket must have CORS headers configured to allow browser-based uploads. See your provider’s documentation or the
docs/AWS_S3_SETUP.mdfile included with the app for step-by-step instructions.
Configuring Your Export Folder
By default, exported files are saved to your system’s Downloads folder with an auto-generated timestamp in the filename (e.g., edited_video_20260413_143022.mp4).
To change the export destination:
- Open Settings → Export.
- Set a custom folder path (e.g.,
C:\Users\YourName\Desktop\Projects). - Save.
Activating Your License
- Open Settings → License.
- Enter your license key.
- Click Activate. The app will validate the key and display your account status.
If you haven’t purchased a license, visit the product page for pricing and purchase options.
Previous: Introduction | Next: Interface Overview →