photools.com Community

IMatch Discussion Boards => General Discussion and Questions => Topic started by: Darius1968 on September 21, 2023, 12:48:40 PM

Title: Metadata Panel: Format The Display (Avg Bytes Per Second=>KBits/sec.)
Post by: Darius1968 on September 21, 2023, 12:48:40 PM
I'm using this tag:  {File.MD.RIFF::AudioFormat\4\AvgBytesPerSec\0} in the metadata panel, and is it possible to format the output from Avg Bytes Per Second to KBytes/sec, whereby the current output:  13136 could be reevaluated to 105

Title: Re: Metadata Panel: Format The Display (Avg Bytes Per Second=>KBits/sec.)
Post by: Mario on September 21, 2023, 01:01:35 PM
Use a variable and the cast:int and math:Op, Value {,Decimals} (https://www.photools.com/help/imatch/var_basics.htm?dl=h-234) function to divide the value by 1000 or 1024?
Title: Re: Metadata Panel: Format The Display (Avg Bytes Per Second=>KBits/sec.)
Post by: Darius1968 on September 21, 2023, 02:12:46 PM
I didn't know it was possible to use variables in the metadata panel for this purpose.  How do I go about inserting one? 
Title: Re: Metadata Panel: Format The Display (Avg Bytes Per Second=>KBits/sec.)
Post by: Mario on September 21, 2023, 03:28:00 PM
Ah, sorry. My bad.
You cannot use variables in the Metadata Panel. The Meta Panel accepts only specific input formats and provides specific output formats.

You can use a variable in a File Window layout to see the information in the format you want.