Fix iPod Video Playback Issues

A diagnostic checklist for every common iPod video problem — from files that won't sync to videos with no sound.

Nine times out of ten, an iPod video that won't play is a codec problem. This guide walks through the rest of the cases too.

Symptom: file won't sync at all

iTunes (or Apple Devices) shows an error or silently refuses to copy the file. Causes:

  • Wrong container. .mkv, .avi, .mov and .wmv are not accepted. Re-mux or re-encode to .mp4.
  • Media Kind set to Music. Right-click the file in iTunes → Get Info → Options → Media Kind → set to Movie or Music Video.
  • Device storage full. Check the capacity bar.

Symptom: file syncs but won't play on the iPod

The video appears in the iPod's list but tapping it produces "This movie cannot be played" or an immediate return to the menu. This is almost always a codec issue.

  • H.264 High Profile. Re-encode with Baseline Profile.
  • H.265 video. Only iPod Touch 6G and 7G decode HEVC. Re-encode to H.264 for everything older.
  • Resolution over the device ceiling. See the model compatibility table and downscale.

Symptom: video plays but no sound

You see the picture but hear nothing.

  • AC3 or DTS audio track. Only some iPod Touch models handle AC3 over the dock; none play DTS. Re-encode audio to AAC.
  • Audio track is too high a bitrate. Some files have AAC at 320 kbps or higher, which older iPods drop. Re-encode at 128–160 kbps.
  • Surround-only tracks. A 5.1 AAC track will play, but the iPod folds it to stereo and quiet centre-channel dialogue gets lost. Downmix to stereo during conversion.

Symptom: video stutters or audio drifts out of sync

The hardware decoder can't keep up.

  • Bitrate too high — cap video at 2.5 Mbps for Classics/Nanos.
  • Variable frame rate source — force constant frame rate during conversion (HandBrake: Constant Framerate on the Video tab).
  • Resolution too high — downscale to the device's native pixel count.

Symptom: thumbnails wrong or missing

iPods read the first I-frame for thumbnails. If yours are blank or garbled, re-encode with the -movflags +faststart flag (FFmpeg) or Web Optimized ticked (HandBrake).

Symptom: video plays in iTunes but not on the iPod

iTunes uses a much more permissive decoder than the iPod hardware. Use MediaInfo on the file: if the video profile isn't Baseline, that's your culprit. Re-encode.

The nuclear option: re-convert from scratch

If you've tried multiple fixes and nothing works, go back to the source and run it through HandBrake's Apple 240p30 preset with no modifications. That preset produces the most conservative file possible and will play on any video-capable iPod.