2020年7月17日金曜日

Raspberry Pi(Raspbian Buster)/Debian 10/Ubuntu 20.04でビデオファイル・オーディオファイルのメタ情報を取得する事が可能なmediainfoコマンドをインストールする

mediainfoコマンドで、ビデオファイル・オーディオファイルのメタ情報を取得する事ができます。

インストール方法

以下のコマンドを実行します。
sudo apt-get update

sudo apt-get -y install mediainfo

mediainfoコマンドの実行例

動画いファイルのフォーマットや解像度・アスペクト比や長さなど様々なメタデータ情報を取得する事ができます。

$ mediainfo hydrangea.mp4
General
Complete name                            : hydrangea.mp4
Format                                   : MPEG-4
Format profile                           : Base Media / Version 2
Codec ID                                 : mp42 (isom/mp42)
File size                                : 128 MiB
Duration                                 : 1 min 1 s
Overall bit rate                         : 17.6 Mb/s
Encoded date                             : UTC 2020-06-12 05:37:22
Tagged date                              : UTC 2020-06-12 05:37:22
xyz                                      : +00.0000+000.0000/
com.android.version                      : 8.0.0

Video
ID                                       : 2
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L4
Format settings                          : CABAC / 1 Ref Frames
Format settings, CABAC                   : Yes
Format settings, Reference frames        : 1 frame
Format settings, GOP                     : M=1, N=30
Codec ID                                 : avc1
Codec ID/Info                            : Advanced Video Coding
Duration                                 : 1 min 1 s
Bit rate                                 : 17.5 Mb/s
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Variable
Frame rate                               : 30.000 FPS
Minimum frame rate                       : 29.841 FPS
Maximum frame rate                       : 30.141 FPS
Standard                                 : NTSC
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.281
Stream size                              : 127 MiB (99%)
Title                                    : VideoHandle
Language                                 : English
Encoded date                             : UTC 2020-06-12 05:37:22
Tagged date                              : UTC 2020-06-12 05:37:22
Color range                              : Limited
Color primaries                          : BT.601 PAL
Transfer characteristics                 : BT.601
Matrix coefficients                      : BT.470 System B/G
mdhd_Duration                            : 61065
Codec configuration box                  : avcC

Audio
ID                                       : 1
Format                                   : AAC LC
Format/Info                              : Advanced Audio Codec Low Complexity
Codec ID                                 : mp4a-40-2
Duration                                 : 1 min 0 s
Source duration                          : 1 min 1 s
Source_Duration_FirstFrame               : 100 ms
Bit rate mode                            : Constant
Bit rate                                 : 156 kb/s
Channel(s)                               : 2 channels
Channel layout                           : L R
Sampling rate                            : 48.0 kHz
Frame rate                               : 46.875 FPS (1024 SPF)
Compression mode                         : Lossy
Stream size                              : 1.13 MiB (1%)
Source stream size                       : 1.13 MiB (1%)
Title                                    : SoundHandle
Language                                 : English
Encoded date                             : UTC 2020-06-12 05:37:22
Tagged date                              : UTC 2020-06-12 05:37:22
mdhd_Duration                            : 60970

0 件のコメント:

コメントを投稿