An Azure video analytics service that uses AI to extract actionable insights from stored videos.
Hello Justin Williams,
Welcome to Microsoft Q&A and Thank you for reaching out.
I completely understand the frustration that generic “easy fix” message doesn’t give you much to work with.
What That Error Usually Means
The message:
“There was a problem processing your video…”
means the job failed during one of these backend stages:
Ingestion (file access/download)
Transcoding
AI indexing
Your support ID:
westus2---tcvhjqqjho---xxxx
Indicates the job ran in West US 2, which is helpful if you escalate to support.
Step-by-Step Troubleshooting
1.Check Video Format & Encoding.
Azure Video Indexer works with:
Container: MP4
Video codec: H.264 (AVC)
Audio codec: AAC
Constant frame rate
Failures often happen due to:
HEVC/H.265 edge profiles
Variable frame rate
Corrupted container metadata
Very high bitrate or unusual encoding settings
Re-encode to standard MP4 (H.264 + AAC) and try again.
2.Verify File Size & Duration Limits
Video Indexer limits:
Max file size: 30 GB
Max duration: 4 hours
If your file is large or long:
Trim a 1–2 minute clip
Upload the smaller test version
If the short clip works → the issue is size/complexity related.
3.If Uploading via URL
If you're indexing via URL:
Confirm the SAS token hasn’t expired
Ensure read permissions are enabled
Verify TLS 1.2+ is supported
Check firewall/private endpoint restrictions
If the service cannot fully access the media file, processing fails early.
4.Try Re-Uploading
Sometimes failures are simply:
Corrupted upload
Interrupted transfer
Browser-related issues
Try Re-uploading the file, Using a different browser, Uploading via API instead of portal (or vice versa)
5.Region-Specific Backend Issue
Since your job ran in West US 2, there’s a chance this is a transient backend issue.
You can test by:
Re-uploading the same file
Or processing in another region (if your account allows)
If it works elsewhere → likely a regional processing issue.
If you want the quickest signal:
Re-encode to MP4 (H.264 + AAC)
Trim to 1–2 minutes
Upload again
Please refer this
I Hope this helps. Do let me know if you have any further queries.
Thank you!