Why Download Only Part of a YouTube Video?
Sometimes you do not need an entire 20-minute video. Maybe you want a 30-second clip of a native speaker using a tricky grammar pattern, a short segment for a presentation, or a reference clip for a creative project. Downloading the full video wastes storage, takes longer, and gives you extra footage you will never watch again.
Language learners in particular benefit from creating short, focused study clips. A two-minute dialogue from a Spanish vlog or a single scene from a Korean variety show becomes a powerful flashcard when you can replay it on demand. Instead of scrubbing through a long video every time you study, you have exactly the segment you need saved locally.
Below we cover four practical methods to download a part of a YouTube video, ranging from zero-install browser tools to powerful command-line options.
Method 1: Online Clip Tools
Web-based tools like YTCutter and ClipConverter let you paste a YouTube URL, set start and end timestamps, and download just that segment. No software installation required.
Step-by-Step with YTCutter
- Go to ytcutter.com in your browser.
- Paste the full YouTube video URL into the input field.
- Use the preview player to find your desired start time. Click the Set Start button.
- Scrub to your desired end time and click Set End.
- Choose your output format: MP4 for video or MP3 for audio only.
- Click Download and wait for the server to process your clip.
The main limitation of online tools is quality. Most cap output at 720p, and processing times can be slow for longer segments. They also depend on third-party servers that may go offline without notice.
Method 2: Screen Recording
Screen recording captures everything on your display, including subtitles, annotations, and on-screen translations. This makes it ideal for language learners who want to save clips with dual subtitles visible.
Using OBS Studio (Free, Cross-Platform)
- Download and install OBS Studio from obsproject.com.
- Create a new Scene and add a Window Capture source targeting your browser.
- Set your recording output to MP4 under Settings > Output.
- Navigate to the YouTube video and cue it to the segment you want.
- Click Start Recording, play the video, then click Stop Recording when your clip ends.
Using Built-In Tools
On Windows 11, press Win + Shift + R to start the Snipping Tool screen recorder. On macOS, press Cmd + Shift + 5 to open the screenshot toolbar and select Screen Recording. Both produce MP4 files you can trim afterward.
Method 3: yt-dlp with Timestamps
yt-dlp is a free, open-source command-line tool that downloads videos from YouTube and hundreds of other sites. Combined with ffmpeg, it can extract specific time ranges at full quality.
Step-by-Step
- Install yt-dlp and ffmpeg. On macOS:
brew install yt-dlp ffmpeg. On Windows, download the executables from their GitHub releases. - Open your terminal and run:
yt-dlp --download-sections "*00:01:30-00:02:45" -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]" "VIDEO_URL" - The
--download-sectionsflag tells yt-dlp to grab only the range between 1 minute 30 seconds and 2 minutes 45 seconds. - The
-fflag selects the best available MP4 video and M4A audio streams. - Your clipped file will appear in the current directory.
For audio-only extraction, add the -x --audio-format mp3 flags. This is perfect for creating listening exercises from podcast-style YouTube content.
Method 4: Browser-Based Video Editors
If you already have the full video downloaded, browser-based editors like Kapwing or Canva's video editor let you trim it to the exact segment you need without installing desktop software.
- Upload your downloaded video to Kapwing, Canva, or a similar editor.
- Use the timeline to set your in and out points.
- Export the trimmed clip in your preferred format and resolution.
This two-step approach gives you maximum flexibility. You keep the full video as a master copy and export as many clips as you need.
Legal Considerations
Downloading YouTube videos technically violates YouTube's Terms of Service. However, the legal landscape is nuanced. Personal, non-commercial use for study purposes is generally low-risk. Fair use provisions in many countries allow short clips for education, commentary, and criticism.
That said, you should never redistribute downloaded content, upload it elsewhere, or use it commercially without the original creator's permission. When in doubt, stick to screen recording short clips for personal study.
A Better Way: Study Clips Without Downloading
If your main reason for downloading clips is language learning, there is a simpler path. Funlingo adds dual subtitles directly to YouTube and Netflix, letting you study any scene in real time without downloading anything.
With Funlingo you can see your target language and native language subtitles simultaneously, click any word for an instant translation, and save vocabulary to review later. Instead of managing a library of downloaded clips, you study directly inside the streaming platform.
You can also use Funlingo's Reading Mode to read through an entire video's transcript at your own pace, highlighting and saving words as you go.
Frequently Asked Questions
Is it legal to download parts of YouTube videos?
Downloading YouTube videos violates YouTube's Terms of Service, but personal, non-commercial use for education is generally low-risk. Fair use provisions may apply for short clips used in commentary, criticism, or study. Never redistribute downloaded content without permission from the original creator.
What is the best quality format for downloading YouTube clips?
MP4 with H.264 encoding is the most compatible format across devices and players. For the highest quality, select 1080p or 4K when available. If you only need the audio track, MP3 at 320kbps or M4A provides excellent audio quality at a smaller file size.
Can I download just the audio from a YouTube video?
Yes. yt-dlp supports audio-only extraction with the -x flag. Online tools like YTCutter also offer MP3 output. Audio-only downloads are especially useful for creating listening comprehension exercises or podcast-style study material.
How do I download a YouTube clip with subtitles included?
The easiest method is screen recording, which captures subtitles as they appear on screen. Alternatively, use yt-dlp with the --write-subs flag to download subtitle files alongside the video, then burn them in using HandBrake or VLC.
