Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题是:我想知道是否可以用 iPhone/iPad 以 480x480 的分辨率录制视频?这将如何在 Xcode 中以编程方式设置?有任何想法吗?提前致谢!
Try this:
use camera of GPUImage
.... [[GPUImageMovieWriter alloc] initWithMovieURL:movieURL size:CGSizeMake(480, 480)];
and for GPUImage this link is also useful.