Welkom op de officiële OpenShot Blog! Hier kunt u het laatste nieuws en de meest recente ontwikkelingsupdates over OpenShot Video Editor lezen. U kunt via RSS automatisch op de hoogte gehouden worden, of door ons op Facebook, Twitter, en Google+ te volgen.

8 Sep

After months of brainstorming, I have finally decided on an official name for this project: OpenShot Video Editor. Open stands for open-source, and Shot stands for a single cinematic take.

Here is my first draft of the logo. Expect the final product to include a theme that borrows heavily from this logo's colors and ...


24 Jul

Have you ever run into a problem where your favorite Python IDE can't determine the type of a variable, and thus you get no auto-completion? There is a built-in function in Python called isInstance(your_variable, type_of_variable) that is designed to compare a variable to a class type, and return true or false. However, just the ...