Changes between Version 51 and Version 52 of Encode/H.264
- Timestamp:
- Jun 17, 2014, 6:55:18 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/H.264
v51 v52 173 173 || Baseline || 3.1 || iPhone 3G and later, iPod touch 2nd generation and later || `-profile:v baseline -level 3.1` || 174 174 || Main || 3.1 || iPad (all versions), Apple TV 2 and later, iPhone 4 and later || `-profile:v main -level 3.1` || 175 || Main || 4.0 || Apple TV 3 and later, iPad 2 and later, iPhone 4S and later || `-profile:v main -level 4.0` || 176 || High || 4.0 || Apple TV 3 and later, iPad 2 and later, iPhone 4S and later || `-profile:v high -level 4.0` || 177 || High || 4.1 || iPad 2 and later and iPhone 4S and later || `-profile:v high -level 4.1` || 175 || Main || 4.0 || Apple TV 3 and later, iPad 2 and later, iPhone 4s and later || `-profile:v main -level 4.0` || 176 || High || 4.0 || Apple TV 3 and later, iPad 2 and later, iPhone 4s and later || `-profile:v high -level 4.0` || 177 || High || 4.1 || iPad 2 and later, iPhone 4s and later, iPhone 5c and later || `-profile:v high -level 4.1` || 178 || High || 4.2 || iPad Air and later, iPhone 5s and later || `-profile:v high -level 4.2` || 178 179 179 180 {{{ 180 181 #!div style="border: 1pt dotted; margin: 1em; background-color: #fffff9;" 181 182 * This table does not include any additional restrictions which may be required by your device. 182 * `-level` currently does not affect the number of reference frames (`-refs`). See ticket #3307.183 * `-level` may not set the correct number of reference frames (`-refs`) if you're using an older build. See ticket #3307. 183 184 }}} 184 185
