What is a Take? When to use Media vs MediaStream

VegaMega wrote on 12/1/2023, 5:09 AM

I'm trying to understand the general structure of this scripting API.

So Far I can see:

- Project

---- Track (Audio / Video) with an idx and name

------- Event (Audio / Video) with a start and length

---------- Take

------------- MediaStream / Media

 

I don't see / understand what exactly a Take is. I can understand that an Event is a container for one take, but not for multiple takes. But what even is a Take if a Take is also a container for Media?

Then also the Take can contain Media or MediaStream. Whats the difference and when to use either of them?

 

Comments

set wrote on 12/1/2023, 6:33 AM

'Take' is a choice for which shot you want to use.

If you right-click n drag the media from explorer or project bin to the event clip, you have the choice to 'Add as Takes':

You can also try with long event clip shot, trim the start and end, then right click, Create Subclip:

The Subclip which duration is a 'copy' of shorter media from long media clip, will be added as the New Take for that Event Clip. Subclip usually useful for Video Stabilization process where analyzing process will only use that portion in MediaFX level.

Setiawan Kartawidjaja
Bandung, West Java, Indonesia (UTC+7 Time Area)

Personal FB | Personal IG | Personal YT Channel
Chungs Video FB | Chungs Video IG | Chungs Video YT Channel
Personal Portfolios YouTube Playlist
Pond5 page: My Stock Footage of Bandung city

 

System 5-2021:
Processor: Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz   2.90 GHz
Video Card1: Intel UHD Graphics 630 (Driver 31.0.101.2127 (Feb 1 2024 Release date))
Video Card2: NVIDIA GeForce RTX 3060 Ti 8GB GDDR6 (Driver Version 551.23 Studio Driver (Jan 24 2024 Release Date))
RAM: 32.0 GB
OS: Windows 10 Pro Version 22H2 OS Build 19045.3693
Drive OS: SSD 240GB
Drive Working: NVMe 1TB
Drive Storage: 4TB+2TB

 

System 2-2018:
ASUS ROG Strix Hero II GL504GM Gaming Laptop
Processor: Intel(R) Core(TM) i7 8750H CPU @2.20GHz 2.21 GHz
Video Card 1: Intel(R) UHD Graphics 630 (Driver 31.0.101.2111)
Video Card 2: NVIDIA GeForce GTX 1060 6GB GDDR5 VRAM (Driver Version 537.58)
RAM: 16GB
OS: Win11 Home 64-bit Version 22H2 OS Build 22621.2428
Storage: M.2 NVMe PCIe 256GB SSD & 2.5" 5400rpm 1TB SSHD

 

* I don't work for VEGAS Creative Software Team. I'm just Voluntary Moderator in this forum.

jetdv wrote on 12/1/2023, 9:02 AM

@VegaMega Every event needs one (or more) takes. As set said, it's the shot you want to use for that event. So each event will have at least one take but it does not need more than one take. I would guess that most times, most events have a single "take".

Then each "take" will refer to a "Media Stream" - a media stream is one stream (video or audio) from a piece of Media.

Then you have the Media which references the file on the hard drive. That file may have one (or more) video tracks. It may have one (or more) audio tracks.

 

So in short, you have "Media" which contains audio and video streams. You then choose which "stream" to use and assign that to a "Take" on a given "Event".

Event -----> Take(s) ---------> Media Stream ----------------> Media File 1

              |-----------------> Media Stream ----------------> Media Fiile 2

 

or the other direction:

Media |-----> Video Stream ---------------> Take -------------> Video Event

      |-----> Audio Stream 1 -------------> Take -------------> Audio Event

      |-----> Audio Stream 2 -------------> Unused (Just for an example if there's more streams)

 

One example of using Takes could be in multi-cam editing. You could put all of the cameras as multiple takes. Then suppose you have shots lined up as: 313231213 and you decide the second three should have stayed on 1, you can then just go to that second 3, press "T" to go through the "Takes" until you get to camera 1 again and you'll now have 311231213.

Using takes as alternate versions of events (magix-hub.com)