Skip to content

Instantly share code, notes, and snippets.

@lightscalar
Last active August 29, 2015 14:21
Show Gist options
  • Save lightscalar/87916a99d234fe9084d2 to your computer and use it in GitHub Desktop.
Save lightscalar/87916a99d234fe9084d2 to your computer and use it in GitHub Desktop.

To convert h.264 format to mp4, install the following utility:

sudo apt-get install gpac

And then,

MP4Box -add filename.h264 filename.mp4

Et voila!

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