web-dev-qa-db-ja.com

ターミナルでメディアファイル情報を表示するコマンド?

オーディオまたはビデオファイルに関する重要な情報を端末ですばやく表示するコマンドが必要です。

(その後、Thunarのカスタムアクションなどに追加することを検討します。)

73
user47206

avprobeパッケージのlibav-toolsはかなり良いです。

サンプル出力avprobe somefile.mp4

avprobe version 0.8.4-4:0.8.4-0ubuntu0.12.04.1, Copyright (c) 2007-2012 the Libav developers
  built on Nov  6 2012 16:51:33 with gcc 4.6.3
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'somefile.mp4':
  Metadata:
    major_brand     : avc1
    minor_version   : 0
    compatible_brands: isomavc1
    creation_time   : 2012-08-10 15:01:14
  Duration: 00:01:02.55, start: 0.000000, bitrate: 682 kb/s
    Stream #0.0(und): Video: h264 (High), yuv420p, 1904x1040 [PAR 1:1 DAR 119:65], 680 kb/s, 19.18 fps, 20 tbr, 20 tbn, 40 tbc
    Metadata:
      creation_time   : 2012-08-10 15:01:14

Thunarカスタムアクションに追加するために、提案されたものに関連して ここ 、追加するアナログ式は次のようになります。

gnome-terminal --window-with-profile=new1 -e "avprobe %f"
80
chronitis

mediainfoを使用して、メディアファイル(オーディオおよびビデオファイル)のすべてのプロパティを取得します

root@server:Videos::08:47 PM# mediainfo Vazquez.mp4 
General
Complete name                            : Vazquez.mp4
Format                                   : MPEG-4
Format profile                           : Base Media / Version 2
Codec ID                                 : mp42
File size                                : 103 MiB
Duration                                 : 3mn 52s
Overall bit rate mode                    : Variable
Overall bit rate                         : 3 730 Kbps
Encoded date                             : UTC 2011-11-10 07:30:57
Tagged date                              : UTC 2011-11-10 07:30:57
gsst                                     : 0
gstd                                     : 232083
gssd                                     : B7AA66E45HH1322313268839354
gshh                                     : o-o.preferred.bhartibb-blr1.v12.lscache7.c.youtube.com

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : [email protected]
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 1 frame
Format settings, GOP                     : M=1, N=24
Codec ID                                 : avc1
Codec ID/Info                            : Advanced Video Coding
Duration                                 : 3mn 52s
Bit rate                                 : 3 576 Kbps
Maximum bit rate                         : 5 947 Kbps
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 24.000 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.072
Stream size                              : 98.9 MiB (96%)
Tagged date                              : UTC 2011-11-10 07:30:58

Audio
ID                                       : 2
Format                                   : AAC
Format/Info                              : Advanced Audio Codec
Format profile                           : LC
Codec ID                                 : 40
Duration                                 : 3mn 52s
Bit rate mode                            : Variable
Bit rate                                 : 152 Kbps
Maximum bit rate                         : 188 Kbps
Channel(s)                               : 2 channels
Channel positions                        : Front: L R
Sampling rate                            : 44.1 KHz
Compression mode                         : Lossy
Stream size                              : 4.20 MiB (4%)
Title                                    : IsoMedia File Produced by Google, 5-11-2011
Encoded date                             : UTC 2011-11-10 07:30:58
Tagged date                              : UTC 2011-11-10 07:30:58

mediainfo はUbuntuリポジトリにあり、実行することでインストールできます

Sudo apt install mediainfo

以前は PPA を使用する必要がありましたが、これには現在のUbuntuバージョン用のパッケージがありません。

39
Sathish

exiftool

これは驚きかもしれませんが、 exiftool from libimage-exiftool-Perl Install libimage-exiftool-Perl にもこの機能があります。

多くのメディアファイル形式 からの情報の表示をサポートし、これらの形式の一部についてもメタデータを書き込むことができます。

音声ファイルの出力例:

# exiftool The\ Police\ -\ Live\!\ Disc\ 2\ -\ Atlanta\ -\ 01.\ Synchronicity\ I.mp3 
ExifTool Version Number         : 9.13
File Name                       : The Police - Live! Disc 2 - Atlanta - 01. Synchronicity I.mp3
Directory                       : .
File Size                       : 3.9 MB
File Modification Date/Time     : 2012:03:23 19:44:23+01:00
File Access Date/Time           : 2012:12:26 11:44:38+01:00
File Inode Change Date/Time     : 2012:03:23 19:44:23+01:00
File Permissions                : rw-------
File Type                       : MP3
MIME Type                       : audio/mpeg
MPEG Audio Version              : 1
Audio Layer                     : 3
Sample Rate                     : 44100
Channel Mode                    : Joint Stereo
MS Stereo                       : On
Intensity Stereo                : Off
Copyright Flag                  : False
Original Media                  : True
Emphasis                        : None
VBR Frames                      : 6660
VBR Bytes                       : 4044318
VBR Scale                       : 57
Encoder                         : LAME3.96
Lame VBR Quality                : 4
Lame Quality                    : 3
Lame Method                     : VBR (old/rh)
Lame Low Pass Filter            : 18 kHz
Lame Bitrate                    : 32 kbps
Lame Stereo Mode                : Joint Stereo
Track                           : 1/15
Disc                            : 2/2
Artist                          : The Police
Title                           : Synchronicity I
Album                           : Live!
Year                            : 2003
Genre                           : Rock
Comment                         : Atlanta
Discid                          : c611270f
ID3 Size                        : 128
Audio Bitrate                   : 186 kbps
Date/Time Original              : 2003
Duration                        : 0:02:53 (approx)
23
phoibos

考慮事項に応じてessentialfile ユーティリティを使用すると、anyファイル。その主な目的は、ファイルの種類typeを伝えることですが、必要な詳細レベルを提供する場合があります。

$ file '01 - Nina Simone - Mood Indigo.mp3'
01 - Nina Simone - Mood Indigo.mp3: Audio file with ID3 version 2.3.0, contains: MPEG ADTS, layer III, v1, 128 kbps, 44.1 kHz, JntStereo

ただし、タグのコンテンツの内容を知る必要がある場合は、タイトル、アーティストなど--fileからはわかりません。

10
Eliah Kagan

オーディオファイルには次のものもありますが、exiftoolとうまく競合しない場合があります。

id3v2 -l <filename>
soxi <filename>

また、soxiもビデオファイルをサポートします。

id3v2  および sox  パッケージ(これらのリンクをクリックしてインストールできます)は、これらのコマンドを提供します。また、Software Centerにインストールするか、次を実行してインストールできます。

Sudo apt-get install sox
Sudo apt-get install id3v2

id3v2 -l 'Beatles - Here Comes The Sun.mp3'出力:

id3v1 tag info for Beatles - Here Comes The Sun.mp3:
Title  : Here Comes The Sun              Artist: Beatles                       
Album  : Abbey Road                      Year: 1969, Genre: Pop (13)
Comment:                                 Track: 7
id3v2 tag info for Beatles - Here Comes The Sun.mp3:
TIT2 (Title/songname/content description): Here Comes The Sun
TYER (Year): 1969
TPUB (Publisher): Capitol
TCON (Content type): Pop (13)
TALB (Album/Movie/Show title): Abbey Road
PRIV (Private frame):  (unimplemented)
PRIV (Private frame):  (unimplemented)
TRCK (Track number/Position in set): 7
PRIV (Private frame):  (unimplemented)
PRIV (Private frame):  (unimplemented)
PRIV (Private frame):  (unimplemented)
PRIV (Private frame):  (unimplemented)
TPE2 (Band/orchestra/accompaniment): The Beatles
PRIV (Private frame):  (unimplemented)
PRIV (Private frame):  (unimplemented)
PRIV (Private frame):  (unimplemented)
TCOM (Composer): George Harrison
TPE1 (Lead performer(s)/Soloist(s)): Beatles
3
Sadi

このコマンドについて知っていました:avconv -i <filename>

Myfile.flvの場合:avconv -i myfile.flv

私のアイデアは、そのコマンドを Thunarのカスタムアクション に追加し、拡張子に関係なくコンテキストメニューから実行することでした。ただし、ターミナルで実行する必要があったため、 この回答 を確認しました。 (ターミナルを開いて開いたままにするには、「new1」という名前の新しいプロファイルをgnome-terminal(編集/プロファイル)に作成し、プロファイル設定/「タイトルとコマンド」で「コマンド終了時」を「ホールドターミナルオープン」。)

最後に(試行錯誤によって)私はこれを思いつきました:

gnome-terminal --window-with-profile=new1 -e "avconv -i %f"

これはThunarのカスタムアクションに組み込まれています。すべてのメディアファイルで機能します。

3
user47206