Results 1 to 1 of 1

Thread: Ways to read metadata on an audio/video file ...

  1. #1
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Ways to read metadata on an audio/video file ...

    I have always used mediainfo which can also be used in any language from the command line but there are others.
    My question here is do you any more than the ones mentioned below which do a thorough job?

    mediainfo
    Code:
    mediainfo yourfile
    and if you go and get the .cvs files you can then do any language:

    Code:
    mediainfo --Language="file:///home/yourname/MediainfoLanguages/ru.csv"

    you need to go and fish the language you want here manually in my experience click on de.dsv then copy save in a txt document in a folder of your making [37 languages so far]

    so on a computer with no hungarian i can still do

    Code:
    mediainfo --Language="file:///home/shan/MediainfoLanguages/hu.csv" "myfile.mp4"
    Általános
    Teljes név                               : myfile.mp4
    Formátum                                 : MPEG-4
    Formátum profil                          : Base Media
    Kódek azonosító                          : isom (isom/iso2/avc1/mp41)
    Fájlméret                                : 2,22 GiB
    Időtartam                                : 59 perc
    Teljes adatsebesség                      : változó
    Teljes adatsebesség                      : 5 366 kb/s
    Kódolás dátuma                           : UTC 1904-01-01 00:00:00
    Jelölés dátuma                           : UTC 1904-01-01 00:00:00
    Kódoló szoftver                          : Lavf57.56.101
    
    Kép
    Sáv száma                                : 1
    Formátum                                 : AVC
    Formátum/adatok                          : Advanced Video Codec
    Formátum profil                          : High@L3.2
    Formátum beállítások, CABAC              : igen
    Formátum beállítások, RefFrames          : 4 képkocka
    Kódek azonosító                          : avc1
    Kódek azonosító/adatok                   : Advanced Video Coding
    Időtartam                                : 59 perc
    Adatsebesség                             : 5 041 kb/s
    Szélesség                                : 1 280 képpont
    Magasság                                 : 720 képpont
    Képarány                                 : 16:9
    Képkockasebességi mód                    : állandó
    Képkockasebesség                         : 50,000 FPS
    Szabvány                                 : Component
    ColorSpace                               : YUV
    ChromaSubsampling                        : 4:2:0
    BitDepth/String                          : 8 bit
    Sorváltás típusa                         : folytonos
    Bit/(képpont*képkocka)                   : 0.109
    Adatfolyam mérete                        : 2,09 GiB (94%)
    Kódolás dátuma                           : UTC 1904-01-01 00:00:00
    Jelölés dátuma                           : UTC 1904-01-01 00:00:00
    colour_range                             : Limited
    colour_primaries                         : BT.709
    transfer_characteristics                 : BT.709
    matrix_coefficients                      : BT.709
    
    Hang
    Sáv száma                                : 2
    Formátum                                 : AAC
    Formátum/adatok                          : Advanced Audio Codec
    Formátum profil                          : LC
    Kódek azonosító                          : 40
    Időtartam                                : 59 perc
    Adatsebesség mód                         : változó
    Adatsebesség                             : 320 kb/s
    Csatornák száma                          : 2 csatorna
    Csatorna kiosztás                        : Front: L R
    Mintavételezési gyakoriság               : 48,0 kHz
    Képkockasebesség                         : 46,875 FPS (1024 spf)
    Adatfolyam mérete                        : 135 MiB (6%)
    Nyelv                                    : angol
    Default                                  : igen
    AlternateGroup/String                    : 1
    Kódolás dátuma                           : UTC 1904-01-01 00:00:00
    Jelölés dátuma                           : UTC 1904-01-01 00:00:00
    mplayer has got a handy tool too

    Code:
    mplayer -vo null -ao null -frames 0 -identify yourfile

    exiftool also good

    Code:
    sudo apt-get install libimage-exiftool-perl
    then

    Code:
    exiftool yourfile

    avprobe or ffprobe

    Code:
    avprobe yourfile


    if you know of any of similar or higher grade please indicate. Thanx
    Last edited by shantiq; February 16th, 2018 at 09:36 AM.
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •