AI Video Detector
-
--
This is an AI-powered estimate from sampled frames, not a court-admissible forensic test. False positives and false negatives happen — use judgment alongside it.
When to check a video
Newsroom verification
Vet a viral clip before you republish it. Pair frame-sampling with reverse-image-search on keyframes and InVID metadata checks. One signal among several, never proof on its own.
Deepfake / face-swap
Check whether a face in a video was swapped — look for boundary flicker around the jaw, mismatched skin tone, teeth that warp between frames. Switch the mode chip to Deepfake for a face-focused pass.
Catfish / romance scams
A short selfie video is harder to fake than a photo, but AI avatars exist. Sample it before trusting a profile. A live, unscripted video call is still the gold standard.
Education / submissions
Screen submitted video assignments for AI generation before a human review. Tells you a clip is likely synthetic; cannot prove which tool made it. Never the sole basis for an integrity charge.
Honest about limits
Top-tier models (Sora 2, Veo 3, Kling 2, Runway Gen-4) produce clips that pass frame-level checks. Re-encoded, cropped, or short clips are harder to score. C2PA content credentials, where present, are more reliable than visual heuristics.
How it works
Everything runs in your browser up to the frame check: we grab evenly-spaced frames from your clip, send only those still images to our vision model, and average the results. The video itself never leaves your device as a file — only the sampled frames are analyzed.
மேம்பட்ட விருப்பத்தேர்வுகள்
முடிவு
❤️ Free.ai ஐ நேசிக்கிறீர்களா?
ஒரு அறிமுகப்படுத்தும் இணைப்பை பெறவும் நண்பருக்கு 30,000 டாக்கன்களை சம்பாதிக்கவும் பதிவுசெய்யவும்.
உங்கள் கோரிக்கை செயலாக்கப்படுகிறது...
Upload a clip and find out whether it was AI-generated or deepfaked. We sample frames and check each for diffusion artifacts and face-swap tells. Free, no account.
எப்படி பயன்படுத்துவது AI Video Detector
உங்கள் உள்ளீட்டை உள்ளிடு
உரை உள்ளிடவும், கோப்பினை ஏற்றவும், அல்லது உங்களுக்கு தேவையானதை விவரிக்கவும். கணக்கு தேவையில்லை.
க்ளிக் உருவாக்கு
சிறந்த திறந்த மூல மாதிரிகளை பயன்படுத்தி எங்கள் ஏஐ உங்கள் கோரிக்கையை சில நொடிகளில் செயல்படுத்துகிறது.
பதிவிறக்கவும் பகிரவும்
உங்கள் முடிவுகளை பதிவிறக்கவும், நகலெடுக்கவும் அல்லது பகிரவும். தனிப்பட்ட மற்றும் வணிக பயன்பாட்டிற்கு இலவசமாக.
API மூலம் இந்த கருவியை பயன்படுத்து
இந்த கருவியை உங்கள் சொந்த குறியீட்டிலிருந்து தானாகவே உருவாக்கவும். OpenAI-க்கு ஏற்ற REST முடிவு புள்ளி, Bearer-token auth, கூடுதல் SDK தேவையில்லை. Token cost web interface க்கு பொருந்தும்.
curl -X POST https://api.free.ai/v1/video/generate/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"prompt": "A cat playing piano", "duration": 4}'
AI Video Detector — FAQ
இந்த கருவியை எப்படி மதிப்பிடலாம்?