all tutorials
watch on youtube ↗

Shotcut tutorial · companion page

Cinematic Mask Transition Effects in Shotcut, Using Photoshop

A door swings open onto a waterfall; a pillar wipes one scene away and brings in another. Both are the same idea — a hole in the top layer. When the footage is already green screened that hole costs one filter. When it is not, it costs 62 frames cut out by hand in Photoshop. This page covers both routes, with every setting read off the screen.

Ben Espanto 33:35 runtime uploaded 10 Mar 2021 36,769 views 850 likes

Reading in another language? Use the translate picker in the header, or your browser’s own translate command — the Shotcut and Photoshop tool, filter and control names are marked so they stay in English and still match what is on your screen.

0:00
runtime
0
chapters
0
applications
0
Shotcut filters
0
frames cut by hand
what you are building

A hole in the top layer, and two ways to cut it

Both transitions in this tutorial are the same mechanism. Two video tracks, the incoming scene underneath, the outgoing scene on top, and a moving hole in the top one. Everything else is about how that hole gets made.

01

The reveal lives underneath

The bottom track is whatever should appear. It is never filtered and never cut. If nothing shows through, the problem is always on the track above it, not this one.

02

The hole lives on top

The top track is the scene being wiped away. Wherever it is transparent, the track below shows through. That transparency is the entire effect — there is no transition preset involved anywhere.

03

Route A: one filter, ten seconds

If the footage already ships with a flat green area where the hole belongs, Chroma Key: Simple turns that colour transparent and you are done. Search for a pre-keyed version of what you need before doing anything else.

04

Route B: 62 frames, by hand

If it does not, every single frame has to be exported as a transparent PNG, cut out in a photo editor, saved, and reassembled. Thirty-four frames for the door, twenty-eight for the wipe. Ben spent thirty minutes on the door alone.

One thing worth saying plainly, because the filter names suggest otherwise: no Mask: From File, Mask: Simple Shape or Mask: Apply filter is used anywhere in this tutorial. On Shotcut 21.02.27 the only filter applied is Chroma Key: Simple. In the hard route the mask is not a filter at all — it is the alpha channel inside the PNG files.

[ the last tutorial that I showed you took me 30 minutes just to cut out that small sliver from the door, so save yourself the trouble if you can ]

Ben Espanto · 21:26

chapter by chapter

The whole tutorial, thirty-one stops

The video carries five chapters of its own, and the last of them stops at 20:06 with thirteen minutes still to run. The rest were derived by reading the frames; every derived card says so in its caption, and every timestamp was checked against the frame it points at. Click any screencap or timestamp to play that section from its exact second, right here in the card.

0:00
CHAPTER 01

Two transitions, one idea

“In this tutorial, I’ll be showing you how to do two transitions. The door open mask transition and the mask wipe transition using the same technique.”

No interface on screen yet — this is the finished door-open effect playing as the cold open. A white door swings inward and, instead of a hallway, a waterfall scene is behind it. The video’s own chapter list calls this stretch Start; the whole of it is the pitch for both effects.

0:52
CHAPTER 02

The Shotcut build this was recorded on

“This tutorial is going to be done on Shotcut version 21.02.27.”

Derived — this card is not one of the video’s own chapters; the chapter list has nothing between 0:00 and 1:10. HelpAbout Shotcut is open on screen and reads Shotcut version 21.02.27, Copyright © 2011-2021 Meltytech, LLC, licensed GNU General Public License v3.0. Menu paths and filter names moved after this build, so check yours against the table below.

1:10
CHAPTER 03

The easy route: footage that is already green screened

“Hopefully, you’re able to find and download an already existing green screened version of an animation of a door being opened. Believe me, there are already tons online to save yourself the work.”

A stock green screen clip, which is what this whole route depends on. Chroma keying replaces one flat colour with transparency, so the animation has to ship with that colour already painted into the area you want to see through. Here the inside of the doorway is solid green before Shotcut ever opens it.

2:28
CHAPTER 04

Two clips, two tracks: reveal below, door above

“And to get started, we’re going to need to create two tracks. So let’s start out with the waterfalls and I’m going to put that on the bottom track.”

Derived — this card is not one of the video’s own chapters; the chapter runs 1:105:00 as one block, and the track setup is a separate step inside it. The playlist holds waterfalls.mp4 at 00:00:36:08 and Stairs - 65860.mp4 at 00:00:10:00. On the timeline V1 carries the reveal (waterfalls.mp4) and V2 carries the door. Stacking order is the whole trick: whatever is on top gets holes punched in it.

3:33
CHAPTER 05

One filter: Chroma Key: Simple

“And for this one, we’re going to choose chroma key simple. And all of a sudden it’s transparent.”

Derived — this card is not one of the video’s own chapters; split out of the same 1:105:00 chapter. Select the top clip, open Filters, press + and pick Chroma Key: Simple. The panel shows Key color already on green and Distance at its default 28.8 % — neither value is changed anywhere in the video. If the key colour is wrong, the eyedropper beside the swatch samples it off the preview.

5:00
CHAPTER 06

Why the hard route exists: Shotcut cannot draw a path

“Other video editors like Adobe Premiere and DaVinci Resolve have the ability to create complex mask shapes and selections using a pen tool or a Bezier curve within the software itself. Unfortunately, Shotcut at this current version of this video does not.”

The green overlay here is an illustration of the kind of freehand path selection Shotcut 21.02.27 has no tool for. It can make simple shapes — a rectangle, an ellipse — and compound shapes built from two of those, but it cannot trace an arbitrary outline. That single limitation is why the rest of the tutorial leaves the editor and goes to a photo editor that can save transparent PNG files.

6:20
CHAPTER 07

The hard-route project: nothing is keyed

“So this is the file that we have here. And as you can see, there’s an interior. But what we want to do is, when this door opens, we want it to open into this waterfall scene, just like that other one.”

Same two-track shape as the easy route, different source. V2 holds door-open-no-green01.mp4 — a real doorway with a real interior behind it, no green anywhere — and V1 holds waterfalls.mp4. Nothing shows through yet, because there is nothing for a key to remove.

7:41
CHAPTER 08

Isolate exactly the frames that need cutting

“And so first what we need to do in this door open video is isolate all the frames that I’m going to need to modify. And so I’m going to cut it there using the little split tool or S right there.”

Derived — this card is not one of the video’s own chapters; the chapter How to Extract Frames from a Video runs 6:2020:06, nearly fourteen minutes, so it is split here into real steps. Park the playhead at the moment the door is wide open and fills the frame, then press S (or the split button on the timeline toolbar) to cut there. In this clip the door is already ajar at frame one, so there is no second cut at the head — the whole leading segment is what gets exported.

8:29
CHAPTER 09

Copy the range to Source

“So while the clip that you want to extract is selected, all you have to do is copy it by clicking control C so that you can copy into the clipboard. And once you have it on the clipboard, you can click this source tab here.”

Derived — this card is not one of the video’s own chapters; same long chapter. With the segment selected press Ctrl+C, then click the Source tab under the player (it sits next to Project). The player now holds only that clipboard segment, with its own in and out points. This is the step the whole export depends on, and it is also the one that is easy to skip.

9:34
CHAPTER 10

Export → stillsPNG, with From set to Source

“And of course, we’re going to need to choose PNG because this needs to be a transparent file. And PNG is one of the only few that can actually do transparent images.”

Derived — this card is not one of the video’s own chapters; same long chapter. Open Export, scroll the preset tree to the bottom to the stills group and choose PNG — its siblings BMP, DPX, JPEG, PPM, TGA and TIFF are visible in the same group, and only PNG and TGA carry an alpha channel. Then press Advanced and change From from Timeline to Source. The frame here shows it already switched; two frames earlier it still read Timeline. Get this wrong and you export the entire timeline instead of your selection.

10:39
CHAPTER 11

34 numbered PNG files, in about seven seconds

“Thankfully, there’s only 34 frames in this entire thing.”

Derived — this card is not one of the video’s own chapters; same long chapter. The export is named door open and the job runs in the Jobs panel. Windows Explorer then shows door-open-00001 through door-open-00034 — five-digit numbering, PNG File type — in the same folder as the sources. That count is the honest cost of this technique: thirty-four separate images, each of which has to be cut by hand.

11:14
CHAPTER 12

Load all 34 frames into Photoshop

“So now I need to open Photoshop. And then I’m going to need to go into that folder and drag every single one of these photo files into it, the 34 images.”

Derived — this card is not one of the video’s own chapters; same long chapter, and the point where the tutorial changes application. Drag the whole selection of PNG files onto Photoshop and each one opens as its own document tab. The status bar reads Doc: 5.93M/5.93M and the tab title reads RGB/8, which is exactly a 1920 × 1080 eight-bit frame — the canvas already matches the project, so nothing needs resizing.

12:08
CHAPTER 13

Polygonal lasso, then Delete — the doorway goes transparent

“So this is the first frame of that video. And so all I need to do is go into the selection tool and I’m going to choose the polygon lasso tool. I’m going to create a selection here.”

Derived — this card is not one of the video’s own chapters; same long chapter. Double-click the locked Background layer first so it becomes Layer 0 — a background layer cannot hold transparency, and skipping this is the most common way this step fails. Then trace the doorway gap with the Polygonal Lasso Tool (options bar: Feather 0 px, Anti-alias ticked) and press Delete. The checkerboard on the right of the frame is the result. Polarity: what you delete is what the layer underneath will show through. Delete the wrong side and the effect inverts.

13:08
CHAPTER 14

Prove the transparency with a red layer underneath

“So if this were the top layer and I add another layer underneath it… I’m just going to fill it with the color. Let’s say this red color. Edit fill. You’re going to see that it is transparent.”

Derived — this card is not one of the video’s own chapters; same long chapter. A checkerboard is hard to read against dark footage, so add a new layer, drag it below Layer 0, and EditFill it with a loud red. The layers panel shows Layer 0 over Layer 1, Normal, Opacity 100%, Fill 100%. Any white fringe still showing against the red is a bit of the selection you missed — cut it now, then throw the red layer away before saving.

14:12
CHAPTER 15

Frame two, the missed edge, and then the fast-forward

“Oops missed that part there. I’m going to come back there later and fix that. So let’s zoom in a little bit so I can fix.”

Derived — this card is not one of the video’s own chapters; same long chapter. The second image gets the same treatment, plus a zoomed-in cleanup of a white sliver the rough selection left behind. After that the video fast-forwards through the remaining images rather than showing all thirty-four. Saving is a plain Ctrl+S straight back over the same .png — no Save As, no flatten, no dialog, which is what keeps the alpha channel intact.

16:27
CHAPTER 16

Back in Shotcut: open the first PNG

“And so all I need to do is go into open file. Find the first image which was door open 00001.”

Derived — this card is not one of the video’s own chapters; same long chapter. Open File and pick door-open-00001.png — the first of the series, not any other. The player shows a single still, which looks like nothing has worked. It has; the next step is what turns it back into a clip.

17:34
CHAPTER 17

PropertiesImage sequence rebuilds the clip

“And so with this image selected we then go to properties and all we have to do is click image sequence. And then all of a sudden you can see here it combined all those PNG images back into a video.”

Derived — this card is not one of the video’s own chapters; same long chapter, and the single most useful thing in this tutorial. Tick Image sequence in Properties and Shotcut reads every numbered file in the series as one clip. The panel then reads Resolution 1920x1080, Duration 00:00:01:10, Pixel aspect ratio 1 : 1 and Repeat 1 frames per picture. At 23.976024 fps that duration is thirty-four frames — exactly the count that went out.

18:17
CHAPTER 18

Swap the cut-out clip in where the original was

“And what I’m going to do is I’m going to remove that area that we extracted from earlier. And I’m going to replace it with this new video with the cutouts that we just created.”

Derived — this card is not one of the video’s own chapters; same long chapter. Delete the original segment from V2 and drag the image-sequence clip into the gap it leaves. The timeline now reads door-open-00001.png on V2 over waterfalls.mp4 on V1, and the waterfall shows through the doorway. The white edges Ben points out are the price of a rough lasso, not a fault in the method.

19:24
CHAPTER 19

Export the door open transition

“Here. Let’s render this. Let’s call this door open final. Four seconds pretty good.”

Derived — this card is not one of the video’s own chapters; the last piece of the How to Extract Frames from a Video chapter, which ends at 20:06. The save dialog opens on the previous name door-open-demo2 with Save as type on mp4 (*.mp4); it is renamed to door open final. The render takes about four seconds.

20:06
CHAPTER 20

The mask wipe, and the one rule for the wiper

“One important component of the wiper object is that it has to span from the top of the screen all the way to the bottom. You don’t want any gaps because it will not look good when you do the wipe.”

Same technique, different job. Instead of a door revealing a scene, an object crossing the foreground — here one of the pillars in this hall — wipes one scene away and brings in another. The rule is absolute: the wiper has to touch the top and the bottom of the frame throughout, because any gap lets the outgoing scene leak through mid-wipe. The chapter list ends at this entry even though the video runs another thirteen minutes, so everything below is derived.

20:50
CHAPTER 21

Reveal video below, wiper video above

“So the bottom track is going to be the one that is going to be revealed… and if you don’t know how to create a new track just go to just right click the track, track operations and then add video track or control I.”

Derived — this card is not one of the video’s own chapters; the chapter list stops at 20:06; the rest is read off the frames. Right-click the track head, Track OperationsAdd Video Track, or press Ctrl+I. V1 takes video - Reversed.mkv (the scene being revealed), V2 takes wiper-video.mp4. Playback stutters badly here; Ben notes that proxy files would fix it and deliberately skips them for this tutorial.

23:26
CHAPTER 22

Pick the pillar, split either side of it

“I’m basically going to choose as the wiper and I think I’m going to choose this one here… I’m again going to create add another split there, all I’m doing is pressing the letter s.”

Derived — this card is not one of the video’s own chapters; past the end of the chapter list. Scrub back until the area behind the chosen pillar is not yet exposed and press S. Scrub forward until the pillar has fully left frame and press S again. What sits between those two splits is the only part that needs cutting out by hand — which is why choosing the split points carefully is worth the minute it takes.

24:38
CHAPTER 23

Copy to Source and confirm only the sliver is loaded

“All I’m going to do is select Ctrl C to save it on the clipboard, click source and just the little segment of this entire video is on the preview screen.”

Derived — this card is not one of the video’s own chapters; past the end of the chapter list. Exactly the same move as the door: Ctrl+C, then the Source tab. Play it through in the Source player and confirm it is only the sliver — the surrounding footage is visible on the timeline but is not what is loaded. The segment here is 00:00:04:07 long.

25:25
CHAPTER 24

Export the stills again — and check From says Source

“Oh, almost made a mistake. So this thing here it says from timeline and that’s not where we want to pull the stills from. We want to pull the stills from the source.”

Derived — this card is not one of the video’s own chapters; past the end of the chapter list. ExportstillsPNG again, then AdvancedFromSource. The setting does not persist from the first export — it is back on Timeline and Ben catches it on screen. The export is named mask.

26:43
CHAPTER 25

28 PNG files, spot-checked

“Okay, took 14 seconds. Okay so now we can go into the folder and look for one’s labeled mask. As you can see here it created 28 individual images.”

Derived — this card is not one of the video’s own chapters; past the end of the chapter list. The Jobs panel shows the job at 00:00:14 for C:\Users\dasro\Desktop\Mask Transition\mask.png, and Explorer lists mask-00001 through mask-00028 at roughly 3.5 MB each. Behind the dialog the timeline reads wiper-video.mp4 on V2 over video - Reversed.mkv on V1.

27:08
CHAPTER 26

Photoshop again: skip the empty frame, then cut

“I don’t know I didn’t put it in order but let’s go to the first one here. Actually I don’t need to edit that because nothing is really showing up so I can actually close that out.”

Derived — this card is not one of the video’s own chapters; past the end of the chapter list. Drag all 28 in, then look before cutting: the first frame has no wiper in it at all, so it is closed without being touched. For the rest it is the same three moves — double-click Background to get Layer 0, select the area the pillar should hide, Delete, Ctrl+S. The rest is fast-forwarded again.

28:48
CHAPTER 27

Add a track and rebuild the image sequence

“So what I’m going to do is I’m going to add another track on top of that just so I can have a place to work with and then I’m going to go open file, I’m going to go and find the ones that start with mask.”

Derived — this card is not one of the video’s own chapters; past the end of the chapter list. Add an empty V3 as a working track, then Open File on mask-00001.png — the first of the series — and tick Image sequence in Properties exactly as before. The Open File dialog here is showing the cut PNG thumbnails, most of which are mostly transparent.

30:01
CHAPTER 28

Drop the new clip in, delete the original

“With that on the preview screen we’re just going to click and drag it right here on this new track that I just added… you’re not going to see anything because the old file is still in the way so let’s delete that.”

Derived — this card is not one of the video’s own chapters; past the end of the chapter list, and the one place the order matters. Overlaying the cut clip on V3 shows nothing, because the uncut original on V2 is still sitting between it and the reveal. Delete the original segment first, then move the cut clip into the gap it leaves.

30:47
CHAPTER 29

Export: the YouTube preset, quality raised

“I’m just going to click YouTube as a starting point and then I’m going to upgrade that to 75%. Export mask final, save.”

Derived — this card is not one of the video’s own chapters; past the end of the chapter list. Preset StockYouTube, Format mp4, Codec h264_amf, Rate control Quality-based VBR, GOP 15 frames, B frames 2, Codec threads 0. The Quality field is visible at 55 % mid-edit; the 75 % he raises it to is spoken but never shown on screen, so 55 % is the last verified value. The file is named mask final.

31:38
CHAPTER 30

The finished mask wipe, and why it is worth it

“And there you have it. This is the mask wipe transition… if you’re trying to attain a certain effect and you really need that in your video then it becomes a labor of love and so it just becomes worth it.”

Derived — this card is not one of the video’s own chapters; past the end of the chapter list. The finished wipe playing full frame: the pillar crosses, and the scene behind it has changed. Ben is straight about the cost — the door sliver alone took him thirty minutes — and equally straight that a pre-keyed green screen source would have skipped all of it.

32:26
CHAPTER 31

Outro — the channel and the tips playlist

“Every video on my channel was done on Shotcut, so aside from examples of what Shotcut can do you can also visit my playlist of tips and tutorials all geared toward the beginner.”

Derived — this card is not one of the video’s own chapters; past the end of the chapter list. End card and a pointer to the Shotcut Tips and Tricks playlist, which is where the rest of these companion pages come from.

build it yourself

Seventeen steps across two applications

Every step says which application you should be in. Every number below was read off the frames of the video — nothing here is a recommended-sounding guess, and where a value was spoken but never shown on screen it says so.

STEP 01

Check whether you need the hard route at all (in Shotcut)

Before anything else, look for a version of your wiper or door footage that already ships green screened. If you find one, you are on route A and the whole job is one filter. If you do not, you are on route B and you are cutting every frame by hand. Ben says this twice, in both halves of the video, and it is the single highest-value decision here.

The two routes diverge here and never meet again. Route A is steps 2 to 4. Route B is steps 5 to 14.

STEP 02

Route A · stack the two clips (in Shotcut)

Drop the reveal video on V1 and the pre-keyed clip on V2. Add the second track with a right-click on the track head, Track OperationsAdd Video Track, or Ctrl+I.

playlist waterfalls.mp4 duration 00:00:36:08 playlist Stairs - 65860.mp4 duration 00:00:10:00

Track order is not a preference. The clip that needs the hole must be the one on top.

STEP 03

Route A · add Chroma Key: Simple to the top clip (in Shotcut)

Select the top clip, open Filters, press +, and choose Chroma Key: Simple. On this footage the green disappears immediately, because the filter already defaults to green.

filter Chroma Key: Simple key color green (default) distance 28.8 %
The Shotcut Filters panel showing Chroma Key: Simple with a green Key color swatch and Distance at 28.8 percent
3:50 · Key color on the default green and Distance left at 28.8 %

Neither value is changed anywhere in the video. If your key colour is not the default green, use the eyedropper beside the swatch and click the coloured area in the preview. Raise Distance only if the key is leaving fringes; too high and it starts eating the subject.

STEP 04

Route A · trim and you are finished (in Shotcut)

Shorten the top clip so the reveal lands where you want it, and play it through. That is the whole of route A.

STEP 05

Route B · set the project up the same way (in Shotcut)

Reveal video on V1, un-keyed wiper or door video on V2. Nothing shows through yet, which is correct — there is nothing for a key to remove.

V2 door-open-no-green01.mp4 V1 waterfalls.mp4 project 1920 × 1080 23.976024 fps

The clip Properties read H.264 / AVC, 1920x1080, 23.976024, yuv420p, ITU-R BT.709, Progressive, Broadcast Limited (MPEG).

STEP 06

Route B · split out exactly the frames that need cutting (in Shotcut)

Park the playhead where the hole first has to appear and press S. Park it where the hole is no longer needed and press S again. Only what sits between those two splits gets exported.

split S
The Shotcut timeline with the split point placed in the door clip, the split control circled on the toolbar
8:20 · the split lands where the door has opened wide enough to fill the frame

Every frame between the splits is a frame you will cut by hand later, so be deliberate. The door needed 34 frames; the pillar wipe needed 28.

STEP 07

Route B · copy the segment to Source (in Shotcut)

With the segment selected press Ctrl+C, then click the Source tab under the player (next to Project). Play it through and confirm the player holds only that segment.

copy Ctrl+C player tab Source

Skipping this is what makes the next step export the whole timeline instead of your selection.

STEP 08

Route B · export the stills as PNG, From = Source (in Shotcut)

Open Export. Scroll the preset tree to the bottom, open the stills group and choose PNG. Press Advanced and change From from Timeline to Source. Then Export File and give the series a name.

preset stills → PNG From: Source format image2 resolution 1920 × 1080 frames/sec 23.976024
The Shotcut Export panel with PNG selected under the stills group and the From dropdown reading Source
10:20 · From switched to Source, PNG selected under stills, Format reads image2

PNG and TGA are the only formats in the stills group that carry an alpha channel, and alpha is the entire point — pick JPEG here and there is nothing to make transparent. From does not stay on Source between exports; it reverts to Timeline and has to be set again every time.

STEP 09

Route B · check what came out (in Shotcut)

The Jobs panel shows the export running. In the folder you will find the series numbered with five digits, starting at 00001.

door-open-00001 … 00034 mask-00001 … 00028 type PNG File
Windows Explorer listing door-open-00033 and door-open-00034 among the exported PNG files
11:10 · door-open-00033 and door-open-00034 at the end of the series

The door export took about seven seconds; the wipe export showed 00:00:14 in the Jobs panel.

STEP 10

Route B · open the frames in Photoshop (in Photoshop)

Select all the numbered files and drag them onto Photoshop. Each opens as its own tab. Any editor that can save a transparent PNG will do this job — that capability, not the brand, is the requirement.

canvas 1920 × 1080 mode RGB/8 Doc: 5.93M

The canvas already matches the project, so nothing needs resizing, cropping or re-saving at a different size. The exact Photoshop version is never shown on screen; the interface on screen is the CS Live-era layout.

STEP 11

Route B · unlock the layer first (in Photoshop)

Double-click the layer called Background in the layers panel and accept the name Layer 0. A background layer cannot hold transparency, so Delete on it fills with the background colour instead of cutting a hole.

layer Background → Layer 0

This is the step most often skipped, and the failure is quiet: the area turns white or black instead of transparent, and you only find out when you reassemble the sequence in Shotcut.

STEP 12

Route B · select the gap and delete it (in Photoshop)

Take the Polygonal Lasso Tool and click your way around the area that should become see-through — the open part of the doorway, or the strip the wiper object should hide. Then press Delete. Checkerboard means transparent.

tool Polygonal Lasso Tool feather 0 px anti-alias checked then Delete
The same frame in Photoshop with a vertical strip deleted, showing the transparency checkerboard
13:10 · the deleted strip showing as checkerboard on the right of the canvas

Polarity, and get this the right way round: the part you delete is the part the track underneath will show through. The part you leave stays opaque and keeps hiding the track underneath. There is no black-and-white mask image in this workflow — the mask is the alpha channel of the PNG itself, so what looks like nothing on screen is doing the work.

STEP 13

Route B · check your edges against a loud colour (in Photoshop)

Add a new layer, drag it below Layer 0, and EditFill it with a colour nothing in your frame contains — Ben uses red. Anything pale still showing against it is selection you missed. Cut those, then delete the coloured layer before saving.

layers Layer 0 over Layer 1 blend Normal opacity 100% fill 100%
The same frame in Photoshop with a red fill layer beneath, the red showing through the deleted strip
13:30 · the red fill layer underneath making the transparent strip readable

Delete the coloured layer before you save. If it is still there it is not transparent, it is red, and the effect will show a red band in Shotcut.

STEP 14

Route B · save straight back over the same file (in Photoshop)

Ctrl+S. No Save As, no flatten, no format change — it is already a PNG and saving in place keeps the alpha and keeps the filename in the numbered series. Close the tab and move to the next frame.

save Ctrl+S format unchanged .png

The numbering is what lets Shotcut reassemble the series, so never rename a frame. If a frame has nothing to cut — the wipe sequence has one — close it without saving.

STEP 15

Route B · rebuild the sequence into a clip (in Shotcut)

Open File and choose the first file of the series. The player shows a single still. Open Properties and tick Image sequence. Shotcut reads the whole numbered series as one clip.

Image sequence checked resolution 1920x1080 duration 00:00:01:10 pixel aspect 1 : 1 repeat 1 frames per picture
The Shotcut Properties panel with Image sequence ticked and Duration reading 00:00:01:10
17:50 · Image sequence ticked, Duration reading 00:00:01:10

00:00:01:10 at 23.976024 fps is 34 frames — exactly the number that was exported, which is the quickest way to confirm the whole series was picked up and nothing was missed.

STEP 16

Route B · put the clip back where the original was (in Shotcut)

Delete the original segment from the top track, then drag the image-sequence clip into the gap it leaves. If you overlay it on a spare track without removing the original first, nothing changes — the un-cut clip is still in the way.

V2 door-open-00001.png V1 waterfalls.mp4
The Shotcut preview showing the waterfall scene visible through the cut doorway
19:10 · the waterfall showing through the cut doorway

The wipe build adds an empty V3 as a scratch track first, then deletes the original on V2 and moves the cut clip down into its place.

STEP 17

Export the finished transition (in Shotcut)

Export → preset StockYouTube, then Export File.

preset YouTube format mp4 codec h264_amf rate control Quality-based VBR GOP 15 frames B frames 2
The Shotcut Export panel with the YouTube preset selected and the Codec tab showing h264_amf
31:10 · the YouTube preset selected, Codec tab showing h264_amf and Quality-based VBR

The Quality field is on screen at 55 % while Ben says he is raising it to 75 %. The raised figure never appears on screen, so 55 % is what is recorded in the table below and 75 % is recorded as spoken only. h264_amf is a hardware encoder specific to that machine’s graphics card; on other hardware the preset picks a different codec and that is fine.

settings reference

Every verified value in one place

Read directly off the frames. Values that were spoken but never shown on screen are labelled as such and are not presented as verified.

Shotcut — project, media and the one filter
SettingValueWhere it lives
Shotcut version21.02.27HelpAbout Shotcut
Build copyright© 2011-2021 Meltytech, LLCAbout Shotcut dialog
LicenceGNU General Public License v3.0About Shotcut dialog
Project resolution1920 × 1080Clip Properties
Project frame rate23.976024 fpsClip Properties
Scan mode / colourProgressive · yuv420p · ITU-R BT.709 · Broadcast Limited (MPEG)Clip Properties
Playlist item 1waterfalls.mp4 · 00:00:36:08Playlist
Playlist item 2Stairs - 65860.mp4 · 00:00:10:00Playlist
Route A track stackV2 Stairs - 65860.mp4 / V1 waterfalls.mp4Timeline
Route B door track stackV2 door-open-no-green01.mp4 / V1 waterfalls.mp4Timeline
Route B wipe track stackV3 working track / V2 wiper-video.mp4 / V1 video - Reversed.mkvTimeline
Only filter used, whole videoChroma Key: SimpleRoute A top clip only
Key colorGreen, filter default (eyedropper beside the swatch to re-sample)Chroma Key: Simple
Distance28.8 % (default, never changed)Chroma Key: Simple
Add a video trackRight-click track head → Track Operations → Add Video Track, or Ctrl+ITimeline
Split a clipS, or the split button on the timeline toolbarTimeline
Send a selection to the playerCtrl+C, then the Source tab (beside Project)Player tabs
Shotcut — exporting the frames as transparent stills
SettingValueWhere it lives
Presetstills → PNGExport preset tree
Other stills presets presentBMP, DPX, JPEG, PPM, TGA, TIFFExport preset tree
Why PNGAlpha channel; PNG and TGA are the only alpha-capable entries in the group
FromTimeline → Source (reverts to Timeline on every new export)ExportAdvanced
Formatimage2ExportAdvanced
Resolution1920 × 1080AdvancedVideo
Aspect ratio16 : 9AdvancedVideo
Frames/sec23.976024AdvancedVideo
Scan modeProgressive · Field order NoneAdvancedVideo
DeinterlacerYADIF - temporal + spatialAdvancedVideo
InterpolationBilinear (good)AdvancedVideo
Use preview scalingUncheckedAdvancedVideo
Parallel processingCheckedAdvancedVideo
Use hardware encoderCheckedExport
Door series name / countdoor-open-00001 … door-open-00034 · 34 filesOutput folder
Wipe series name / countmask-00001 … mask-00028 · 28 files, approx 3.5 MB eachOutput folder
Output folder usedC:\Users\dasro\Desktop\Mask TransitionWindows Explorer
Export job timesDoor approx 7 s (spoken) · wipe 00:00:14 (shown in Jobs)Jobs panel
Photoshop — cutting the alpha into each frame
SettingValueWhere it lives
ApplicationAdobe Photoshop · exact version never shown on screen
Interface generation visibleCS Live badge, Mini Bridge button, Analysis and 3D menusMenu bar
Canvas size1920 × 1080 (unchanged from the export)Document tab
Colour modeRGB/8Document tab
Document sizeDoc: 5.93MStatus bar
How the files are openedDrag the numbered PNGs onto the application, one tab per frame
First move on every frameDouble-click Background → it becomes Layer 0Layers panel
Selection toolPolygonal Lasso ToolTools panel / options bar
Feather0 pxLasso options bar
Anti-aliasCheckedLasso options bar
Refine EdgeGreyed out — not used in this tutorialLasso options bar
Cut commandDelete (with the selection active, on Layer 0)
PolarityDeleted area = transparent = the track underneath shows through
Kept areaOpaque = keeps hiding the track underneath
Mask carrierThe PNG alpha channel. No black/white mask image, no mask filter
Edge check techniqueNew layer below Layer 0, Edit → Fill with red, then delete that layerLayers panel
Check layer stateLayer 0 over Layer 1 · Normal · Opacity 100% · Fill 100%Layers panel
SaveCtrl+S, straight back over the same .png — no Save As, no flatten
Frames that need no editClosed without saving (the wipe sequence has one)
Time actually spentApprox 30 minutes for the 34-frame door sliver (spoken)
Shotcut — rebuilding and exporting the finished clip
SettingValueWhere it lives
Reopen the seriesOpen File → the first file of the seriesOpen File
Image sequenceChecked — reads the whole numbered series as one clipProperties
Resolution reported1920x1080Properties
Duration reported00:00:01:10 (= 34 frames at 23.976024 fps)Properties
Pixel aspect ratio1 : 1Properties
Repeat1 frames per pictureProperties
PlacementDelete the original segment first, then drop the cut clip into the gapTimeline
Export presetStock → YouTubeExport
Formatmp4Export
Codech264_amf (hardware encoder on this machine)ExportCodec
Rate controlQuality-based VBRExportCodec
Quality55 % shown on screen · 75 % spoken, never shownExportCodec
Quantiser readoutqp_i = qp_p = qp_b = 23ExportCodec
GOP15 frames · Fixed uncheckedExportCodec
B frames2ExportCodec
Codec threads0 (auto)ExportCodec
Save as typemp4 (*.mp4)Save dialog
Output namesdoor open final · mask finalSave dialog
Door render timeApprox 4 seconds (spoken)

Two settings account for most of the failures in this workflow, and neither one announces itself. The first is From in the export dialog: it defaults to Timeline, it does not remember Source between exports, and getting it wrong exports the entire timeline as stills. The second is the Background layer in Photoshop: leave it locked and Delete fills with a colour instead of cutting a hole, and you will not find out until you reassemble the sequence.

full transcript

Everything said, timestamped

Machine transcribed from the video audio. Spoken phrasing is left as-is; only the product, filter and shortcut names the transcriber mangled have been corrected. Every timestamp plays the video in the hero from that second.

+ open the full transcript 509 lines · 33:35
0:00

In this tutorial, I’ll be showing you how to do two transitions.

0:05

The door open mask transition and the mask wipe transition using the same technique.

0:13

So stay tuned.

0:15

I’m just a normal person with no video editing background.

0:18

I wanted to start making YouTube videos and maybe cool transitions and effects.

0:22

I don’t really plan on being a professional video editor, so I was looking for a free,

0:27

easy to learn video editing software.

0:29

Luckily, I stumbled on Shotcut, a free open source video editing program that can do many

0:34

of the tricks you can do on more enterprise video editors like Adobe Premiere or DaVinci

0:39

Resolve.

0:40

But with a much simpler and leaner interface, thus dramatically shortening the learning

0:45

curve, it just takes using your imagination.

0:48

So let’s learn together.

0:52

This tutorial is going to be done on Shotcut version 21.02.27.

1:03

So there are two ways you can accomplish a mask transition.

1:10

Let’s first start with the door open mask transition.

1:14

I’m going to show you the easy way and the painful way of doing this.

1:20

First, the easy way.

1:25

Hopefully, you’re able to find and download an already existing green screened version

1:31

of an animation of a door being opened.

1:35

Believe me, there are already tons online to save yourself the work.

1:40

I am going to start with this animation.

1:45

As the door opens, you will see the inside of the door has already been given a flat green

1:52

color.

1:54

These types of animations have already been prepped for chroma keying.

1:59

So what is chroma keying?

2:01

It is a technique used to remove the background from a video in post editing by assigning

2:08

a color that would represent what later would be transparent or invisible, typically a green

2:15

or blue background.

2:18

So as you can see in this video, they’ve already assigned the area that would later

2:24

be transparent with a solid green color.

2:28

In this first tutorial, we’re going to start out with two clips.

2:31

The first one is the stairs video that I’ve already shown you that has already

2:36

pre-green screened once the door opens.

2:41

And the second video is a video of the waterfalls that’s going to show through once the door

2:48

has been opened.

2:49

And to get started, we’re going to need to create two tracks.

2:54

So let’s start out with the waterfalls and I’m going to put that on the bottom track.

3:02

And then I’m going to add another track on top of that.

3:04

I’m going to put the stairs video on top of it.

3:08

And so as of right now, that’s what this thing looks like.

3:16

Let’s go to the green screen part of it.

3:18

As you can see, you can’t really see the waterfalls through it yet.

3:23

And so because this one has already been pre-green screened, all we have to do is

3:30

go to the area where there’s a green screen.

3:33

Go to the filters tab, click plus.

3:40

And for this one, we’re going to choose Chroma Key: Simple.

3:46

And all of a sudden it’s transparent.

3:50

That’s because it’s already pre-chosen the color green.

3:55

But if it hasn’t, all you have to do is click the little dropper and choose

3:59

the green area, which basically you’re telling the video.

4:03

Make anything that is green or this color transparent.

4:08

So now, now that we’ve done that, let’s shorten this thing here a little bit.

4:13

I’m going to play it from the very beginning.

4:18

As you’re going up the stairs, as you remember when I first opened it,

4:23

originally it was green, but now it’s see-through.

4:30

And really, that’s all it is.

4:33

It’s one filter called Chroma Key: Simple.

4:36

You select the dropper and choose the green area.

4:39

And all of a sudden, what used to be green is now transparent.

4:44

Didn’t I tell you this was the easy version?

4:48

Well, there you go.

4:52

And what you end up with is this final video.

5:02

Now, the painfully tedious version of this tip.

5:07

Other video editors like Adobe Premiere and

5:09

DaVinci Resolve have the ability to create complex mask shapes and

5:15

selections using a pen tool or a Bezier curve within the software itself.

5:21

Unfortunately, Shotcut at this current version of this video does not.

5:28

It can create simple shapes like a square or circle, but

5:33

it cannot at this point create paths.

5:37

It can create compound shapes though, which are shapes made when you

5:42

combine two simple shapes together.

5:45

But you still cannot create complex paths.

5:50

This is where an external photo editor comes into play.

5:54

An editor specifically that can save transparent PNG files.

5:59

So first, check if your photo editor can do so

6:03

before you go into this labor intensive step.

6:10

So okay, let me show you in this second tutorial how to do the

6:16

door open mask transition the hard way.

6:20

The hard way meaning we are not starting out with a video that has

6:24

already been pre green screened.

6:27

So this is the file that we have here.

6:30

And as you can see, there’s an interior.

6:34

But what we want to do is,

6:36

when this door opens.

6:39

We want it to open into this waterfall scene, just like that other one.

6:44

But in this instance, because we don’t have a green screen,

6:47

it’s going to take a lot longer.

6:50

And so we might as well proceed because this is going to take a little bit.

6:55

So just like the previous tutorial,

6:58

I’m going to drag the waterfall video in one track.

7:04

And then I’m going to create another track on top of that.

7:08

And I’m going to drag the door open green screen right on top.

7:13

But of course, you can’t see the waterfalls yet because we’re

7:19

going to need to knock out the waterfalls.

7:23

So I’m just going to cut this up a little bit so that that’s not in the way.

7:30

Put that in here.

7:32

Zoom in and let’s say we’re going to cut it like right there.

7:36

And so these are the files that we’re going to be playing with.

7:41

And so first what we need to do in this door open video is isolate

7:49

all the frames that I’m going to need to modify.

7:52

And so that’s probably the minute the door opens wide open

7:56

and covers up the entire scene.

7:59

And so I’m going to cut it there using the little split tool or S right there.

8:05

And then I also need to do, I need to find the beginning point,

8:10

which in this instance, because the door didn’t start out being closed.

8:16

We need to work it from the very beginning.

8:20

So no need to cut here because this entire clip right here

8:25

is what we need to modify.

8:29

And the way we do this is we need to extract every single

8:34

frame of this entire video

8:40

and import into a photo editing program,

8:45

which in this instance, I’m going to be using Photoshop

8:48

and I’m going to have to modify each individual picture.

8:52

And so hopefully it’s not that many frames,

8:57

but it already looks like it’s going to be at least 40 or 50

9:00

frames that we’re going to have to extract.

9:02

So while the clip that you want to extract is selected,

9:07

all you have to do is copy it by clicking Ctrl+C

9:12

so that you can copy into the clipboard.

9:15

And once you have it on the clipboard,

9:17

you can click this source tab here.

9:19

And all of a sudden, all you have is the segment of that video

9:27

that is selected right here or what’s in the clipboard.

9:34

So while I have the source selected,

9:39

all we have to do is now export them into individual PNG files.

9:45

And in order to do that, we need to go to export.

9:47

We then need to scroll all the way to the bottom and find

9:51

the stills section here.

9:54

And of course, we’re going to need to choose PNG

9:56

because this needs to be a transparent file.

10:01

And PNG is one of the only few that can actually do

10:05

transparent images.

10:08

And then we need to go to advanced and make sure

10:12

that the from because we’re pulling it from the source

10:15

instead of the project, the from here is choosing source.

10:22

So we need to make sure that that’s source.

10:25

And then we’re then going to export the file.

10:29

I’m going to save this.

10:31

Let’s call this door open, save.

10:39

All of a sudden, the job window starts.

10:41

And what it’s doing right now is it’s breaking up this

10:47

entire video clip into individual images.

10:52

So it looks like it took about seven seconds to do it,

10:54

which is really good.

10:57

And if we look into the folder, you now see that there are

11:01

multiple door open files numbered in order.

11:08

Thankfully, there’s only 34 frames in this entire thing.

11:14

So now I need to open Photoshop.

11:26

And then I’m going to need to go into that folder and drag

11:29

every single one of these photo files into it, the 34 images.

11:41

And load it one by one until it loads all 34.

11:56

Let’s go to the very first one.

11:59

So this one here.

12:00

And I’m going to show you the gist of what I’m going to

12:04

need to do to all 34 images.

12:08

So this is the first frame of that video.

12:12

And so all I need to do is go into the selection tool

12:16

and I’m going to choose the polygon lasso tool.

12:19

I’m going to create a selection here.

12:23

Just like that.

12:26

No need to be super exact.

12:29

I’ve got 34 of these to do.

12:36

I just have a rough selection area here.

12:42

Almost done.

12:51

Yep.

12:52

Pretty much selected that area.

12:56

Let me just double click it to make sure that I remove

12:59

the background.

12:59

And then I’m going to click delete.

13:01

And all of a sudden the area that I just selected

13:06

just became transparent.

13:08

How do I know?

13:09

So if this were the top layer and I add another layer

13:13

underneath it.

13:14

I’m going to drag this layer underneath it.

13:16

I’m just going to fill it with the color.

13:18

Let’s say this red color.

13:20

Edit fill.

13:23

You’re going to see that it is transparent.

13:27

You can see right through the door.

13:29

Actually you see little white areas.

13:31

Actually that little red background is helping out a little bit.

13:35

It helps me kind of isolate the areas that I’ve kind of

13:40

under deleted, undercut.

13:44

So I’m going to make another deletion on the top one.

13:48

And it looks like I got it all covered right there.

13:54

I’m just going to throw that layer away.

13:58

I’m going to save this.

14:09

And then done.

14:12

So now I’m going to go to number two.

14:16

Once again the same thing.

14:18

Make a general selection again.

14:21

Kind of just eyeballing it.

14:26

Not really taking too much time.

14:35

But if you’re doing it you definitely want to take a little

14:39

bit more time to be more exact.

14:42

To make sure your selection is pretty accurate.

14:51

Oops missed that part there.

14:52

I’m going to come back there later and fix that.

14:59

So let’s zoom in a little bit so I can fix.

15:05

I can kind of isolate that area that I want to fix there.

15:16

Right there.

15:29

Then I’m going to delete this part here.

15:33

This little white area that I missed in the selection.

15:39

Okay.

15:40

So again I’m going to double click it.

15:42

So that background becomes layer zero.

15:45

And then click delete.

15:47

And once again I have a transparency.

15:52

And I’m done with image two.

15:55

I’m going to save that.

15:57

Now I can close that.

16:00

Now we go to image three.

16:05

So now because I’m not entirely evil and I don’t want this

16:09

video to last an hour.

16:11

I’m going to spare you the time that it took me to cut

16:16

every single one of these images.

16:18

And I’m just going to fast forward it for you.

16:21

You’re welcome.

16:27

Okay.

16:28

So now that the hard part is done let’s go back into

16:31

Shotcut.

16:33

So once again this was the timeline we were working

16:36

with.

16:36

And I’m just going to play again the area that we

16:39

extracted which is this area here.

16:42

And so after doing all that processing to all those

16:47

images in Photoshop we now have to bring those

16:50

images back into Shotcut.

16:53

And so all I need to do is go into open file.

17:00

Find the first image which was door-open-00001.

17:07

I’m going to open that.

17:09

And it’s going to preview that on the screen here.

17:13

But we did all that work to process every single one

17:18

of those PNGs.

17:19

And I don’t want to have to manually bring all of

17:22

those images back into Shotcut.

17:25

But fear not.

17:26

There’s a really easy way to bring back all those

17:31

images and combine it back into a video.

17:34

And so with this image selected we then go to

17:41

properties and all we have to do is click image

17:45

sequence.

17:47

And then all of a sudden you can see here it

17:54

combined all those PNG images back into a video.

17:58

And so all I have to do is drag this back into

18:02

the timeline.

18:04

And what I’m going to do is I’m going to remove

18:08

that area that we extracted from earlier.

18:11

And I’m going to replace it with this new video

18:14

with the cutouts that we just created.

18:16

And so the end result is this.

18:26

So now I’m going to delete this part here

18:28

because we don’t need that anymore.

18:30

And I’m going to play here.

18:32

Let me let’s cut this down the size a little bit

18:35

because we don’t really need that part either.

18:38

And so this is what the preview looks like now.

18:47

And as you can see we now have somewhat of a

18:53

rough version of the door open mask transition.

19:01

You can kind of see a little bit of white around

19:05

the edges only because I didn’t really take

19:09

the time to be more detail oriented

19:12

when I was creating the selection.

19:14

But when you’re doing these things on

19:16

your photo editor you need to make sure

19:18

that you’re a lot more exact on your edges.

19:24

Here. Let’s render this.

19:31

Get back to my default here.

19:36

Let’s call this door open final.

19:49

Four seconds pretty good.

19:52

And now this is the final video.

19:59

So essentially that’s how you do a door open

20:04

mask transition.

20:06

Now using the same technique you can also

20:11

perform a special type of mask transition

20:14

called the mask wipe transition.

20:17

In this technique you’re going to use

20:20

an object in the foreground whether it’s a tree

20:23

a person or any object to act as a wiper

20:27

to wipe away a previous scene to introduce

20:31

a new scene.

20:33

One important component of the wiper object

20:36

is that it has to span from the top

20:39

of the screen all the way to the bottom.

20:43

You don’t want any gaps because it will

20:46

not look good when you do the wipe.

20:50

Okay so now let’s do the mask wipe transition.

20:56

So for this one unfortunately we’re going to

20:58

have to do it the hard way because I don’t

21:01

have a green screen version of the wiper

21:04

video and so if from the beginning you

21:09

can find a green screen version of a

21:12

wiper video just like this one save

21:15

yourself the trouble.

21:16

Don’t go through the painful process

21:19

of having to extract these things and

21:22

then select them one by one because

21:24

it’s just going to take you forever.

21:26

The last tutorial that I showed you took

21:29

me 30 minutes just to cut out that

21:32

small sliver from the door so save

21:36

yourself the trouble if you can and

21:38

find one that’s already pre-green

21:39

screen but in this tutorial I’m going

21:43

to have to use one that is not

21:45

pre-green screened and so just like the

21:50

other two we’re going to start with two

21:53

tracks so the bottom track is going to

21:56

be the one that is going to be revealed

21:59

so this is the this is the reveal video

22:03

that is underneath the wiper video so

22:06

that goes on the bottom track I’m going

22:08

to create a new track on top of that

22:10

and if you don’t know how to create

22:11

a new track just go to just right click

22:14

the track track operations and then add

22:17

video track or Ctrl+I so I’m going to

22:21

put the wiper track right on top and so

22:27

this is the original track there and

22:33

it’s stuttering a little bit but that’s

22:41

the original that’s the original track

22:52

I should have saved myself the trouble

22:55

so that this thing runs smoother by

22:58

creating proxy files but I’m not going

23:02

to go through that for this for this

23:05

particular tutorial and if you don’t

23:07

know how to create proxy files I

23:08

actually have an existing tutorial

23:10

already and it’s going to help you in

23:12

terms of your video editing by making

23:15

the editing a lot smoother instead of

23:17

it being herky jerky kind of like the

23:19

way you see it right now but for all

23:21

intents and purposes we’re not going to

23:22

do it for this particular tutorial so

23:26

I’m just going to cut this down the

23:27

size so that they match so I’m going

23:29

to take out the the excess there and

23:33

then move them there I’m going to zoom

23:39

in a little bit and so let’s watch this

23:45

and I’m going to isolate which pillar

23:52

I’m basically going to choose as the

23:55

wiper and I think I’m going to choose

23:57

this one here and so I’m going to

24:01

back up a little bit until that area

24:07

after the pillar is not exposed and so

24:12

I’m going to cut I’m going to put a

24:14

slice there and then I’m going to play

24:18

it to the very end until the pillar

24:24

fully disappears which is right there

24:27

and I’m again going to create add

24:29

another split there all I’m doing is

24:33

pressing the letter s and so this section

24:36

here is what we’re going to be

24:38

extracting and once again just like

24:42

what I did in that previous tutorial

24:44

all I’m going to do is select

24:46

Ctrl+C to save it on the clipboard

24:49

click source and just the little

24:54

segment of this entire video is on

24:58

the preview screen and so if I go and

25:02

play it it’s only that little sliver

25:07

that is going to be selected this part

25:09

here really even though it’s showing on

25:11

the screen is not selected all I want

25:13

is this area right here that already has

25:16

an endpoint and an endpoint right so

25:20

just make sure that you keep this

25:22

screen on source which is this tab

25:25

right here and again just to repeat the

25:28

the last process that I did while the

25:30

source is selected you then go to

25:33

export and again we’re going to export

25:35

stills from it again go to the stills

25:38

section here we’re going to select

25:40

PNG again because we want transparent

25:44

files and PNG again is probably the

25:48

best file type to choose for

25:50

transparent images so while that

25:54

selected I’m going to click oh almost

25:58

made a mistake so this thing here it says

26:01

from timeline and that’s not where we

26:04

want to pull the stills from we want

26:07

to pull the stills from the source

26:09

because the source is what’s showing

26:11

on the screen here so now we can

26:14

export so I’m going to export the

26:16

file and I’m going to call this one

26:26

mask I’m going to save it the jobs window

26:29

is going to show up again it looks like

26:31

it’s going to take 12 seconds still

26:37

going

26:43

okay took 14 seconds okay so now we can

26:48

go into the folder and look for one’s

26:51

labeled mask as you can see here it

26:55

created 28 individual images if you want

26:59

to see what the images look like I’m

27:01

just spot check one double click it and

27:04

it looks like that so that’s just one

27:08

PNG image so once again we’re going to

27:14

need to go to Photoshop so with Photoshop

27:23

loaded I’m once again going to need to

27:25

drag every single one into the program

27:29

so that I can manipulate each one

27:34

let’s just wait for this thing to load

27:37

shouldn’t take too long

27:48

okay so let’s go to the first one

27:51

I don’t know I didn’t put it in order

27:53

but let’s go to the first one here

27:56

actually I don’t I don’t need to edit

27:58

that because nothing is really showing up

28:00

so I can actually close that out I can

28:03

go to the second one here and again

28:06

we’re going to double click background

28:08

just to make that into a non background

28:12

layer I’m going to make a quick selection

28:15

here again this is just going to be a

28:19

rough and dirty selection if I’m

28:22

actually working on a real project

28:24

I’m going to take my time to make

28:26

sure the selection is as accurate as

28:28

possible while that’s selected I’m going

28:31

to delete and then I’m going to save

28:36

and that’s it so I’m going to fast

28:39

forward through this process once again

28:41

and I’ll see you back in Shotcut

28:48

okay so that was fun so now we’re

28:51

back in Shotcut again and once again

28:53

we’re going to try to put together all

28:58

the images that we’ve extracted and

29:00

edited and put it right back where we

29:04

pulled it from and so if you can

29:08

remember this is the source video that

29:12

we extracted those PNG files from and

29:16

so what I’m going to do is I’m going

29:17

to add another track on top of that

29:21

just so I can have a place to work

29:25

with and then I’m going to go open

29:29

file I’m going to go and find the ones

29:32

that start with mask once again and

29:35

these are my processed files so I’m

29:37

going to choose the first one of the

29:39

series starts with zero one once again

29:43

you’re just going to see a static

29:45

image on the preview screen and what

29:49

we’re going to need to do is go to

29:50

properties once again we click

29:53

Image sequence and then we get all the

30:01

clips put back together and with that on

30:05

the preview screen we’re just going to

30:07

click and drag it right here on this

30:10

new track that I just added I’m

30:13

actually going to overlay it right on

30:15

top of the old file let’s see what that

30:20

looks like there you’re not going to see

30:24

anything because the old file is still in

30:28

the way so let’s delete that and let’s

30:30

drag this new clip where the old one

30:34

used to be let’s get rid of this one

30:38

here and now this is what the final

30:42

clip looks like and so

30:47

cut this off a little bit let’s export

30:59

support that and let’s call this mask

31:03

final

31:06

we were still on the stills here almost

31:09

made a mistake there let’s drag it back

31:11

up I’m just going to click YouTube as a

31:15

starting point and then I’m going to

31:16

upgrade that to 75% export mask final

31:24

save

31:28

let it run for a little bit it should

31:29

only take a few seconds

31:38

and there you have it

31:43

this is the mask wipe transition

31:50

now don’t let me discourage you I know

31:53

it is labor intensive when you when you

31:56

start with a video that doesn’t have a

31:58

green screen on it already but if you’re

32:03

trying to attain a certain effect and

32:06

you really need that in your video then

32:09

it becomes a labor of love and so it

32:12

just it becomes worth it so hopefully

32:15

this encourages you to experiment a

32:18

little bit more with Shotcut and let

32:22

me know if there’s some other videos

32:24

and other tutorials you’d like to see

32:26

once again I’d appreciate it if you

32:28

could subscribe to this video and

32:31

hopefully you learned a lot I definitely

32:34

have in this process so until next time

32:38

thanks for watching I just wanted to

32:41

remind you that if you haven’t yet go

32:43

visit my channel I’m sure you’ll find

32:46

tons of Shotcut related videos and

32:50

don’t forget to subscribe so that you

32:52

know when I drop a new Shotcut

32:55

related tutorial every video on my

32:59

channel was done on Shotcut so aside

33:02

from examples of what Shotcut can do

33:05

you can also visit my playlist of tips

33:08

and tutorials all geared toward the

33:11

beginner visit my Shotcut tips and

33:15

tricks playlist and learn all the tips

33:17

and tricks I’ve learned during my

33:19

journey toward video editing so once

33:23

again please subscribe and I’ll see you

33:26

next time