Post

Replies

Boosts

Views

Activity

iOS camera encoding
Does iOS camera app use VideoToolBox framework's method e.g. VTCompressionSessionEncodeFrame() for encoding? Or has apple their own separate APIs apart from open APIs available for 3rd party developers in VideoToolBox?
0
0
828
Mar ’22
Stage manager device compatibility
Is iPad 9th generation is stage manager compatible? Where can I get this compatibility list?
Replies
1
Boosts
0
Views
1.4k
Activity
Oct ’22
App Resource Priority reference
Android App Resource Priority scheme: System app (higher) > Foreground status app > Background status app (lower). What is the priority scheme for iOS apps in above context?
Replies
0
Boosts
0
Views
934
Activity
May ’22
Maximum limit of files to decode in iOS app
If multiple apps or single app attempts to decode multiple video files, what is the maximum limit of files a decoder can decode simultaneously?
Replies
1
Boosts
0
Views
634
Activity
May ’22
Preserve video decoder session in iOS background app state
When my video player app goes to background, is there any way to preserve decoder session so that I can resume the player Item whenever I want?
Replies
0
Boosts
0
Views
643
Activity
May ’22
Leverage iOS "software encoder" API
How can we use iOS system "software encoder" API? We leveraged ffmpeg software encoder. Also used iOS videotoolbox hardware encoder. How can we use software encoder API of iOS system?
Replies
0
Boosts
0
Views
762
Activity
Apr ’22
iOS camera encoding
Does iOS camera app use VideoToolBox framework's method e.g. VTCompressionSessionEncodeFrame() for encoding? Or has apple their own separate APIs apart from open APIs available for 3rd party developers in VideoToolBox?
Replies
0
Boosts
0
Views
828
Activity
Mar ’22
ffmpeg leveraging iphone's hardware codec capability
Can ffmpeg leverage iphone's hardware enocder/decoder? Not talking about gpu acceleration which ffmpeg can already acheive. We all know that apple's VideoToolBox leverages iphone's hardware codec.
Replies
1
Boosts
0
Views
1.3k
Activity
Feb ’22