Is there a way to Export the Average Bitrate of a folder that is VBR?
This is from my config:
$loop(%_filename_ext%)$puts(Vbitrate,$add($get(Vbitrate),%_bitrate%))$puts(cnt1,$add($get(cnt1),1))$loopend()$div($get(Vbitrate),$get(cnt1))
As told here.
Try to use the search function, please.
Thanks for the info.
Is there anyway to do this for just a text file?
What do you mean?
You can put that code in any config.
I didn't know if I could only use that for HTML exports, but I got it figured out, thanks!