文章分类 -  ffmpeg

记录并整理学习ffmpeg的过程
摘要:1. 打开文件的原形定义如下: /** * Open an input stream and read the header. The codecs are not opened. * The stream must be closed with avformat_close_input(). * 阅读全文
posted @ 2025-04-25 20:13 笑不出花的旦旦 阅读(39) 评论(0) 推荐(0)
摘要:一、版本选择: ffmpeg: ffmpeg-5.1.2-full_build-shared ffmpeg Old Versions Downloads - VideoHelp Qt: 5.14.2 二、环境配置: ffmpeg下载下来是库的形式,也带有执行文件,配置好环境变量也可以使用 Qt 中随 阅读全文
posted @ 2025-04-25 19:53 笑不出花的旦旦 阅读(58) 评论(0) 推荐(0)