Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 FFMpeg 在 iPhone 上开发一个项目。我可以解码我需要的所有格式,但是当我想播放 h264 视频时,ffmpeg 解码帧的速度太慢了。
我试着看看问题出在哪里。我认为编译库的选项很好,解码和显示帧是在不同的线程上进行的。最后,似乎是该函数avcodec_decode_video2耗时太长(解码 30 帧需要 3 到 4 秒)。
avcodec_decode_video2
每秒 25 - 30 帧对你来说太慢了
https://github.com/mooncatventures-group
几年来,我们一直在各种视频上使用 ffmpeg 运气。