Tagged Questions
0
votes
1answer
582 views
How to calculate size per minute of MP4 file(MPEG4,H.264)?
I've a .MP4 file. I know MP4 file has some attributes such as: general bitrate,file size.
Video: Max bitrate,min bitrate,avg bitrate,size
Audio: Max bitrate,min bitrate,avg bitrate,size
I want to get ...
1
vote
2answers
2k views
iPhone App rejected. 9.4 : Video streaming over cellular network (etc)
From Apple:
9.4
We found that your app does not use the HTTP Live Streaming protocol,
with a baseline stream of 64 kbps, to broadcast streaming video, as
required by the App Store Review ...
1
vote
1answer
666 views
How can I read the properties of an audio file in Objective-C for iOS?
How can I get the properties of an audio file (like the number of channels, sample rate and bit rate) programmatically in Objective-C for iOS?