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

Ideas for improvements and requests for new features in XnView MP

Moderators: XnTriq, helmut, xnview

golemus
Posts: 33
Joined: Mon Dec 23, 2024 8:35 am

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

Post 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...