Introduction
A set of scripts to do various things with REAPER video processor feature.
Pack Content
Name | Folder | Links | Date | Version | Changes |
---|---|---|---|---|---|
X-Raym_Add video processor to selected items.lua | Video | Screenshot | 2021-01-27 | 1.1 | 1.1 (2021-01-27)
1.0 (2018-08-03)
|
X-Raym_Set first selected track item notes in gmem for video processor_background.lua | Video | Screenshot | 2023-06-24 | 1.4 | 1.4 (2023-06-24) 1.3.2 (2023-06-16)
1.3.1 (2023-01-19)
1.3 (2022-11-29)
1.2 (2022-09-23)
|
X-Raym_Set selected items video processor text from multiline clipboard content.lua | Video | 2021-03-23 | 1.0 | 1.0 (2021-03-23)
| |
X-Raym_Set selected items video processor text to current regions.lua | Video | Screenshot | 2020-12-14 | 1.0.5 | 1.0.5 (2020-12-14)
1.0.4 (2020-12-14)
1.0.3 (2020-12-13)
1.0.2 (2020-12-08)
1.0.1 (2020-07-10)
1.0 (2018-08-03)
|
X-Raym_Set selected items video processor text to user input.lua | Video | Screenshot | 2023-09-23 | 1.0.1 | 1.0.1 (2023-09-23)
1.0 (2020-12-14)
|
Demos
Set first selected track item notes in gmem for video processor
This script allows you to have subtitles tracks made from text items, displayed right in the Video window.
The script run in background and is a workaround for the lack of “item_notes” variable in native Video Processor. It is not as efficient as this would be but it works good enough. It requires REAPER v6.71 to work.
It works with a free video processor preset elaborated by the REAPER forum community (Fabian for the multiline part, cfillion for gmem, I for putting all that together with variables) that you can download here. Just copy paste it in your Video Processor FX window and CTRL/CMD+S to apply it! You can then save it as a reusable preset as well.
Then just run the script while having a track selected. Text of items under edit cursor (or play cursor if play) will be pushed to the video processor.
The main advantage of the gmem workflow relies in the fact that you only need one Video Processor instance, and not one per item, so really quick to adjust display of all subtitles, and way smaller .rpp size. Gmem is just the name of a shared memory which can be used between ReaScripts and Video Processor (among other things), so it used to push info from the script to the video processor.
Add videos processor to selected items and Set text from regions
Here is how you can have regions names over the video:
Note that it only works with user created preset. You can copy/save existing preset to make them accessible for the script.
User Input (new 2020-12-14)
The set text from region script has been extended to support more wildcards and have a user input, compatible with presets file.
The result is a new script : X-Raym_Set selected items video processor text to user input.lua.
Available wildcards are explain in script header. Here is a recam:
-- $item, $name, $itemnumber, $track, $tracknumber, $notes, $project. Write \n for line break.
For even more advanced renaming, you can consider using my advanced item renamer instead.
Installation
After purchase, just log into the website, to check the detailed installation instructions here, or on the dedicated Purchase Confirmation page. This pack can be installed and updated from REAPER thanks to the free ReaPack extension, via a custom repository link related to your licence, or via regular Zip download. License are valid lifetime. You will be able to enjoy updates and new scripts added to the pack without extra cost.
Feature Requests
Miss a function? Let me know!
Notes
By buying this product, you are supporting my free scripting. Thanks!