How do we move the play/stop/pause toolbar from the top to within a 2:35 aspect screen? This is probably my only issue when using an A lens for scoped screen.
I have to switch my project back to 16:9 so that i can see the toolbar which is annoying.
see this thread
https://yabb.jriver.com/interact/index.php/topic,135745.0.htmlright now, you need to use the option
Options > Video > Advanced > Aspect Ratio Correction > 1.78 output to xxx display
since this is a zone setting you may also need to use zoneswitch to be able to route scope content to this zone and 16:9 content to another zone (that doesn't have this enabled)
if you need to do this, you also need to create a custom field which derives the cropped AR so you have a simple way to detect the aspect ratio. To do this, I created a calculated data field using this expression
formatnumber(math(math(listitem([Video Crop],2,x) - listitem([Video Crop],0,x)) / math(listitem([Video Crop],3,x) - listitem([Video Crop],1,x))),2)
you must have run "detect black bars" for this to work and this rounds to 2 decimal places
if you call this field CropAR, a zoneswitch rule would then be something like
[=Compare([CropAR],>,2.3)]=1
in order to choose scope content
hopefully this moves into JRVR and becomes largely automated sooner rather than later