图片合并成视频 img2video ffmpeg
1. 打开图片文件bool open_input_file(int seq, const QString filePath){int ret avformat_open_input(&in_fmtCtx, filePath.toStdString().c_str(), nullptr, nullptr);if(ret < 0){qDebug() << "打开文件";return false;}ret avformat_find_strea…
2026/8/23 20:24:52