Author Topic: "&IF" criteria function doesn't work properly with "<Bitrate>" field.  (Read 1397 times)

New_new_wave

  • Newbie
  • *
  • Posts: 3
Code
$If(<Bitrate>>"320k",Lossess,Lossy)
Results in "Lossless" if bitrate is between 321 to 999.
Results in "Lossy" if bitrate is less than 321 or greater than 999.

Code
$If(<Bitrate>>320000,Lossess,Lossy)
Results in all "Lossy".

Code
$If(<Bitrate>>320,Lossess,Lossy)
Results in all "Lossy".

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34346