Advertisement
LiQuidCrab

crop overscan

Mar 19th, 2023
918
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.40 KB | None | 0 0
  1. set cut_paste_input [stack 0]
  2. version 13.0 v5
  3. push $cut_paste_input
  4. Crop {
  5.  box {{(root.width*overscan/100/2)*-1} {(root.height*overscan/100/2)*-1} {root.width+(root.width*overscan/100/2)} {root.height+(root.height*overscan/100/2)}}
  6.  name Crop_Overscan
  7.  selected true
  8.  xpos -477
  9.  ypos -287
  10.  addUserKnob {20 Overscan_tab l Overscan}
  11.  addUserKnob {7 overscan l "overscan %" R 0 50}
  12.  overscan 10
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement