nowfound

Alternatives

Products that do what ffmpeg-english "capture from /dev/video0 every 1 second to jpg files" does

  1. 1EF

    I built a CLI tool that lets you do common video/audio operations without remembering ffmpeg syntax. Instead of: ffmpeg -i video.mp4 -vf "fps=15,scale=480:-1:flags=lanczos" -loop 0 output.gif You write: ff convert video.mp4 to gif More examples: ff compress video.mp4 to 10mb ff trim video.mp4 from 0:30 to 1:00 ff extract audio from video.mp4 ff resize video.mp4 to 720p ff speed up video.mp4 by 2x ff reverse video.mp4 There are similar tools that use LLMs (wtffmpeg, llmpeg, ai-ffmpeg-cli), but they require API keys, cost money, and have latency. Ez FFmpeg is different: - No AI – just…

    Dec 2025 · npmjs.com

  2. 2FI

    I found that I am using ChatGPT more and more to get the FFmpeg command I need, but the process can be a bit tedious: copy-pasting commands, dealing with input file names and locations, making sure the prompt contains enough info about the input files. This site attempts to solve that. You just describe what you want to do, pick the input files and an LLM (currently DeepSeek) generates the FFmpeg command. You can then run it directly in your browser or use the command elsewhere.

    2025 · vidmix.app

  3. 3WA
  4. 4FP

    You ever just want to shrink a video… and suddenly you’re buried in flags, half-broken StackOverflow answers, and 10 tabs open just to figure out one command? That’s been me. Every. Single. Time. So I built FFmpeg Pages — a dead-simple collection of the commands I kept searching for. No fluff, no digging, just the stuff that actually works.

    2025 · ffmpegs.pages.dev

  5. 5WN
  6. 6VA

    Hi HN, I built VidStudio, a privacy focused video editor that runs in the browser. I tried to keep it as frictionless as possible, so there are no accounts and no uploads. Everything is persisted on your machine. Some of the features: multi-track timeline, frame accurate seek, MP4 export, audio, video, image, and text tracks, and a WebGL backed canvas where available. It also works on mobile. Under the hood, WebCodecs handles frame decode for timeline playback and scrubbing, which is what makes seeking responsive since decode runs on the hardware decoder when the browser supports it. FFmpeg…

    Apr 2026 · vidstudio.app

  7. 7TF

    Hi HN, I built typed-ffmpeg, a Python package that lets you build FFmpeg filter graphs with full type safety, autocomplete, and validation. It’s inspired by ffmpeg-python, but addresses some long-standing issues like lack of IDE support and fragile CLI strings. What’s New in v3.0: • Source filter support (e.g. color, testsrc, etc.) • Input stream selection (e.g. [0:a], [1:v]) • A new interactive playground where you can: • Build filter graphs visually • Generate both FFmpeg CLI and typed Python code • Paste existing FFmpeg commands and reverse-parse them into graphs Playground link:…

    2025 · github.com

  8. 8

    Encode, convert & stream audio and video

    2016

  9. 9JI
  10. 10FW

    Built a browser-based FFmpeg editor that runs entirely client-side via WebAssembly. Your files never leave your device -- all processing happens in a Web Worker. Works offline as an installable PWA after first load.

    Jun 2026 · github.com

  11. 11
    Formatify130

    Ultimate free client side converter app

    2024

  12. 12FE
  13. 13

    Declarative ffmpeg runtime for event driven batch processing

    27d ago · ffmpeglab.com

  14. 14FP

    2025 · bigballi.com

  15. 15
    Renderr86

    Automatically cut, structure, caption + adds music vids

    Apr 2026

  16. 16

    Extract JPEG frames from any video — free, no signup

    Jun 2026

  17. 17FU

    2020 · fileconverter.digital

  18. 18FW
  19. 19

    The IDE for video engineers

    Apr 2026

  20. 20BA
  21. 21CA

    This is part one of making a video player in FFmpeg and SDL. We extract images from a video and save them as .ppm files.

    2023 · ffmpeg.substack.com

  22. 22CT

    Hi everyone! I originally created CodeVideo as a little side project using FFMPEG WASM in the browser as an experiment, but it's since grown into my vision for a completely automated software educational course production system. The idea is that you create the educational content once, then can export the course to multiple formats - as a video (of course!), but also as an interactive webpage, a blog post, or even a book, PDF, or PowerPoint! Basically a "create once, ship everywhere" concept. Things will get more interesting as I incorporate stuff like spell check (for speech) and abstract…

    2025 · studio.codevideo.io

  23. 23

    Run FFmpeg commands on our infra.

    May 2026 · verygoodffmpeg.com

  24. 24FE

    Dec 2025 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →