Back to Videos

watch

YouTube

This video showcases the power of Claude Code, a tool that allows users, regardless of their technical skill level, to build custom applications for everyday media processing tasks. The presenter demonstrates how he built a "Media Toolkit" app featuring video splitting, video compression, image conversion, PDF tools, audio extraction, and an AI image editor. The core message is that instead of paying for multiple subscription services for these functionalities, users can leverage Claude Code to create and run these tools locally and for free. The video highlights the efficiency of using Claude Code, detailing how it took only about an hour and fifteen minutes to develop six different applications. The presenter emphasizes the benefits of owning these tools outright, avoiding recurring subscription fees, forgotten charges, and privacy concerns associated with uploading personal data to third-party websites. He walks through the prompting process within Claude Code, explaining how to instruct the AI to build specific features and manage project progress through markdown files. Ultimately, the video aims to inspire viewers to apply Claude Code to their own needs, demonstrating that complex tasks like video compression or image conversion can be automated and personalized with minimal effort and cost. It encourages a shift from relying on external services to building self-sufficient, locally run applications, thereby saving time and money while gaining full control over media processing workflows.

Introduction to Claude Code's Power

  • The presenter introduces Claude Code as a tool that enables users to build applications rapidly.
  • He contrasts the typical experience of signing up for random websites, entering credit card details, and getting charged later with the ability to build custom apps in minutes or hours.
  • He clarifies that he's not talking about "flimsy, vibe-coded apps," but robust, useful applications.

The Media Toolkit Demo

  • The presenter showcases a "Media Toolkit" app he built, featuring six functionalities: Video Splitting, Video Compression, Image Conversion, PDF Tools, Audio Extraction, and AI Image Editor.
  • He emphasizes that these are tools users would want to access daily and can create for themselves.

Problems with Existing Services

  • The presenter illustrates the common workflow for using online tools: searching, landing on sponsored results, signing up, potentially paying, and then forgetting about subscriptions.
  • He highlights issues like paywalls and recurring charges for one-off tasks.

Cost Analysis: Claude Code vs. Subscriptions

  • The presenter reveals that he would have spent approximately $56/month on various individual services (e.g., VideoSplitter.io - $12/mo, CompressVideo.com - $9/mo, AI-Edit.com - $15/mo, PDFMerger.pro - $7/mo, ImageConvert.net - $8/mo, MP3Extraction.io - $5/mo).
  • By building these tools with Claude Code, the total cost is $0/month.
  • He mentions that building all six tools took him 1 hour and 15 minutes.

Benefits of Building with Claude Code

  • Built once, owned forever
  • Runs locally on your own computer
  • $0/month cost
  • Avoids spreading personal information and credit card details across multiple sites.
  • Allows users to pick and choose desired features.

Walkthrough of Claude Code Interaction

  • The presenter shows his Claude Code interface, where he started with a file to use the Nano Banana API for image editing.
  • Initial Prompt: "I want to create one app I can run on local host that is capable of the following: Video splitting (split long videos in half), Image format conversion (PNG to JPG, WEBP, etc.), PDF merging/splitting, Audio extraction from video (MP4 to MP3), AI image editing with Gemini API (background changes). I want a simple interface where I have one button per functionality I'm seeking. I'd like you to be thoughtful of what the interface/features for each functionality should be."
  • He then broke down specific requirements for each functionality (e.g., drag and drop for video splitting, convert any image to another type).
  • He specified using the Nano Banana API for the image editor.
  • Workflow: He asked Claude Code to "Create a plan for creating one simple, sleek, super app I can run locally that does all of this."
  • Claude Code performed WebSearch to find best practices and libraries.
  • It then asked clarifying questions about desired features for each tool (e.g., generate new images vs. edit existing, simple vs. advanced PDF split modes, download options).

Project Management and Iteration

  • The presenter instructed Claude Code to create a markdown file (BUILD_PROGRESS.md) to track progress across different phases.
  • This allows for seamless transitions between chat sessions, serving as a "baton pass" to tell a new session exactly "where we're at" and "what we need to do next."
  • He noted that the initial goal was five functionalities, but he later decided to add video compression.

Overcoming Challenges (Video Splitting/Compression)

  • The Problem: Initial attempts at video splitting/compression using browser-based uploads would crash or take too long for large files (e.g., 3GB video file).
  • The Solution: Claude Code was guided to implement direct local file path processing, avoiding browser uploads for massive files.
  • The presenter realized the progress bar wasn't accurately reflecting the backend processing, leading to user frustration (the "Silent Squeeze" dilemma vs. "Speed Dials" solution with real-time feedback).
  • He refined prompts to instruct Claude Code to avoid browser uploads and use Python for local splitting.

Demonstration of Completed Tools

  • PDF Tools: Shows splitting a PDF invoice in less than a second.
  • Audio Extraction: Demonstrates extracting audio from a 1.6 GB video (46 minutes long) into an MP3 file in under 30 seconds.
  • Video Compression: Compressing a 130 MB video (1hr 24min) to ~90 MB with low quality/360p resolution in under a minute. He mentions the capability to specify target file size or quality presets.

Conclusion and Call to Action

  • The video concludes by encouraging viewers to apply Claude Code to build tools for their own daily needs.
  • He highlights an exclusive community where he shares "value bombs" and resources for learning Claude Code and generating assets at scale.

Timestamps

00:00
Introduction: The Power of Claude CodeThe presenter highlights the potential of Claude Code to build useful applications quickly and for free.
00:20
Showcasing the Media Toolkit AppA demo of the custom-built 'Media Toolkit' app with various functionalities.
01:10
Problem with Online ToolsIllustrates the hassle of using multiple online services with subscriptions and hidden charges.
02:24
Cost Savings ComparisonCompares the cost of subscription services ($56/month) versus building with Claude Code ($0/month).
03:42
Claude Code Prompting WorkflowWalkthrough of the initial prompt and how Claude Code generates a plan and asks clarifying questions.
05:56
Claude Code's Iterative ProcessDemonstrates how Claude Code performs web searches, asks questions, and tracks progress with a markdown file.
07:54
Software Installation & Debugging (Image Converter)Explains how Claude Code helped upgrade image converter to handle HEIC files, including debugging incompatible parts.
10:24
PDF Tools & Audio Extraction FunctionalityShows quick and efficient PDF splitting and audio extraction from video files.
10:59
Problem Solving: Large Video FilesDetails the challenge of uploading large video files to the browser and the solution of using local file paths for processing.
13:15
Video Compression & Progress TrackingDiscusses advanced video compression features like resolution/quality control and the importance of real-time progress feedback.
14:44
Final Demo: Video CompressionLive demonstration of compressing a video file within the custom Media Toolkit app.
15:41
Conclusion & Call to ActionSummary of Claude Code's benefits and an invitation to join an exclusive community for further learning.

Target Audience

Individuals, developers, and small business owners who want to automate daily media processing tasks, save money on software subscriptions, and gain more control over their digital tools without extensive coding knowledge.

Use Cases

  • -Building custom media processing applications for personal or business use.
  • -Automating repetitive tasks like video splitting, image format conversion, or audio extraction.
  • -Saving money by replacing multiple paid subscription services with free, locally-run tools.
  • -Learning practical application of AI tools like Claude Code for real-world problem-solving.
  • -Creating bespoke solutions for specific file types or processing needs not fully met by existing software.

Key Topics

AI-powered application developmentPersonal productivity and automationCost-saving through custom softwareEfficient media processing workflows