Video - 4 days
masterclass
Scheduled After Effects training
scheduled training.
4 day Adobe Video
Masterclass.
Adobe After Effects
Creating a Sequence of Media Clips
- Create a Composition
- Import Media
- Create Layers from Footage Items
- Position Layers in Time
Animating Layers and Effects
- Animate Transform Properties
- Duplicate Properties
- Control Appearance of Vector Graphics
- Create Animated Text
- Apply Effects
- Apply Text Animation Presets
- Set Blending Modes for Layers
- Create Solids
Sequencing Layers Precisely
- Replace the Footage Within a Layer
- Set a Layer's In and Out Points
- Slip Edit Layers
- Control a Layer's Playback Rate
- Loop a Footage Item
- Nest Compositions
- Pre-compose Layers
Creating Transparency
- Assign Track Mattes
- Create Masks
Outputting Video Files
- Create a Render Settings Template
- Create an Output Module Template
- Render a Composition
- Export a Composition
Adobe Premiere Pro
Introduction
- Incorporating the Adobe Creative Suite Production Studio into the workflow ; Customising the workspace ; Placing clips on a sequence ; Arranging and trimming clips ; Editing a Photoshop layered graphic ; Compositing graphics using a nested sequence
Capturing
- Capturing video ; Capturing an entire tape ; Using batch capture and scene detection ; Tackling manual analogue movie capture
Settings and Assets
- Selecting project settings ; Adjusting user preferences ; Importing assets ; Image and graphics issues ; Managing media in the Project panel ; Working with assets in Adobe Bridge
Timeline
- Using a storyboard to build a rough cut ; Editing clips on the Timeline ; Moving clips to ; from and within the Timeline ; Source Monitor editing tools ; Adjusting clips in the Trim panel
Video Transitions
- Changing parameters in the Effect Controls panel ; A/B mode to fine-tune a transition ; Sampling some basic video effects ; Manipulating keyframes and effects ; Adding keyframe interpolation and velocity
Titles
- Supers ; Changing text parameters ; Putting text on a path ; Creating shapes ; Making text roll and crawl ; Deconstructing effects:
Motion
- Applying the Motion effect to clips ; Changing clip size and adding rotation ; Working with keyframe interpolation ; Putting pictures-in-a-picture ; Enhancing motion with shadows and bevelled edges ; Other motion effects: Transform ; Basic D and Camera View
Acquiring and Editing Video
- Voicing professional narrations ; Premiere Pro:A high-quality aural experience ; Adjusting audio volume ; Adding J-cuts and L-cuts ; Sweetening sound with audio effects ; Stereo and surround sound effects ; Working with the Audio Mixer ; Outputting tracks to submixes ; Recording voice-overs ; Creating a surround sound mix
Compositing
- Making compositing part of your projects ; Working with the Opacity effect ; Two multiple track video effects: Blend and Texturize ; Alpha channel transparencies, Chroma, color & luminance keying effects ; Using matte keys
Project Management
- Colour oriented effects ; Adjusting & Enhancing Colour ; Using nested sequences
Colour
- Export options ; Recording to videotape ; Exporting a single frame ; Creating standard movie ; image sequence and audio files ; Using the Adobe Media Encoder ; Working with edit decision lists ; Exporting to DVD
Exporting
- Export options ; Recording to videotape ; Exporting a single frame ; Creating standard movie ; image sequence and audio files ; Using the Adobe Media Encoder ; Working with edit decision lists ; Exporting to DVD
Price per person
£997 + VAT

e-mail to a friend

Special Deals
Buy any 3 days training or more and receive free courses with FlexiDeal
<% if not num_centres.eof then %>
<%=(Dates_title)%> dates <%=(num_centres.Fields.Item("Start_year").Value)%>
<% if num_centres.Fields.Item("End_year").Value <> num_centres.Fields.Item("Start_year").Value then %>
<%=" – " & (num_centres.Fields.Item("End_year").Value)%>
<% end if %>
<%
Dim centre_count, per_col
centre_count = 0
per_col = cint(cint(num_centres.Fields.Item("Num_centres").Value)/2)
while not centres.eof
centre_count = centre_count + 1
dates_cmd.Parameters("param2").value = (centres.Fields.Item("Centre_ID").Value)
Set dates = dates_cmd.Execute
%>
<%=(Dates_title)%> "><%=ucase(centres.Fields.Item("Centre_name").Value)%>
<% if len(centres.Fields.Item("Centre_comments").Value) > 0 then %>
<%=(centres.Fields.Item("Centre_comments").Value)%>
<% end if %>
<% while not dates.eof %>
<%=formatDate("%j%O %F %Y",dates.Fields.Item("Course_Date").Value)%>
<% dates.movenext()
wend %>
<% if centre_count = per_col then
per_col = 0 %>
<% end if %>
<% centres.movenext()
wend %>
<% end if %>