Hello guest, if you like this forum, why don't you register? https://fanrestore.com/member.php?action=register (December 14, 2021) x


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using the colour info from one source and the detail from another.
#11
My fault... try now:

Code:
setmemorymax(1024) # set this from 1/2 to 2/3 of your RAM (in MB)
temp1=AVISource("Sequence 01.avi")
temp2=AVISource("Sequence 01_1.avi")
source1=mergechroma(temp1,temp2)
source2=AVISource("Sequence 02.avi")
mergechroma(source1,source2)
Reply
Thanks given by:
#12
(2015-05-23, 02:03 PM)spoRv Wrote: My fault... try now:


Code:
setmemorymax(1024) # set this from 1/2 to 2/3 of your RAM (in MB)
temp1=AVISource("Sequence 01.avi")
temp2=AVISource("Sequence 01_1.avi")
source1=mergechroma(temp1,temp2)
source2=AVISource("Sequence 02.avi")
mergechroma(source1,source2)

Now it says "couldn't open file sequence 02.avi".
Reply
Thanks given by:
#13
I assume you have a "sequence 02.avi" file...
If not, and you have just to merge chroma of the 01 and 01_1 files, just do this:

Code:
setmemorymax(1024) # set this from 1/2 to 2/3 of your RAM (in MB)
temp1=AVISource("Sequence 01.avi")
temp2=AVISource("Sequence 01_1.avi")
mergechroma(temp1,temp2)
Reply
Thanks given by:
#14
Brilliant! Thanks a bunch. I'll get some test clips done and post some pics.
Reply
Thanks given by:
#15
If I was using the colour info from one source and the detail from another - as I've done on several projects - I would certainly use After Effects for that purpose, after first editing the sources to match one another [if there are any discrepancies]. In fact on one project, I edited it two different ways - one edit intended to be the luminance of the final, and one intended to be the chroma of the final. I combined the two in AE afterward.
Reply
Thanks given by:
#16
(2015-07-25, 12:39 PM)Tygerbug Wrote: If I was using the colour info from one source and the detail from another - as I've done on several projects - I would certainly use After Effects for that purpose, after first editing the sources to match one another [if there are any discrepancies]. In fact on one project, I edited it two different ways - one edit intended to be the luminance of the final, and one intended to be the chroma of the final. I combined the two in AE afterward.

I didn't know you could do this in AE. I know you can do the luminance/chroma thing in AVIsynth and Nuke but I didn't know about AE. Mind if I ask how you do this? Detailed instructions more specifically?
Reply
Thanks given by:
#17
I'm interested in the instructions on this process as well...
Reply
Thanks given by:
#18
It's actually really straightforward, you place the video that you want to use as your luma source on the first layer of your composition and place the video that will be the Chroma source on the second layer of the composition. Then set the blending mode for the Video on layer 2 to "color" and voila, you've got it.
Reply
Thanks given by: jerryshadoe
#19
Yes, extremely straightforward. After Effects works similarly to Photoshop in many ways, where you can put the chroma from one source over the luma from another (or use one video source as a matte etc) ... or even mesh warp material to match better visually. I also would use After Effects for stabilization [on a shot by shot basis], noise reduction via Neatvideo [separate plugin], or even difference matting and effects.
Reply
Thanks given by:
#20
Thanks guys. I'm going to try this on my next project.
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
  Colour Correction Issues alleycat 3 2,431 2020-04-05, 07:03 PM
Last Post: alleycat
  Interview with Dale Grahn, Colour Timer zoidberg 6 4,880 2018-06-05, 07:04 PM
Last Post: captainsolo

Forum Jump:


Users browsing this thread: 1 Guest(s)