# fossasia/veditor

Veditor

Repository: https://github.com/fossasia/veditor
Canonical: https://ross.abutalabs.com/products/veditor
Language: Python
License: Apache-2.0
License Family: permissive
Last push: 2026-08-25T11:32:09+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 3329, "days_push": 8, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1478, forks 44 (observed 2026-08-28T04:04:50.523515+00:00)

## What it is
Veditor is a standalone, reusable video-review and transcoding pipeline built with FastAPI and RQ, backed by Postgres and Redis. It exposes an HTTP API for submitting video processing jobs that are executed asynchronously by RQ workers using ffmpeg.

## Use cases
- run a self-hosted video transcoding pipeline
- process uploaded videos asynchronously with ffmpeg
- build a video review and approval workflow
- offload heavy video encoding jobs to background workers
- expose a REST API for video processing tasks
- queue and track video processing job states

## When to choose
- you need a reusable backend service for video transcoding and review
- you want asynchronous ffmpeg-based processing with a job queue
- you prefer a Python/FastAPI stack you can self-host or containerize

## When to avoid
- you need a ready-made video editing GUI rather than a backend pipeline
- your project is not Python-based and you want a language-native solution
- you only need simple one-off ffmpeg conversions without an API or queue

## Facets
- artifact type: service
- maturity: active
- function: video-processing, http-server, api-framework, message-queue, workflow-automation
- domain: media, backend, apis, self-hosted
- platform: python, self-hosted, cross-platform
- tags: fastapi, rq, ffmpeg, transcoding, video-review, postgres, redis, background-jobs, video, docker, web-server

## Member repositories
- fossasia/veditor (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:50.523515+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:21.505262+00:00, confidence not recorded.
  - readme: https://github.com/fossasia/veditor (fetched 2026-08-28T04:04:50.523515+00:00, sha 75040926e51b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
