DEV Community

Cover image for I built a tool that turns any video URL into a pasteable MP4 — and it's completely free
Abdullahi
Abdullahi

Posted on

I built a tool that turns any video URL into a pasteable MP4 — and it's completely free

Have you ever copied a YouTube link, pasted it into a chat, and thought: "I wish I could just paste the actual video instead of this ugly URL"?

I felt that way almost every day.

Downloading videos from the internet is surprisingly painful. You have to visit third-party websites, dodge pop-up ads, avoid fake download buttons, wait for processing, manually save the file, and then finally upload it where you want it to go.

So I built ClipForge — a free Windows tool that does exactly one thing really well.

How It Works
Copy a video URL from YouTube, TikTok, Instagram, or other platforms.

ClipForge runs silently in your system tray and detects the link automatically.

It downloads the video and copies the finished MP4 file back to your clipboard.

You press Ctrl+V anywhere — chat, email, document, video editor — and the video pastes right in.

No websites. No ads. No sign-ups. No tracking. Just Ctrl+V.

Supported Platforms
ClipForge currently works with:

YouTube

TikTok

Instagram

Facebook

X (Twitter)

Reddit

Vimeo

Dailymotion

Twitch

Streamable

Rumble

Why I Built It
I'm a content creator and developer. I constantly need to pull clips from different platforms for editing or sharing. Every single time I needed a video, I had to:

Google a downloader site.

Close three pop-up ads.

Paste the URL.

Wait for processing.

Click download.

Open my downloads folder.

Drag it to my editor.

I was wasting minutes every day on a task that should take seconds. So I asked myself: What if I just copy the link and paste the video?

That's how ClipForge was born.

The Tech Stack
For the developers reading this:

Python – Core logic

yt-dlp – Extracts video and audio streams from multiple platforms

FFmpeg – Remuxes or transcodes streams into a clean MP4

Win32 API (ctypes) – Handles the clipboard magic, copying the file as a CF_HDROP object

The biggest challenge was audio selection. Many formats default to dubbed or descriptive tracks. ClipForge automatically scans for the original language track so you always get the creator's intended audio.

What Makes It Different?
Existing Solutions ClipForge
Require visiting a website Works directly from your clipboard
Filled with pop-up ads Completely ad-free
Manual downloads Copies the file back to clipboard automatically
Tracking and sign-ups No tracking, no accounts, no sign-ups
Multiple steps One step: copy link → paste video
Try It Yourself
ClipForge is completely free and will always be free. No hidden fees, no premium tiers, no paywalls.

If you're on Windows 10 or Windows 11, download it here:

📥 Download ClipForge

https://abdullahi3948.itch.io/clipforge

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.