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 的新手。我知道如何提取关键帧,但现在我想提取那些 I 帧的 DC 系数。
您能否帮助编写 FFMPEG 命令的正确语法以获取 DC 系数?
问候
FFmpeg 命令不会给你直流系数。它并非旨在为您提供视频的句法元素。您将必须下载 ffmpeg 源代码。更改您选择的解码器的源代码以写入元素 [I 帧中的 DC 系数] 并将其转储到文件中。