Automated tagging
Generate category tags per video or per scene without manual catalog work.
Adult video metadata infrastructure
Viewers search, skip, rewatch, and leave once they find what they came for. PHAR turns long videos into navigable scenes and reusable metadata for search, recommendations, review, and editorial workflows.
Long-form videos, back-catalog batches, or new uploads.
Windowed action and position recognition with label smoothing.
Tags, timestamps, chapters, annotated previews, JSON, CSV, or WebVTT.
Sample output
Turn adult videos into timestamped action and position metadata: tags, chapters, annotated previews, and candidate clips for review or editorial workflows.
Consecutive windows are merged into stable scene ranges for timelines, player markers, search filters, and editorial review.
Batch jobs and API calls can return exports that plug into CMS, search, moderation, or player systems.
{
"video": "sample.mp4",
"duration": "04:00",
"tags": ["Kissing", "Oral", "Doggystyle"],
"chapters": [
{"time": "00:20-00:58", "label": "Kissing", "confidence": "91%"},
{"time": "00:58-01:45", "label": "Oral", "confidence": "93%"},
{"time": "01:50-04:00", "label": "Doggystyle", "confidence": "88%"}
]
}
Candidate clips are ranked from detected categories, duration, label stability, confidence, and motion/activity signals.
Use cases
Generate category tags per video or per scene without manual catalog work.
Let viewers jump directly to specific scenes instead of scrubbing through the full video.
Merge raw windows into stable sections for player timelines and navigation.
Use scene timing and action labels to improve related videos, discovery, and personalization.
Route segments to human review based on category, score, or duration.
Rank segments for previews, teasers, and short-form clips using labels, duration, confidence, and motion.
Fast validation
The fastest way to test PHAR is to process a real sample from your catalog and inspect whether the metadata is useful.
Share 10-100 videos that you are allowed to process with an external vendor.
Get tags, timestamps, chapters, annotated previews, and structured exports.
Review quality on your catalog before discussing API, Docker, or licensing.
Commercial paths
One-off processing for a selected catalog sample.
Best for validationSend videos or URLs and receive timestamped metadata.
Best for recurring uploadsRun the model in your own infrastructure with support.
Best for privacy-sensitive teamsDiscuss broader model, code, and commercial-rights transfer.
Best for strategic buyersBoundaries
Next step
A small batch pilot is enough to decide whether timestamped adult video metadata improves your catalog, search, or review workflow.