Code Monkey home page Code Monkey logo

videotools's Introduction

VideoTools

Blender video editor addon

What this does: Blender VSE UI is wrong ;) My idea is that it should be possible to select multiple strips and modify their properties at once and many processes can be streamlined by "macros"

API: class VideoTools - my API "namespace"

  • class Strips - idea is that instead of navigating sick blender API you can do something like Strips.allStrips().ommitStrips(Strips.selectedStrips().filterByChannel(ch)).filterByType('SOUND').getStripsEdges() which is less sick I guess.

  • class ProxyServer - does multithreaded proxy rendering

operators that kinda works:

  • sequencer.speedscript - add "simply" modifiable speed effect to video and audio strip cutting this clip will require custom cut operator.
  • sequencer.startserver - Start multithreaded proxy rendering.
  • sequencer.setvolume - set volume to multiple strips
  • sequencer.showwaveform - show waveform of multiple strips. It may be good idea to make audio proxies(wav, or something that will process faster) though.
  • sequencer.move_clip_backward - move strip backward to "snap points" which are SF and EF of all strips
  • sequencer.move_clip_forward - guess what

there are keyboard shortcuts defined:

  • MoveClipBackward 'COMMA'
  • MoveClipForward 'PERIOD'

To make this work: Put these files in Blender Foundation\Blender\2.79\scripts\addons\videoEdit folder and enable addon in blender

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.