Fork me on GitHub

Intel Quick Sync Video(QSV)

安装和使用过程:

1. Install Intel Media Server Studio for Linux. Download from software.intel.com/intel-media-serverstudio.

This is a prerequisite for the *_qsv codecs as it provides the foundation for encode acceleration. See the next chapter for more info on edition choices. Note: Professional edition install is required for hevc_qsv.

 

2. Get the latest FFmpeg source from https://www.FFmpeg.org/download.html. Intel Quick Sync Video support is available in FFmpeg 2.8 and later editions. The install steps outlined below were verified with ffmpeg release 3.2.2 3.

Configure FFmpeg with “--enable –libmfx –enable-nonfree”, build, and install.

This requires copying include files to /opt/intel/mediasdk/include/mfx and adding a libmfx.pc file. More details below.

 

4. Test transcode with an accelerated codec such as “-vcodec h264_qsv” on the FFmpeg command line. For more details, see Page 9 of this document

FFmpeg -i in.mp4 -vcodec h264 _ qsv out _ qsv.mp4

 

posted @   stardsd  阅读(303)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 单线程的Redis速度为什么快?
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 展开说说关于C#中ORM框架的用法!
历史上的今天:
2020-06-13 SD-WAN技术分析及网络设计
2019-06-13 矩量母函数(Moment Generating Function,mgf,又称:动差生成函数)
点击右上角即可分享
微信分享提示