Page 1 of 1

Possible to take resolution from mediainfo:

Posted: 16 Apr 2024, 13:33
by Jerome2626
Hi is it possible to take resolution from mediainfo and rename it to filename.
Some of the files have weird resolutions so 1920x808 but it needs to be named as Bluray-1080p or Bluray-720p or 576p.

Re: Possible to take resolution from mediainfo:

Posted: 16 Apr 2024, 14:08
by rednoah
:idea: The {vf} binding will give you the "rounded" video format value, e.g. 720p even if the video height is not exactly 1280x720 pixels.

:idea: {vs} will give you the video source. See Source Media {vs} and {source} for details.


e.g.

Format: Select all

{vs}-{vf}

Re: Possible to take resolution from mediainfo:

Posted: 17 Apr 2024, 11:14
by Jerome2626
Thank you.