3

我正在尝试使用 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
4

1 回答 1

1

这是一个 MediaInfo 错误,将很快得到纠正。

Jérôme,MediaInfo 的开发人员。

于 2016-02-06T17:58:00.950 回答