All Projects → vanakala → cinelerra-cve

vanakala / cinelerra-cve

Licence: GPL-2.0, GPL-2.0 licenses found Licenses found GPL-2.0 LICENSE GPL-2.0 COPYING
NLE Video editor

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
M4
1887 projects
Makefile
30231 projects
Pawn
127 projects
perl
6916 projects

Projects that are alternatives of or similar to cinelerra-cve

Rdvideoeditsdk For Ios
iOS Video Edit SDK; iOS Video Edit SDK: Video Cut, Video Join, Video Watermark, Video Subtitle, Video Rotate...
Stars: ✭ 182 (+970.59%)
Mutual labels:  video-editing, video-editor
Optivideoeditor For Android
Native Video editor : Video trim, Audio, Video merge, Slow and fast motion, Text and image, etc...
Stars: ✭ 209 (+1129.41%)
Mutual labels:  video-editing, video-editor
Rdvideoeditsdk For Android
Android Video Editing SDK; Android Video Edit SDK: Video Cut, Video Join, Video Watermark, Video Subtitle, Video Rotate...
Stars: ✭ 343 (+1917.65%)
Mutual labels:  video-editing, video-editor
Mp4composer Android
This library generate an Mp4 movie using Android MediaCodec API and apply filter, scale, trim, transcode, crop, timeScale, mute and rotate Mp4.
Stars: ✭ 674 (+3864.71%)
Mutual labels:  video-editing, video-editor
py-msa-kdenlive
Python script to load a Kdenlive (OSS NLE video editor) project file, and conform the edit on video or numpy arrays.
Stars: ✭ 25 (+47.06%)
Mutual labels:  video-editing, video-editor
Vidar
An extendable video-editing framework for the browser and Node
Stars: ✭ 132 (+676.47%)
Mutual labels:  video-editing, video-editor
Webmgenerator
UI and Automation to cut, filter and join high quality webms, mp4s or gifs.
Stars: ✭ 103 (+505.88%)
Mutual labels:  video-editing, video-editor
Moviepy
Video editing with Python
Stars: ✭ 8,795 (+51635.29%)
Mutual labels:  video-editing
Cinema
a lightweight video editing library for go (trimming, resizing, cropping, and more!)
Stars: ✭ 213 (+1152.94%)
Mutual labels:  video-editing
Gifcurry
😎 The open-source, Haskell-built video editor for GIF makers.
Stars: ✭ 830 (+4782.35%)
Mutual labels:  video-editing
vesdk-android-demo
VideoEditor SDK: A fully customizable video editor for your app.
Stars: ✭ 90 (+429.41%)
Mutual labels:  video-editing
Lfimagepickercontroller
一个支持多选图片和视频的图片选择器,同时有预览、编辑功能
Stars: ✭ 212 (+1147.06%)
Mutual labels:  video-editing
Libopenshot
OpenShot Video Library (libopenshot) is a free, open-source project dedicated to delivering high quality video editing, animation, and playback solutions to the world. API currently supports C++, Python, and Ruby.
Stars: ✭ 601 (+3435.29%)
Mutual labels:  video-editing
Metalvideoprocess
MetalVideoProcess is a High-Performance video effects processing framework. It's base on GPUImage3 Metal, support asynchronous and multithread processing.
Stars: ✭ 52 (+205.88%)
Mutual labels:  video-editing
HFGI
CVPR 2022 HFGI: High-Fidelity GAN Inversion for Image Attribute Editing
Stars: ✭ 384 (+2158.82%)
Mutual labels:  video-editing
Pyjumpcutterv2
carykh's but with improvements and a GUI!
Stars: ✭ 25 (+47.06%)
Mutual labels:  video-editing
CommandPost
Workflow Enhancements for Creatives
Stars: ✭ 267 (+1470.59%)
Mutual labels:  video-editing
Text2Video
WriteMyVideo's purpose is to help people create videos quickly and easily by simply typing out the video’s script and a description of images to include in the video.
Stars: ✭ 19 (+11.76%)
Mutual labels:  video-editing
Openshot Qt
OpenShot Video Editor is an award-winning free and open-source video editor for Linux, Mac, and Windows, and is dedicated to delivering high quality video editing and animation solutions to the world.
Stars: ✭ 2,482 (+14500%)
Mutual labels:  video-editing
Twitch-Clips-Compilation-Generator-TCCG-
A system of 3 programs that collects clips automatically from Twitch, lets you edit videos and combine clips, and puts them together into a compilation video ready to be uploaded straight to any social media platform. Full VPS support is provided, along with an accounts system so multiple users can use the bot at once.
Stars: ✭ 67 (+294.12%)
Mutual labels:  video-editor
Cinelerra-CVE is a fork of Cinelerra-CV.
This file contains information about Cinelerra-CVE 2.3.5
The sources are available at https://github.com/vanakala/cinelerra-cve

This file describes status of Cinelerra-CVE as of Feb 1, 2020

Contents.

About this branch.

Changes in this branch

Known problems (eg todo list)


About this branch

This branch is a attempt to make Cinelerra more stabile - no hangups
no crashes.

Currently this branch is under development. There is no warranty
that it is usable to create or finish any project. Parts of the program
may work, parts not.

This branch is developed and tested on Ubuntu 14.04 x86-32 and 
Ubuntu 16.04 x86_64

Main change in this branch is display locking. The change was
huge and locking issues are hard to test.
Another huge change implementation of pts based timing. This enables
to edit media with variable framerate and get rid of assumption
that audio and video start simultaneously.

The branch is backward compatible - it can load projects created with
Cinelerra-CV, the result may be somehow different.
The projects saved by Cinelerra-CVE can not be loaded to any other forks
of Cinelerra

Manual under doc directory is from Cinelerra-CV 2.1 version and unchanged.
It is still usable as a general introduction and a recommended reading.
Some details may differ.

Changes of this fork:

- changed size of Preferences window to fit it on 800 px height
- edit_font_color initialization of S.U.V
- more info in assert info window
- removed BC_Windowevents (now 6 threads less)
- fixed all of GCC warnings
- fixed timebar cursor updating of viewer and compositor
- trace subsystem was rewritten to static buffers, added backtrace
    dump on crash
- composer and viewer always display the frame starting at the time 
    shown on clock. Frame displayed does not depend on
    forward/backward direction.
- goto window honours the time format
- lots of cleanups
- new one-line internal api for error messages (macros errormsg
    and errorbox)
- cleanup: removed unused sources from cinelerra, guicast, plugins
- multiline comments of clips and labels are not truncated
- implemented pts based timing on video and audio making possible
    projects without constant framerate
- improved synchronization with Alsa output: no jumping around on playback
- removed playback direction dependancy from core rendering
- replaced samplerate based timing with clock based timing
- implemented new API and support macros of all plugins, removed old API
- implemented pts in renderfarm
- created all kind of Null plugins as templates for new plugins
- removed broken plugins including plugins importing from devices
- all configured ALSA PCM devices are selectable
- some improvements and fixes of the build system
- removed all input devices, only editing media from local disk
    is supported
- new plugin C41
- removed confusing "default keyframe", most of its functions moved to the
    first keyframe (increased incompatibility with other branches)
- removed the check of the value in /proc/sys/kernel/shmmax,
    modern distributions should have a reasonable default there
- new overlay engine and resampler by Monty Montgomery
- included Hermann Vosseler's Bezier Patch
- implemented UTF-8 and locale support
- freetype2/xft is the only font rendering system
- using improved images for cinelerra logo and icon
- new plugin: Blue Banana color grading/correction filter
- replaced all decoding and encoding with AVlibs (ffmpeg libraries)
- program may be linked to external (system) AVlibs
- AVlibs from ffmpeg 2.8 to 3.4 are supported
- OpenGl support is almost removed, will be rewritten
- improved Russian translations (thanks to Igor Vladimirsky aka igor_ubuntu)
- new GuideLines system for plugins
- support of aspect ratio
- optimized EDL internal manipulation
    (EDL structures are now permanent - never removed)
- rewrited Crop feature - it is now a normal keyframeable effect
    (only 16bit color models are supported)
- multichannel plugins get (m) after their name in plugin dialog
- implemented master track idea
- internally only full range colors are used
- trimming should be fixed, a lot of other bugs are fixed
- automatic backup is configurable, can be turned off
- plugins are loaded when used - 120k memory is freed
- reel name is replaced with EDL info - user can give edl a name
    and write a short description

Known problems (todo list)
- optimize playback
- use internally only 16bit per color colormodels
- restore OpenGL support of playback and hopefully rendering
- new API of plugins and macros need some documentation

Bug reporting.
I am very interested in reports of crashes and hangs.
To help debug cinelerra, start it from terminal. If cinelerra hangs,
press Ctrl-C. Copy output to mail and send it to me.
It will be fine if you can describe setps to reproduce crash or hang 
of cinelerra.


Einar Rünkaru
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].