Skip to content

Instantly share code, notes, and snippets.

@BjoernSchilberg
Last active September 8, 2017 18:04
Show Gist options
  • Select an option

  • Save BjoernSchilberg/b63110b87a45a0fa8e5010d6b19971d2 to your computer and use it in GitHub Desktop.

Select an option

Save BjoernSchilberg/b63110b87a45a0fa8e5010d6b19971d2 to your computer and use it in GitHub Desktop.
Import videos and images stored on an SD card to the IPad

Import videos and images stored on an SD card to the IPad

Videos stored on an SD card can be imported with the Camera Connection Kit when formatted properly.

Formatting your SD card

First, you must set up your SD card. In order for the iPad to recognize your media files, it has to think that the card you store your media on is from a camera.

To do this, set the folder structure to something of the type created on a card that's used in a camera, for example:

DCIM > 100DICAM >

Any media you want to be able to import to your iPad should be placed in the 100DICAM folder.

Formatting your media files

Now that your SD card is properly set up, you need to be sure your video files are recognized.

The first thing you must do is ensure that your files are H.264-compliant. You can use free encoding software like https://handbrake.fr/ , which has an iPad preset, to properly encode your files.

Once your files are compatible with your iPad, you must rename them. The name must be eight digits with sequential numbers, just like when a camera takes pictures, for example: DSC_0001, DSC_0002, and so on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment