在Linux上将AVI帧转换为JPG

编程入门 行业动态 更新时间:2024-10-10 05:23:45
本文介绍了在Linux上将AVI帧转换为JPG的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

Linux上的哪个程序允许您将AVI中的所有帧转换为一系列个JPEG文件?

What program on Linux would allow you to convert all the frames in an AVI into a series of JPEG files?

推荐答案

使用ffmpeg。

ffmpeg -i infile.avi -f image2 image-%03d.jpg

查看这个答案。

我还发现这篇文章名为在Linux上创建动画屏幕截图详细介绍了使用mencoder捕获顺序屏幕截图的过程。 (文章的最后讨论了拍摄这些截图并将其编码为另一种格式,但您可以忽略该部分。)

I also found this article entitled "Creating Animated Screenshots on Linux" which details the process of using mencoder to capture sequential screenshots. (The end of the article discusses taking those screenshots and encoding them into another format, but you can disregard that part.)

更多推荐

在Linux上将AVI帧转换为JPG

本文发布于:2023-10-31 10:37:13,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1545830.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:上将   转换为   Linux   JPG   AVI

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!