AIAny
AI Video2022
Icon for item

Reddit Video Maker Bot 🎥

Generate short social videos from Reddit threads in one command — captures post content, assembles visuals and optional TTS narration, and outputs an upload-ready MP4. Runs locally with Python + Playwright; does not auto-upload for safety.

Introduction

Automating the last-mile of social video creation matters because the most time‑consuming part is assembly and editing, not sourcing content. This project compresses that editing work into a reproducible pipeline so creators can produce many short Reddit-origin videos quickly without manual timeline editing.

What Sets It Apart
  • One-command assembly of a Reddit thread into an MP4: captures post text/images, composes background, and times clips so you get a finished file rather than source assets — so what? you skip manual editing software and exporting steps.
  • Local-first workflow with explicit manual upload: the tool purposefully stops at producing the final file instead of automating uploads — so what? it reduces risks around account/DMCA/community-guideline automation while keeping creators in control of publishing.
  • Lightweight, opinionated visuals and voice options: comes with default backgrounds and configurable voice choices (TTS integration possible) — so what? you can produce platform-ready aspect ratios and narration without building an editing pipeline.
Who It's For & Trade-offs

Great fit if you want to batch-produce short, commentary-style social videos from Reddit without learning video editors and you can run a local Python environment. Look elsewhere if you need integrated cloud publishing, heavy custom motion graphics, or guaranteed enterprise-grade moderation/rights clearance — the project is experimental, requires Playwright and a Reddit "script" app setup, and places responsibility for legal/content compliance on the user.

Where It Fits

This sits between simple screen-recording and full editing suites: much faster than manual editing for short-form social clips, but less flexible than a dedicated NLE or a cloud uploader that manages posting and account workflows.

Information

  • Websitegithub.com
  • AuthorsLewis Menelaws (Elebumm), TMRRW
  • Published date2022/05/26

Categories

More Items

Hugging Face
AI Video2026

Provides Parallel Decoding Distillation (PDD) LoRA adapters that accelerate MiniMax-H3 video generation into few inference steps. Includes official 8-step Acc LoRAs for FL2VA and Ref2VA (rank=64, network_alpha=64, BF16), demo comparison videos, and example scripts using Diffusers' MiniMax-H3 ModularPipeline.

Hugging Face
AI Video2026

Conditions a MiniMax‑H3 video generator with a single ControlNet‑Union checkpoint to accept Canny, Depth, HED, MLSD or Pose control videos and run video inpainting. Guidance‑distilled for one‑pass inference; requires the base MiniMax‑H3 weights and specific control-branch config.

Hugging Face
AI Video2026

Upscales Minimax H3 24-channel VAE latents in-place to increase spatial resolution while preserving the time dimension. Replaces the decode→pixel-upscale→encode round-trip with a learned 2D/3D latent upscaler to save compute and avoid interpolation ghosting; supports 1.0–4.0× scaling.