Snowcrash
Snowcrash

Reputation: 86057

H.264 vs MPEG-4 file size

Apple's docs seem to indicate these are different, e.g.

http://developer.apple.com/library/ios/#documentation/Miscellaneous/Conceptual/iPhoneOSTechOverview/MediaLayer/MediaLayer.html

But which produces smaller file sizes and which will produce better video quality for a fixed video size?

Upvotes: 1

Views: 3301

Answers (1)

av501
av501

Reputation: 6729

In general H.264 will be better than MPEG4.This is not true in all conditions and depends on toolsets being employed but if you are encoding for iOS with standard encoding requirements and conditions h.264 is much better.

Upvotes: 1

Related Questions