Skip to content

Commit

Permalink
Changed Cropper VFX to be able to crop entire composition from one …
Browse files Browse the repository at this point in the history
…of the sides.

index.xml: VAF 1.1.0
  • Loading branch information
Zly-u committed Apr 13, 2024
1 parent 4d6968e commit 00ff05e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Video/VideoAutoFlipper/VP_Presets/Cropper.eel
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// VAF: Cropper
//By Zly

//@param1:left_cut "Left" 0 0 0.5 0.25 0.01
//@param2:right_cut "Right" 0 0 0.5 0.25 0.01
//@param4:top_cut "Top" 0 0 0.5 0.25 0.01
//@param5:bottom_cut "Bottom" 0 0 0.5 0.25 0.01
//@param1:left_cut "Left" 0 0 1 0.25 0.01
//@param2:right_cut "Right" 0 0 1 0.25 0.01
//@param4:top_cut "Top" 0 0 1 0.25 0.01
//@param5:bottom_cut "Bottom" 0 0 1 0.25 0.01

//@param7:p_bg_clr 'green/blue bg' 1 0 1 0.1 1

Expand Down
5 changes: 3 additions & 2 deletions Video/meta_VideoAutoFlipper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@metapackage
@description Video Auto-Flipper [YTPMV]
@author Zly
@version 1.0.7
@version 1.1.0
@provides
[main] .\VideoAutoFlipper\Zly_VideoAutoFlipper.lua
.\VideoAutoFlipper\images\*.png
Expand All @@ -22,5 +22,6 @@
- Has a tab for Helper functions.
- Has some brief FAQ page, just in case.
@changelog
- Fixed wrong playrates for Automation Items generated for flips.
- Implemented Automation Items Pooling logic. Made some logic for safe pooling for generated Automation Items since reaper doesn't handle this in the API at all.
- Changed `Cropper VFX` to be able to crop entire composition from one of the sides.
--]]

0 comments on commit 00ff05e

Please sign in to comment.