菜鸟教程小白 发表于 2022-12-12 22:47:44

iOS : detect the movie aspect ratio


                                            <p><p>我正在开发一个使用 AVPlayer 和 AVPlayerItem 的 DRM 视频播放器,可以播放流式或纯文件电影。</p>

<p>我想知道是否可以检测电影的纵横比,以便我可以做一些平移/平移来播放带有或不带有最终黑色条纹的电影。 </p>

<p>我查看了 CoreMedia 框架,但没有任何真正好的文档,因为大多数方法都没有解释。</p>

<p>大家有什么想法吗?</p>

<p>谢谢。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>其实很简单:只需要​​使用 AVPLayer 的 videoGravity 就可以了。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iOS : detect the movie aspect ratio,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/12490383/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/12490383/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS : detect the movie aspect ratio