CutCutCodec 1.2.4
Useful links: Binary Installers | Source Repository | Online Documentation |
Description
This video editing software has been designed for speed and to implement some effects that are hard to find elsewhere.
The kernel is written in python and C, so it’s easy to integrate it in your own project (module cutcutcodec.core).
Although it allows you to fine-tune many parameters, it’s smart enough to find the settings that are best suited to your project.
This software is light, fast and highly configurable for the following reasons:
Based on ffmpeg, this software supports an incredible number of formats and codecs.
This software allows editing the assembly graph. Compared to a timeline, this representation permits to do everything.
This software doesn’t export the final video directly from the graphic interface. Instead, it generates a python script. You can edit this script yourself, giving you infinite possibilities!
A complete test benchmark guarantees an excelent kernel reliability.
Powered by torch and written in C, this software efficiently exploits the CPU and GPU in order to make it very fast.
Video export is performed without a graphical interface, releasing a large part of computer resources to speed up export.
This software is able to optimize the assembly graph in order to limit calculation waste.
The code is parallelised to take advantage of all the CPU threads, making it extremely fast.
Features
Audio
- General properties
Supports a large number of channels (mono, stereo, 5.1, 7.1, …) with all sampeling rate.
Automatic detection of the optimal sample frequency based on shannon theory.
- Generation
White-noise generation.
Generate any audio signal from any equation.
- Filters
Cutting, translate and concatenate.
Add multiple tracks.
Arbitrary equation on several channels of several tracks. (dynamic volume, mixing, wouawoua, …)
Finite Impulse Response (FIR) invariant filter. (reverb, equalizer, echo, delay, volume, …)
Denoising based on optimal Winer filtering.
Hight quality anti aliasing low pass filter (based on FIR).
Video
- General properties
Unlimited support of all image resolutions. (SD, FULL HD, 4K, 8K, …)
No limit on fps. (3000/1001 fps, 60 fps, 120 fps, …)
Automatic detection of the optimal resolution and fps.
Support for the alpha transparency layer.
Floating-point image calculation for greater accuracy.
- Generation
White-noise generation.
Generate any video signal from any equation.
Mandelbrot fractal generation.
- Filters
Cutting, translate and concatenate.
Resize and crop (high quality, no aliasing).
Overlaying video tracks (with transparency control).
Apply an arbitrary equation one several video streams.
Fast C and fft implementation of the
psnr,ssimandvmafmetrics.All gamut and gamma colorspace conversion. (sRGB, BT709, BT2020, …)
Getting started
API documentation
Developer guide
Reference
The documentation was generated on 2025-04-28 16H03.