Posts

Showing posts with the label metadata

Turn MP4 Videos Into MP3s Automatically (With Titles & Artwork!)

Image
https://youtube.com/shorts/h82GViZfRiU Stop installing unsafe converter apps just to turn a video into an MP3. There’s a safer, cleaner way. In this quick tip, Bob the Cyber-Guy shows how a simple batch file and FFmpeg can automatically convert MP4 videos into MP3 audio files — complete with titles, metadata, and artwork — with just one click. The batch file that makes all this possible is included in my Blog Post available at: https://bob3160.blogspot.com/2026/03/convert-mp4-videos-to-mp3-automatically.html 👉 Download the ready-to-use tool (ZIP file): https://drive.google.com/file/d/1NBg3Ss76RbU5yZRocet44VyQCb5PlWiG/view?usp=sharing Quick Start: 1. Download the ZIP file 2. Extract the files 3. Double-click the batch file That’s it. Simple. Safe. No shady software. I used the following tools to help me put all this together: ChatGPT, Grok's Imagine and ScreenPal 

Convert MP4 Videos to MP3 Automatically — With Artwork and Tags

Image
Many people download questionable “free converter” apps just to turn a video into an MP3 file. Unfortunately, many of those programs come bundled with ads, trackers, or worse. There’s a much cleaner and safer way. With one small batch file and a trusted tool called FFmpeg , Windows can automatically: • Convert MP4 videos to MP3 audio • Create a separate MP3 folder • Add metadata such as title and artist • Embed album artwork • Clean up temporary files All with a simple double-click. This method uses FFmpeg, a trusted open-source tool, and avoids installing unknown “free converter” software that may include ads or hidden risks. Let’s walk through it. Step 1 — Install FFmpeg Right-click the Start button on your Windows taskbar and select Windows Terminal . Then type this command and press Enter : winget install ffmpeg Windows will automatically download and install FFmpeg. Step 2 — Create a Working Folder Create a folder and place your MP4 files inside it. Example: M...