Computers & Electronics
174,591 views
28 min · 3 min read
8 steps
Advanced

How to convert and optimize video files for mobile viewing with HandBrake presets

Converting and optimizing videos for mobile makes them smaller, smoother, and easier to watch on phones and tablets without sacrificing noticeable quality. This guide walks through a practical HandBrake-based workflow so you can pick sensible presets, set codecs and bitrates, and produce files that balance quality, file size and battery usage.

Verified by pleasexplain editors
  1. Step 1: Install and open HandBrake

    Download the latest HandBrake for Windows, macOS, or Linux and run the installer; launch the app. Familiarize yourself with the Source, Summary and Presets panes so you know where to load files and pick target profiles.

    [Illustration: HandBrake application window showing Source, Presets, and Summary panels on desktop screen]

  2. Step 2: Load your source video

    Click Open Source and choose a single file or a folder of files. Check file info like resolution, frame rate and duration in the Summary area so you can match target settings to the source characteristics.

    [Illustration: File browser selecting a video file to open in HandBrake with metadata displayed]

  3. Step 3: Choose a mobile-focused preset

    Pick a built-in preset such as ‘Fast 720p30’ or ‘Very Fast 480p30’ depending on target screen size and performance. Using presets saves time and applies sensible defaults for codec, container and filters geared to mobile playback.

    [Illustration: HandBrake Presets list highlighting mobile-friendly presets like Fast 720p30 and Very Fast 480p30]

  4. Step 4: Set container and codec

    Use MP4 (or .m4v) container for widest mobile compatibility and choose H.264 (x264) for older devices or H.265 (x265) for newer phones to reduce file size by ~25-40%. Confirm encoder profile is Main or High for H.264 and Main for H.265.

    [Illustration: HandBrake output settings showing MP4 container and codec dropdown set to H.264 or H.265]

  5. Step 5: Adjust resolution and scaling

    Set a maximum width of 1280 for tablets or 720 for phones, using the Resize/Scaling controls to maintain aspect ratio. Downscaling from 4K to 1080p or 720p will cut file size dramatically while preserving perceptible quality on small screens.

    [Illustration: HandBrake Dimensions tab with Width set to 1280 or 720 and aspect ratio lock enabled]

  6. Step 6: Pick bitrate or quality

    For constant quality use RF 18-23 for H.264 (lower = better quality) and RF 22-28 for H.265. For target file sizes use average video bitrate: 800-1,500 kbps for 720p mobile, 400-800 kbps for 480p. Use two-pass encoding for a predictable size.

    [Illustration: HandBrake Video settings showing RF slider and bitrate fields with example values like RF 20 and 1000 kbps]

  7. Step 7: Optimize audio and subtitles

    Select AAC audio codec at 128-192 kbps for stereo audio to balance clarity and size; use mono for voice-only tracks at 64 kbps. Burn subtitles only when necessary and choose embedded soft subs to keep files flexible.

    [Illustration: HandBrake Audio and Subtitles panels with AAC 128 kbps selected and subtitle track options visible]

  8. Step 8: Queue and encode

    Add files to the queue if processing multiple videos, verify output destination, then click Start Encode. Expect roughly 1x to 3x real-time encode speed on modern laptops (e.g., a 10-minute file may take 10–30 minutes depending on settings).

    [Illustration: HandBrake Queue window with several files added and a progress bar during encoding]


  • Preview a 30-second clip using the Preview button to check quality before batch encoding large files.
  • When targeting older phones, prefer H.264 with Baseline/Main profile and a level ≤ 4.1 for compatibility.
  • Enable Fast Decode or Hardware Acceleration (NVENC/QuickSync) to speed up encodes, but test visual quality as hardware encoders can be less efficient.
  • Use a constant quality RF setting rather than a single low bitrate when source bitrates vary to avoid artifacts.
  • For streaming over mobile data, aim for total file bitrates under 1.5 Mbps to limit data usage while keeping decent quality.
  • Include a short filename and metadata (title, artist) so mobile players sort and display videos properly.

  • H.265 requires newer device support; older phones may not play H.265 files or will consume more battery decoding them.
  • Very low RF or bitrate values (e.g., RF >28 or bitrate <400 kbps for 480p) produce visible compression artifacts and blockiness on moving scenes.
  • Hardware-accelerated encoders may introduce banding or blockiness; verify output visually before deleting originals.
  • Do not overwrite original source files; keep a backup until you confirm the optimized file meets expectations.

Was this guide helpful?