How to Send Videos on Discord Without Nitro

Methods to share videos on Discord while staying within the 8MB free upload limit

Category
Discord Media
Difficulty
Intermediate
Updated
2025

How to Send Videos on Discord Without Nitro

To send videos on Discord without Nitro, you need to compress the video file to under 8MB, split large videos into smaller parts, or use external hosting services. Discord's free tier has an 8MB upload limit, but there are several workarounds to share video content effectively.

Discord File Limits:

  • Free users: 8MB maximum file size
  • Nitro Basic: 50MB maximum file size
  • Nitro: 100MB maximum file size
  • Server boosts: Can increase limits for all members

Method 1: Video Compression

Online Video Compressors

Desktop Compression Software

HandBrake Compression Steps

  1. Download and install HandBrake
  2. Open your video file in HandBrake
  3. Select "Fast 720p30" preset for good compression
  4. Adjust video quality (RF 22-28 for good balance)
  5. Set target file size to under 8MB if possible
  6. Choose MP4 format for best Discord compatibility
  7. Start encoding and wait for completion
  8. Check file size and adjust settings if needed

Method 2: Video Splitting

Free Video Splitting Tools

VLC Video Splitting Steps

  1. Open VLC Media Player
  2. Go to Media > Convert/Save
  3. Add your video file
  4. Click "Convert/Save"
  5. Set start and stop times for each segment
  6. Choose output format (MP4 recommended)
  7. Convert each segment separately
  8. Check each file is under 8MB

Method 3: External Hosting Services

Free Video Hosting Platforms

YouTube Upload Process

  1. Create YouTube channel if you don't have one
  2. Upload your video to YouTube
  3. Set video to "Unlisted" for privacy
  4. Copy the video URL
  5. Paste the link in Discord chat
  6. Discord will show an embedded preview

Method 4: GIF Conversion

When to Use GIFs

GIF Creation Tools

Optimizing GIFs for Discord

  1. Keep it short: 2-5 seconds for best file size
  2. Reduce frame rate: 10-15 FPS instead of 30
  3. Lower resolution: 480p or 720p maximum
  4. Limit colors: Reduce color palette for smaller files
  5. Optimize loops: Ensure smooth looping animation

Compression Settings Guide

Recommended Settings for 8MB Limit

Video Length Resolution Bitrate Format
10 seconds 1080p 5000 kbps MP4 (H.264)
30 seconds 720p 2000 kbps MP4 (H.264)
60 seconds 480p 1000 kbps MP4 (H.264)
2+ minutes 360p 500 kbps MP4 (H.264)

Quality vs File Size Balance

Mobile Video Compression

iOS Apps

Android Apps

Advanced Techniques

FFmpeg Command Line Examples

# Compress to target file size (8MB)
ffmpeg -i input.mp4 -fs 8M -c:v libx264 -crf 28 output.mp4

# Split video into 30-second segments
ffmpeg -i input.mp4 -c copy -segment_time 30 -f segment output_%03d.mp4

# Convert to GIF with optimization
ffmpeg -i input.mp4 -vf "fps=15,scale=480:-1" output.gif

Batch Processing

Troubleshooting Common Issues

File Still Too Large

Solutions:

  • Further reduce quality: Lower resolution or bitrate
  • Shorten the video: Trim unnecessary content
  • Remove audio: Delete audio track if not needed
  • Change format: Try different compression formats
  • Split into parts: Divide into smaller segments

Quality Loss Issues

Upload Failures

Best Practices

Video Preparation

Sharing Strategies

Alternative Solutions

Discord Nitro Benefits

Free Alternatives to Consider

✅ Pro Tip: For frequently shared content, create a template compression setting that consistently produces files under 8MB. This saves time and ensures reliable uploads to Discord.

Content-Specific Tips

Gaming Videos

Educational Content

Creative Content