为了账号安全,请及时绑定邮箱和手机立即绑定

ubuntu获取多媒体信息的控制台工具?

ubuntu获取多媒体信息的控制台工具?

猛跑小猪 2019-04-13 08:45:21
Ubuntu12.04,我查到有mediainfo可以获取多媒体信息。请问还有其它方便的可以获取音视频的编码方式的工具么~FFmpeg2.1与gstreamer1.3在不编码的情况下可以有什么命令获取?
查看完整描述

2 回答

?
一只甜甜圈

TA贡献1836条经验 获得超5个赞

我一直在用的脚本:
>>>cat=midentify
#!/bin/sh
#
#Thisisawrapperaroundthe-identifyfunctionality.
#Itissupposedtoescapetheoutputproperly,soitcanbeeasily
#usedinshellscriptsby'eval'ingtheoutputofthisscript.
#
#WrittenbyTobiasDiedrich
#LicensedunderGNUGPL.
if[-z"$1"];then
echo"Usage:midentify[...]"
exit1
fi
mplayer-vonull-aonull-frames0-identify"$@"2>/dev/null|
sed-ne'/^ID_/{
s/[]()|&;<>`'"'"'\\!$"[]/\\&/g;p
}'
                            
查看完整回答
反对 回复 2019-04-13
?
大话西游666

TA贡献1817条经验 获得超14个赞

三个工具都可以:
MP4Box-infovideo.mp4
ffmpeg-ivideo.mp4
mediainfovideo.mp4
                            
查看完整回答
反对 回复 2019-04-13
  • 2 回答
  • 0 关注
  • 372 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信