Skip to content

Instantly share code, notes, and snippets.

@livingston
Created October 1, 2010 22:21
Show Gist options
  • Save livingston/606966 to your computer and use it in GitHub Desktop.
Save livingston/606966 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<ArrayOfPreset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Preset>
<Name>iPad and iPhone 4 - Standard Definition</Name>
<Query> -f mp4 -w 640 -l 480 -e x264 -b 2048 -a 1 -E faac -6 stereo -R 48 -B 160 -D 0.0 -x ref=2:bframes=2:subq=6:mixed-refs=0:weightb=0:8x8dct=0:trellis=0 -v 1</Query>
<PictureSettings>false</PictureSettings>
<Version>0.9.4</Version>
</Preset>
<Preset>
<Name>iPad and iPhone 4 - iFrame</Name>
<Query> -f mp4 -w 960 -l 540 -e x264 -b 4096 -a 1 -E faac -6 stereo -R 48 -B 160 -D 0.0 -x ref=2:bframes=2:subq=6:mixed-refs=0:weightb=0:8x8dct=0:trellis=0 -v 1</Query>
<PictureSettings>false</PictureSettings>
<Version>0.9.4</Version>
</Preset>
<Preset>
<Name>iPad and iPhone 4 - 720p</Name>
<Query> -f mp4 -w 1280 -l 720 -e x264 -b 5120 -a 1 -E faac -6 stereo -R 48 -B 160 -D 0.0 -x ref=2:bframes=2:subq=6:mixed-refs=0:weightb=0:8x8dct=0:trellis=0 -v 1</Query>
<PictureSettings>false</PictureSettings>
<Version>0.9.4</Version>
</Preset>
</ArrayOfPreset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment