http://linux.die.net/man/1/file“rel=“noretinger”>file的指令,而不是实际档案。 我想确定文档是录像文件(.mpg
,mkv
,.avi
。
file -ib deliverance.avi | grep video
http://en.wikipedia.org/wiki/List_of_file_formats#Video”rel=“noretinger”>here?
http://linux.die.net/man/1/file“rel=“noretinger”>file的指令,而不是实际档案。 我想确定文档是录像文件(.mpg
,mkv
,.avi
。
file -ib deliverance.avi | grep video
http://en.wikipedia.org/wiki/List_of_file_formats#Video”rel=“noretinger”>here?
<代码><>>>>/代码>的结果并不完美,在某些类型的档案中存在比其他类型更大的问题。 档案基本上只看看某些可预测模式的双元数据,以显示档案类型。
不幸的是,某些经常用于录像的档案类型属于这一“问题”。 新的集装箱格式,如.mp4
和.mkv
。 通常有几个不同的监测和评价类型,应适当取决于所控制的数据类型。 例如,.mp4
可适当确定为video/mp4
,audio/mp4
,或application/mp4
,视内容而定。
实际上,file
常常使热点简单地符合共同的用法,而且对你来说,会做得很好。 例如,虽然我提到在正确识别Matroska档案方面存在一些理论困难,但file
基本上只是假定任何Matroska档案都是录像。 另一方面,Ogg集装箱的使用情况在音频和视频之间更为平衡,我认为目前版本的<代码>。 公正地区分差异,确定 页: 1
我可以肯定地说的是,你希望能掌握最新版本的<代码><>>>> /代码>。 含有配对模式的“魔法”档案以及由配对而产生的“监测和评价”类型,往往得到相当程度的更新,以包括诸如“网络”等新的档案类型,或只是为了提高老年人的准确性。
案卷通过将档案的负责人与“磁号”档案联系起来进行。 我怀疑,从你参考名单看,记录类型的最佳途径是检查贵方的当地磁号码档案(也许可以/使用/共享/魔鬼,但可以查阅男子档案。
它似乎希望为大多数视频/视听/图像文件开展工作。 但是,如果是这样的话,实际上有一份包含延期与延期之间的关系的文件:
查明这些档案的信息可从所汇编的魔法文档/usr/comm/magic.mgc或汇编文件不存在的/usr/comm/magic中阅读。
see: http://linux.about.com/library/cmd/blcmdl1_file.htm
希望这一帮助!
I m attempting to write a bash script to parse out the following log file and give me a list of CURRENT players in the room (so ignoring players that left, but including players that may have rejoined)...
How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks
I like to write bash shell scripts on my iPhone, put them in an app folder with an icon, plist, etc., so they execute like apps by tapping their icon on SpringBoard. This is not interactive like ...
From a programming standpoint, when you set the bash shell to use vi or emacs via set -o vi or set -o emacs What is actually going on here? I ve been reading a book where it claims the bash shell ...
I am construcing a command in bash dynamically. This works fine: COMMAND="java myclass" ${COMMAND} Now I want to dynamically construct a command that redirectes the output: LOG=">> myfile.log ...
I want perform sha1sum file1 and sha1sum file2 and perform bitwise OR operation with them using bash. Output should be printable i.e 53a23bc2e24d039 ... (160 bit) How can I do this? I know echo $(( ...
I m 试图撰写一个双面文字,处理一个文件清单,其名字在投入档案中每栏一栏储存,就像一个一样。
Is it possible to set the Screen Title using a shell script? I thought about something like sending the key commands ctrl+A shift-A Name enter I searched for about an hour on how to emulate ...