Video Compare overlay? >> FORUM
My Forum

My Forum



SearchSearch   Users   Registration   Entrance
Today: 22.11.2025 - 17:26:44
Pages:  1  2  

Video Compare overlay?

AuthorMessage

geno

user




Statistics:
Messages: 812
Registration: 12.15.2003

Copy this into a blank video processor preset and hit Ctrl-S to save it. Put it on which track you've got set up to be the top layer. I can't claim to understand the code itself. I just hacked this out of the Image Overlay preset, took out all the user controls and hard coded it to invert the one image and then add it to the other. Code:

---------------------
Message # 1 16.03.24 - 02:44:17
RE: Video Compare overlay?

Adam

user




Statistics:
Messages: 77
Registration: 11.14.2001

Hold the phone here - there's something going on here where I don't know what I'm doing. This is the first time I've seen this, but at times now in my session, the BOTTOM video track takes precedence even when there is video on both the top and bottom tracks at the same time/frame. Every other time that I've messed around with multiple video tracks in the same project the top track has taken priority (or so I thought!). How do I set up a "video" track as the MAIN PRIORITY?

---------------------
00' 323ci almost 100k miles, looking towards a new ride...
Message # 2 16.03.24 - 02:50:37
RE: Video Compare overlay?

Randy Forbes

user




Statistics:
Messages: 12,711
Registration: 05.01.2002

Project settings -> 'Video' tab -> Video item visibility

---------------------
Message # 3 16.03.24 - 03:02:17
RE: Video Compare overlay?

Strapp

user




Statistics:
Messages: 230
Registration: 11.14.2001

Can you post a screenshot of this can help users to reproduce the workflow and see the concept behind this ?

---------------------
Message # 4 16.03.24 - 03:12:54
RE: Video Compare overlay?

el_bobbo

user




Statistics:
Messages: 660
Registration: 08.07.2003

@Ice I see. thanks !

---------------------
Message # 5 16.03.24 - 03:20:48
RE: Video Compare overlay?

e28Jay

user




Statistics:
Messages: 767
Registration: 11.12.2001

Thanks for this code @Ashcat. @xraym here's how it looks with same video on each track with 1 frame offset.

---------------------
Message # 6 16.03.24 - 03:26:30
RE: Video Compare overlay?

BRUNO

user




Statistics:
Messages: 18
Registration: 11.05.2002

Nice! :-) But why it gives two different results when you exchange pic0 and pic1(edited) on Track1 vs Track2 ?? Shouldn't be difference "absolute"?

---------------------
Message # 7 16.03.24 - 03:32:27
RE: Video Compare overlay?

mez

user




Statistics:
Messages: 28
Registration: 01.29.2003

is there a lighten blending mode? and a simple way to invert color? There are a few video effects and transitions I'd like to use but can't without those.

---------------------
Message # 8 16.03.24 - 03:39:13
RE: Video Compare overlay?

tamum3

user




Statistics:
Messages: 207
Registration: 08.10.2003

TBH, I'm doing most of my more detailed video work in HitFilm nowadays pretty specifically because it has all the merge modes that I'm used to in photo editors. Even the free version has a lot of great filters and functions, and the add ons are pretty cheap. I really wanted to stick with Reaper, but it just doesn't do what I want to do with video anywhere near as well.

---------------------
///M3 '98 Estoril Blue / Dove Grey '03.5 Carbon Black / Cinnamon
Message # 9 16.03.24 - 03:50:05
RE: Video Compare overlay?

brokeazz

user




Statistics:
Messages: 507
Registration: 07.28.2003

Simple Invert color code //Invert Color src=0; input_info(src,w,h) ? ( project_w=w; project_h=h; ); // preserve input dimensions gfx_blit(src); gfx_set(1,1,1,-1,0x80003); gfx_mode=19; colorspace == 'RGBA' ? colorspace='YV12'; gfx_fillrect(0,0,project_w,project_h); ----- used on a track it will invert all layers below used on a video item it will invert only that item used on an empty MIDI item above other items it will invert all layers for length of item. You can use built-in "Item fades affect video" after to transition, bit ugly though.

---------------------
Message # 10 16.03.24 - 03:57:13
RE: Video Compare overlay?
Midi Issues....Please help!!! : Previous topic
Pages:  1  2  

Message
Name
Message

Click on the dot next to the name to address the participant

           
   
The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants

Running on: XenForo 2.9.1