我正在尝试使用MediaInfo CLI(Mac OS X 10.9.5上的v0.7.77)使用此Inform =语法来获取QuickTime文件的第一帧时间码:
mediainfo --Inform="Other;%TimeCode_FirstFrame%" FILENAME.MOV
但似乎MediaInfo忽略了MediaInfo转储的“其他”部分的存在。它只输出所有文件的元数据,就好像我根本没有输入Inform =选项。
但是,如果我做这样的事情......
mediainfo --Inform="Video;%ColorSpace%" FILENAME.MOV
它只是按预期返回“YUV”,没有任何无关的信息。
那么为什么使用Other;
选项的示例不起作用?
以下是我对典型源文件进行language=raw
转储时获得的示例:
General
CompleteName : /Volumes/SCARY_RAID/projects.local/WaikikiStock.local/KBank-BrollSelects_20151026.local/resolve_renders/waikiki_selects/667_2942_01-0001_1920x1080-23.976.mov
Format : QuickTime
Format/Info : Original Apple specifications
FileSize/String : 380 MiB
Duration/String : 17s 59ms
OverallBitRate_Mode/String : VBR
OverallBitRate/String : 187 Mbps
Encoded_Date : UTC 2015-10-30 21:55:35
Tagged_Date : UTC 2015-10-30 21:55:41
Encoded_Library/String : Apple QuickTime
Video
ID/String : 1
Format : ProRes
Format_Version : Version 0
Format_Profile : 422 HQ
CodecID : apch
Duration/String : 17s 59ms
BitRate_Mode/String : VBR
BitRate/String : 187 Mbps
Width/String : 1920 pixel3
Height/String : 1080 pixel3
DisplayAspectRatio/String : 16:9
FrameRate_Mode/String : CFR
FrameRate/String : 23.976 fps2
ColorSpace : YUV
ChromaSubsampling : 4:2:2
ScanType/String : Progressive
Bits-(Pixel*Frame) : 3.761
StreamSize/String : 380 MiB (100%)
Encoded_Library/String : abm0
Language/String : en
Encoded_Date : UTC 2015-10-30 21:55:35
Tagged_Date : UTC 2015-10-30 21:55:41
colour_primaries : BT.709
transfer_characteristics : BT.709
matrix_coefficients : BT.709
matrix_coefficients_Original : BT.709
Other
ID/String : 2
Type : Time code
Format : QuickTime TC
Duration/String : 17s 59ms
TimeCode_FirstFrame : 15:02:53:00
TimeCode_Striped/String : Yes
Title : Untitled
Language/String : en
Encoded_Date : UTC 2015-10-30 21:55:41
Tagged_Date : UTC 2015-10-30 21:55:41
答案 0 :(得分:1)
这是一个MediaInfo错误,很快就会得到纠正。
MediaInfo的开发人员Jérôme。