Metadata Panel: Format The Display (Avg Bytes Per Second=>KBits/sec.)

Started by Darius1968, September 21, 2023, 12:48:40 PM

Previous topic - Next topic

Darius1968

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


Mario

Use a variable and the cast:int and math:Op, Value {,Decimals} function to divide the value by 1000 or 1024?
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook

Darius1968

I didn't know it was possible to use variables in the metadata panel for this purpose.  How do I go about inserting one? 

Mario

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.
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook