I can upload preview videos for all the other display sizes with no problem, but the 5.5in display size keeps giving me this error message. The video format that I'm uploading is .mp4. I even tried .m4v, but the ear does not go away.
Related
I have 100+ videos encoded in H.264 video with MP3 audio for a HTML5-video project, but the Audio won't work on iOS. (No sound, but working video). It works perfectly on Android. They all have the same encoding setup, but here's one of the videos
Googled for several days and can't seem to find any known problems with iOS and MP3-audio. What's wrong?
Check to see if the ringer of hardware device is turned off. If you flip the ringer off and on and the audio turns off and on, then that is the cause.
I'm using Quicktime to capture my app's video preview, when I upload the video to iTunes connect I received the following error:
Any help?
Thanks.
Once you record video with Quicktime.
Edit or create app preview with iMovies.
Once you import video to iMovies, there is special option to create app preview video, and then share it as app preview video also.
This should solve your problem and upload app preview to itunes connect.
Thanks
appdemovideo#gmail.om
See this question: Cannot upload video to iTunesConnect: The frame rate of your app video preview is too high
The asker there was able to use a preview version of Final Cut Pro to get a frame rate under 30, which is required for app preview videos.
I used an MPMoviePlayer to play an .mp4 video within my app, which works fine. I tried my app on an Android device using Apportable but the video wasn't playing till I later realized that it was because the video quality was too high for the device. Is it possible to change the video quality (of an .mp4) based on the device running the app using MPMoviePlayer? If yes, how can this be done?
If you simply have one video that plays on iOS and one that plays on Android via Apportable, you could opt to simply have two files of the same name where one file is added to the project and attached to the iOS build target and the other is attached to the Apportable build target.
I want to play .flv extension file in iPhone and iPod. I know iPhone and family doesn't support .flv files. Previously I tried it to change in another format like .mov and .mp4. But online converter reduces the quality of video while changing. Can any body suggest me how to play .flv file without any problem in my iOS application.
iOS doesn't have the correct codecs to play an FLV. It needs to be reencoded as a .mp4 or .mov file. Something that iOS can actually play.
I am maintaing both an iPhone and web version for my application. Hence there are times when I embed a youTube video on the web which is unplayable on the iPhone (see iPhone screenshot below)
How can I do a check for such videos which cannot be played on the iPhone so that I can trigger a message to tell users to view the video on the web instead?