Linux 下测试一个视频文件是否大于 60 分钟的 bash 命令/方法?

2018-09-04 11:03:27 +08:00
 whereabouts
1625 次点击
所在节点    问与答
7 条回复
MayKiller
2018-09-04 11:14:17 +08:00
mediainfo
n2ex2
2018-09-04 11:19:06 +08:00
ffmpeg
delectate
2018-09-04 11:29:58 +08:00
mplayer
diginWu
2018-09-04 11:39:32 +08:00
什么格式
whereabouts
2018-09-04 12:53:50 +08:00
@diginWu mp4
Sanko
2018-09-04 12:56:25 +08:00
grep ffmpeg
diginWu
2018-09-04 16:34:28 +08:00
@whereabouts find ./ -name "*.mp4" | xargs exiftool | grep Duration

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/485922

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX