Page 1 of 1

Video Metadata {Video Codec} {Frame Rate}, etc.. tags

Posted: Tue Mar 04, 2025 10:59 pm
by golemus
Following tags (which I use for titlebar, statusbar, etc...) do not work for videos:

{Width}
{Height}
{Bpp}
{RatioWH}


It would be cool to make them work and add some more video related tags like the following:


{Video Codec} (h264 / h265 / av1 / vp8 / vp9 / ....)
{Audio Codec} (aac / opus / mp3 / ac3 / wav / flac / ...)

{Frame Rate} (30 / 29.97 / 25 / 50 / VFR / ...)

{Video Bitrate}
{Audio Bitrate}

{Encoded date}
{Tagged date}

{Video Length}


All of this data is pretty easy to get from videofile container (MP4 or MKV) with ffmpeg, ffprobe, mediainfo and then just to a little bit of parsing...