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.
我希望以 jpeg 格式但以 4:4:4 格式提取视频的所有帧,即没有应用任何色度子采样,因此 MCU 为 8x8。我不确定是否有办法轻松做到这一点,但我尝试了这个:
`ffmpeg -i Video.mpg Pictures%d.jpg`
但这给了我 4:2:0 格式的图像。其他选项是将它们转换为 RGB,然后在不进行任何二次采样的情况下保存。
视频始终以 YUV:420 格式编码。除非它的 H.264 高配置。所以首先确保输入视频有 YUV 4:4:4