Skip to content

Instantly share code, notes, and snippets.

@MadLittleMods
Last active November 23, 2020 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MadLittleMods/a426f512ee9254680df6d2dde4085fd9 to your computer and use it in GitHub Desktop.
Save MadLittleMods/a426f512ee9254680df6d2dde4085fd9 to your computer and use it in GitHub Desktop.

Video editing

Properties

Change start/end frame to match video

Place the green playback cursor line in the sequencer where you want the start/end frame to be. Hover your mouse cursor over the bottom timeline(not where the clips are which is the video sequencer) and press start or end.

Video Sequencer Editor (VSE)

  • Alt+a to play/pause
  • Right-click clip in video sequencer to select
  • Left-click in video sequencer to place green playback cursor
  • g to move selected clip
  • Shift+s to move video to cursor
  • k cut video

Node Editor

  • Check Use Nodes and Backdrop on the bottom bar
  • Ctrl+g to group (Alt+g to ungroup)
  • Press tab to switch between group and non-group context
  • Add a Viewer node to preview something on the backdrop
  • Press v/Alt+v to zoom in and out of the backdrop

Keyframes (Use the Dope Sheet and Graph Editor)

You can't rename the references directly but you can put them in a labeled group, see https://blender.stackexchange.com/a/98628/49535

Common use cases

The 3d view is showing

Go to the Properties section -> Scene and remove the camera

from https://www.youtube.com/watch?v=bheaEEpRCV0&lc=Ugi_xdEQJ2zyUXgCoAEC

Blur/censor part of video

See https://www.youtube.com/watch?v=m_tIkUacl3Y for how to use the video sequencer with nodes (essentially just add scene to the sequencer).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment