android - Decode a high profile H.264 stream to baseline profile -
i have show video stream on videoview. video high profile h.264 encoded. not run on android 2.3 devices. need decode baseline profile on runtime. there way it?
thanks in advance.
the profile encoding setting, not decoding setting. if have video in main profile, , want in baseline, must decode re-encode (this call transcode).
the problem device can not decode main profile in hardware. can decode in software, slow (possibly slower real time) , kill battery. best bet transcode video first on pc, or cloud transcoding service before sending device.
Comments
Post a Comment