No video

Audio visualizer and glitch fx for video in REAPER !!

  Рет қаралды 12,682

The REAPER Blog

The REAPER Blog

Күн бұрын

In this video we're taking a closer look at the new Oscilloscope video script in my actual projects. As well I'm showing all the layers and effects that go into 3 different video projects, including glitch effects like pixelation and RGB shift.
You need version 5.97 or newer for these video features to work.
===========
// JT: lighten/screen overlay
// black is removed. use after inverting color
img1=0;
img2=input_track(0);
gfx_blit(img2);
gfx_mode = 1;
gfx_blit(img1,0);
===================
The synthwave music video
• synthwave music video ...
New forum for video in REAPER
forum.cockos.c...
color noise texture by Eliseat
forum.cockos.c...
Thanks for watching!
Subscribe and hit that LIKE button!
Visit The REAPER Blog for many more tips, tricks and tutorials.
reaperblog.net
/ reaperblog
/ thereaperblog
/ reaperblogcommunity
/ thereaperblog

Пікірлер: 39
@deltavistastudio124
@deltavistastudio124 5 жыл бұрын
We appreciate you soooo much Jon. Thanks!
@pakovbasyuk
@pakovbasyuk 5 жыл бұрын
Ohh man, I struggled 2 days one week ago with the same task and now you breaking it down! I appreciate it a lot. Ultimate like!
@philippgrunert8776
@philippgrunert8776 2 жыл бұрын
I wasn't aware you did the mastering podcast :-O
@IDDQDSound
@IDDQDSound 2 жыл бұрын
Oooooh yeahhh!!!
@static_anachromatic
@static_anachromatic 5 жыл бұрын
Looks like fun to sit down and play with.
@wallrider1538
@wallrider1538 Жыл бұрын
Thank you so much fella!
@denisviklov4596
@denisviklov4596 5 жыл бұрын
Promise and did, respect man, you really really helps a lot, cuz not so many tutorials how to work with video in Reaper
@theoryofmine7473
@theoryofmine7473 5 жыл бұрын
Great video sir, thanks very much.
@CursedRecordingsUK
@CursedRecordingsUK 5 жыл бұрын
Thank you! 🙏
@kentcantwellMusic
@kentcantwellMusic 4 жыл бұрын
Can you do a tutorial on Reaper 6 creating the popular video effect called. "Double Exposure (as seen in Filmora and Adobe Premier)? I want to make all my one man band vids like this, instead of using grids.
@TheREAPERBlog
@TheREAPERBlog 4 жыл бұрын
I think I know what you mean. I'll see what I can do
@kentcantwellMusic
@kentcantwellMusic 4 жыл бұрын
@@TheREAPERBlog EXAMPLE: kzbin.info/www/bejne/qWiskJ-Mr6esgpo
@Hexspa
@Hexspa 5 жыл бұрын
Dope!
@matinmokaram7533
@matinmokaram7533 2 жыл бұрын
Hey In my reaper, video processor, oscilloscope is not showing the image, it only shows the waves. i have no idea what to do. can you help me?
@TheREAPERBlog
@TheREAPERBlog 2 жыл бұрын
need to give it a black background and apply the screen overlay code in the description of the video. see this video at 5:00 for details
@jaloyang8277
@jaloyang8277 5 жыл бұрын
Where to download this amazing plugin? ??? That's so cool
@TheREAPERBlog
@TheREAPERBlog 5 жыл бұрын
comes with reaper.
@jaloyang8277
@jaloyang8277 5 жыл бұрын
@@TheREAPERBlog Really? But I can't find the plugin like Decorative Oscilloscope. Is that a extension plugin?
@TheREAPERBlog
@TheREAPERBlog 5 жыл бұрын
that's one of the presets in the video processor
@eyotawakishwit8697
@eyotawakishwit8697 5 жыл бұрын
At around 11:20, you're demonstrating opacity for the glitch and VHS effects. It might be a simple fix that I'm not registering, but how are you able to have all three videos (glitch, VHS, etc.) show up and not have one obfuscate the other? Thank you in advance!
@TheREAPERBlog
@TheREAPERBlog 5 жыл бұрын
the "lighten/screen overlay" removes black and passes through white and colors. the preset code is in the video description.
@eyotawakishwit8697
@eyotawakishwit8697 5 жыл бұрын
@@TheREAPERBlog Thanks! That works for all the takes, too, if one instance is placed on the track?
@luisarandas
@luisarandas 4 жыл бұрын
Any quick possibility to attack gfx window graphics to the docker or any part of the main DAW interface? Say put that visualizer next to the mixer? I am building some lua script with a gui I'd like to embed in the environment Best
@TheREAPERBlog
@TheREAPERBlog 4 жыл бұрын
dockable scripts are possible, I've seen a few but I'm not an expert on that.
@ParesisUK
@ParesisUK 5 жыл бұрын
Really awesome thank you! Quick noob question for anyone who can help...when adding the code to remove the black background, how do you save it? I’ve tried saving a preset but the code disappears. Thanks in advance, I’m no programmer!
@TheREAPERBlog
@TheREAPERBlog 5 жыл бұрын
Ctrl-s / cmd-s
@ParesisUK
@ParesisUK 5 жыл бұрын
That easy! Haha. Thanks so much, keep up the awesome content 👍🏻
@christopherheadcase6886
@christopherheadcase6886 4 жыл бұрын
Is there a way to make an old school VHS tracking issue glitchy type video with this preset?
@TheREAPERBlog
@TheREAPERBlog 4 жыл бұрын
the rgb decompose kinda does that, but I'd mix that with an overlay and color desaturation
@christopherheadcase6886
@christopherheadcase6886 4 жыл бұрын
Did you code that scene to remove all black or was that a pre-set
@SoftNoise98
@SoftNoise98 5 жыл бұрын
What would be the code for multiply/darken effect with letting only black on top? Thank you.
@TheREAPERBlog
@TheREAPERBlog 5 жыл бұрын
its in the video description
@SoftNoise98
@SoftNoise98 5 жыл бұрын
@@TheREAPERBlog sorry, what I meant is what would be the values for reverse overlay (black stays, lighter color vanishes). I tried with black waves on red background and it doesn't work well.
@TheREAPERBlog
@TheREAPERBlog 5 жыл бұрын
might need to invert the colors. Another way to pass through is to use green background and chroma key preset
@dondoe7655
@dondoe7655 5 жыл бұрын
I appreciate the effort but reaper is not for the video, for me is outdated. Better to focus on making the DAW simpler and more intuitive to produce music
@wappytappy
@wappytappy 3 жыл бұрын
shh
Stuttering Vocal Effect in REAPER
9:10
REAPER Mania
Рет қаралды 48 М.
Пройди игру и получи 5 чупа-чупсов (2024)
00:49
Екатерина Ковалева
Рет қаралды 4,7 МЛН
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 77 МЛН
I Took a LUNCHBAR OFF A Poster 🤯 #shorts
00:17
Wian
Рет қаралды 14 МЛН
At the end of the video, deadpool did this #harleyquinn #deadpool3 #wolverin #shorts
00:15
Anastasyia Prichinina. Actress. Cosplayer.
Рет қаралды 15 МЛН
Moving Camera Effect - Manual Motion Tracking Video in REAPER
14:48
The REAPER Blog
Рет қаралды 8 М.
Understanding Compression: The Basics
19:14
Let's Talk About Reaper
Рет қаралды 5 М.
Using Takes For Video in REAPER
11:59
REAPER Mania
Рет қаралды 11 М.
You Don't Understand Saturation
17:01
sseb
Рет қаралды 198 М.
5 Ways Of Adding INSANE Glitch Effects To Your Music
8:34
You Suck at Producing
Рет қаралды 113 М.
Automating Plugins with ReaControlMIDI - Tutorial
9:14
The REAPER Blog
Рет қаралды 12 М.
9 FREE Plugins (That Shouldn't Be Free)
22:45
Venus Theory
Рет қаралды 1,4 МЛН
Creative Video Transitions in REAPER - Video Production In REAPER 5
20:30
REAPER: VST vs JS plugins
5:57
J Riley Hill
Рет қаралды 8 М.
Пройди игру и получи 5 чупа-чупсов (2024)
00:49
Екатерина Ковалева
Рет қаралды 4,7 МЛН