Device | CPU | GPU | Display | OpenGL |
---|---|---|---|---|
iPod touch 4 | A4 | PowerVR SGX535 | 960 x 640 | 2.1 |
iPod touch 5 | A5 | PowerVR SGX543MP2 | 1136 x 640 | 2.1 |
iPad 1 | A4 | PowerVR SGX535 | 1024 x 768 | 2.1 |
iPad 2 | A5 | PowerVR SGX543MP2 | 1024 x 768 | 2.1 |
iPad 3 | A5X | PowerVR SGX543MP4 | 2048 x 1536 | 2.1 |
iPad 4 | A6X | PowerVR SGX554MP4 | 2048 x 1536 | 2.1 |
I tried a few different techniques to make a GIF via command-line and the following gives me the best control of quality and size. Once you're all setup, you'll be pumping out GIFs in no time!
Install FFmpeg
- $ brew install ffmpeg [all your options]
- Example: $ brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools
Install ImageMagick
NewerOlder