开发者

Is there a way to play .mxf video on Android?

开发者 https://www.devze.com 2023-03-04 04:17 出处:网络
According to developer.android.com, the Android supports the playing of video using the H.263, H.264 AVC, MPEG4 SP and VP8 codecs. However, I want to play a video encoded in the .mxf format (Material

According to developer.android.com, the Android supports the playing of video using the H.263, H.264 AVC, MPEG4 SP and VP8 codecs. However, I want to play a video encoded in the .mxf format (Material eXchange Format, h开发者_Python百科ttp://en.wikipedia.org/wiki/MXF) in my app. How do I go about it?


MXF generally contains MPEG-2 / AVC video with profile/levels not supported by the decoders in the android devices. Specifically IMX is 422 profile at main level and HD MPEG-2 MXF is generally 422 profile at high level.


The rule of the thumb says that you must use the most common and less resource intensive codec. Bad video playback is a deal breaker. Maybe you know the huge difference that format makes but the user won't.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号