Skip to main content

4 posts tagged with "FFmpeg"

FFmpegを使った動画・音声処理に関する記事。

View all tags

Releasing Colab Mosaic Clip — a Google Colab tool for applying mosaics to any region of a video

· 3 min read
hiroaki
Individual Developer
If this site helped you, please support us with a star! 🌟
Star on GitHub

Today I'm releasing Colab Mosaic Clip — an open-source tool that applies a mosaic or solid-color mask to any time range and region of a video, entirely through a GUI, and exports the result as MP4. It runs ffmpeg and Pillow on Google Colab, so everything from specifying the time range to placing mosaic regions and exporting the final file is handled inside the notebook UI.

Zoom Feature Added to Make Demo GIF / MP4

· 3 min read
hiroaki
Individual Developer
If this site helped you, please support us with a star! 🌟
Star on GitHub

Make Demo GIF / MP4, released earlier this month, now includes a zoom feature. When you want to draw attention to a specific interaction in a screen recording, simply dropping in a GIF or MP4 does not always communicate what matters. This update adds an optional zoom effect that smoothly magnifies any area of the video to highlight button clicks, form inputs, or other key UI moments.

Releasing "Make Demo GIF / MP4" — A Google Colab Tool for Converting Screen Recordings to GIF & MP4

· 3 min read
hiroaki
Individual Developer
If this site helped you, please support us with a star! 🌟
Star on GitHub
Make Demo GIF / MP4 demo

Today I'm releasing Make Demo GIF / MP4, an open-source tool that converts screen recordings into GIFs or MP4s optimized for GitHub READMEs and social media. It runs FFmpeg on Google Colab, letting you merge multiple videos, tune quality, and adjust playback speed — all through a notebook UI, no command line required.