swift - iphone UIImagePicker controller can not decode message -


i trying select video file gallery uiimagepicker controller when have select file showing "can not decode" message (i using ktypemovie in image picker controller , working video files fine).

please suggest how can resolved it.

thanks in advance

you getting error because video file not in supported format.

all video files should use format compatible apple itunes, such mp4 file h.264 encoding.

if video not play in viewer, re-encode video .mp4 h.264 using adobe media encoder or third-party tool such handbrake.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -