Common Issues
Insufficient Credits (402 Error)
Problem: You don’t have enough credits to process the video. Solution: Check your credit balance and top up if needed.Invalid API Key (401 Error)
Problem: Your API key is invalid or missing. Solutions:- Check your API key format:
vbr_followed by 32 characters - Verify the key exists in your API Management dashboard
- Ensure you’re using the correct header:
X-Api-Key
File Too Large (413 Error)
Problem: Your video file exceeds the 1GB limit. Solutions:- Compress your video before uploading
- Use a shorter video clip
- Reduce video resolution or quality
Job Not Found (404 Error)
Problem: The job ID doesn’t exist or doesn’t belong to your account. Solutions:- Verify the job ID is correct
- Check that you’re using the same API key that created the job
- Jobs expire after 24 hours - create a new one if needed
Processing Failed
Problem: The job status shows “failed” with an error message. Common causes and solutions: For specific error messages, check the API response and ensure your video meets the format requirements.WebM Transparency Not Working
Problem: WebM video appears opaque instead of transparent Solution: Use the correct decoderSDK-Specific Issues
Import Errors
FFmpeg Not Found
Problem: SDK can’t find FFmpeg for composition operations. Solutions:- Install FFmpeg:
brew install ffmpeg(macOS) orapt install ffmpeg(Ubuntu) - Ensure FFmpeg is in your PATH
- Test with:
ffmpeg -version
Performance Issues
Slow Processing
Causes:- Large video files (>100MB)
- High resolution videos (4K+)
- Long videos (>5 minutes)
- Pre-process videos: Reduce resolution to 1080p
- Split long videos: Process in segments
- Optimize format: Use MP4 with H.264 encoding
Getting Help
If you’re still having issues:📧 Email Support
Contact paul@videobgremover.com for technical support
🐛 Report Issues
Report bugs on GitHub Issues
