All Projects → adrientoub → MyAfterEffects

adrientoub / MyAfterEffects

Licence: other
A complete video editor

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to MyAfterEffects

Windows-System-Wide-Filter
Windows WDM driver filters to filter IO to devices and file systems
Stars: ✭ 49 (+75%)
Mutual labels:  filter
matchering-web
🎚️ Self-Hosted LANDR / eMastered Alternative
Stars: ✭ 25 (-10.71%)
Mutual labels:  filter
regXwild
⏱ Superfast ^Advanced wildcards++? | Unique algorithms that was implemented on native unmanaged C++ but easily accessible in .NET via Conari (with caching of 0x29 opcodes +optimizations) etc.
Stars: ✭ 20 (-28.57%)
Mutual labels:  filter
Pulse
❤️ A heart rate camera pulse detector written in Swift.
Stars: ✭ 53 (+89.29%)
Mutual labels:  filter
man-to-md
Converts man pages to Markdown
Stars: ✭ 51 (+82.14%)
Mutual labels:  filter
ember-cli-blog
Tom Dale's blog example updated for the Ember CLI
Stars: ✭ 87 (+210.71%)
Mutual labels:  filter
laminas-i18n
Provide translations for your application, and filter and validate internationalized values
Stars: ✭ 40 (+42.86%)
Mutual labels:  filter
sql-repository
[PHP 7] SQL Repository implementation
Stars: ✭ 37 (+32.14%)
Mutual labels:  filter
vesdk-android-demo
VideoEditor SDK: A fully customizable video editor for your app.
Stars: ✭ 90 (+221.43%)
Mutual labels:  filter
ionic-login-component
Free sample of Premium Ionic Login Component
Stars: ✭ 17 (-39.29%)
Mutual labels:  filter
Filters
An Arduino finite impulse response and infinite impulse response filter library.
Stars: ✭ 36 (+28.57%)
Mutual labels:  filter
MyCuration
RSS Reader for Android with article filtering and curation
Stars: ✭ 23 (-17.86%)
Mutual labels:  filter
FilteredIntent
Android intent filter library
Stars: ✭ 35 (+25%)
Mutual labels:  filter
openapi-filter
Filter internal paths, operations, parameters, schemas etc from OpenAPI/Swagger/AsyncAPI definitions
Stars: ✭ 112 (+300%)
Mutual labels:  filter
liqe
Lightweight and performant Lucene-like parser, serializer and search engine.
Stars: ✭ 513 (+1732.14%)
Mutual labels:  filter
pyreports
pyreports is a python library that allows you to create complex report from various sources
Stars: ✭ 78 (+178.57%)
Mutual labels:  filter
object.omit
Return a copy of an object without the given keys.
Stars: ✭ 79 (+182.14%)
Mutual labels:  filter
AdvancedHTMLParser
Fast Indexed python HTML parser which builds a DOM node tree, providing common getElementsBy* functions for scraping, testing, modification, and formatting. Also XPath.
Stars: ✭ 90 (+221.43%)
Mutual labels:  filter
ASH-IR-Dataset
An impulse response dataset for binaural synthesis of spatial audio systems on headphones
Stars: ✭ 100 (+257.14%)
Mutual labels:  filter
piii.js
A filter for bad words (in Portuguese).
Stars: ✭ 122 (+335.71%)
Mutual labels:  filter

MyAfterEffects

Description

This project is a complete video editing software. The program allows for opening images and videos, and moving them in the a timeline. This allows you to tell your story and create a video montage. Then you can apply filters to each of the medias individually. The list of current filters is down bellow.

You can split any of your Media (Video, Image or Sequence) into a part of it. This is especially useful to keep only a part of a media, or applying a filter only to a part of a video for instance.

When you have finished editing your video, you can export it using the File->Export button in the menu. It allows you to export following the settings you set in the program main page. By default it only exports the first 100 frames but this is configurable.

This project is optimized for performance by being multithreaded. When rendering you can choose how many threads will be created to split the processing. The default value is 2 times the processor count in the current system. There are several benchmarks available to display the gain of this parallelization (your gains might be different depending on your Operating System, Medias, Storage and Processor).

Filters

Those filters are currently implemented:

  • Binarize
  • Border Detection
  • Cartoonify
  • Chroma Key
  • Grayscale
  • Low Pass
  • Otsu Binarize
  • Quantize Colors
  • Sepia
  • Sharpen
  • Transparency

Limitations

This project only works on the images contained in the videos. There is no audio at all. There is no possibility to use this project for a real movie creation because of this, but you can use it in conjunction with another software allowing you to mix music for maximum usability.

Compatibility

Supported platforms are:

  • Windows x64 (tested on Windows 10)
  • Linux x64

Windows x64

All DLL files (shared libraries) needed are already provided with this repository.

Requirements are:

  • Gradle 2.12 or later (you can install it using Chocolatey)
  • Java 8

Linux x64

Requirements are:

  • Java 8
  • Gradle 2.12 or later
  • OpenCV 3.1.0

Usage

To launch MyAfterEffects, run at the root of this repository:

gradle run
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].