SPS values for H 264 stream in iPhone
问题 Can someone point me to documentation that will help me get correct SPS and PPS values for iPhone. 回答1: Question is a bit unclear... Picture Parameter Set is described in the latest ITU-T release of the standard in chapter 7.3.2.2 Sequence Parameter Set is described in chapter 7.3.2.1. 回答2: You can encode a single frame to a file and then extract the sps and pps from that file. I have an example that shows how to do exactly that at http://www.gdcl.co.uk/2013/02/20/iOS-Video-Encoding.html 回答3: