What’s new ?
For the complete list of changes, refer to the git commits.
1.4.1
Add the functions
get_codec_videoandget_colorspace.
1.4.0
Add support for
ffmpeg 8.Add support for
python 3.14.Create demo with streamlit.
Migration to poetry
uv.
1.3.1
Add
get_pix_fmtandget_resolution.Add
lpipsmetric.
1.3.0
Add
uvqmetric.Change license to GPL3.
Fix colorspace eotf.
Simplify import.
1.2.4
Optimize colorspace simplification.
Remove
is_time_continuousandis_space_continuous.Simple access to the documentation with
cutcutcodec-doc.Video streams now have an associated color space.
1.2.3
fftimplementation ofssim.Now video frames are in RGB rather BGR.
1.2.2
Parse
vmafmetric.Simplify import of analysis.
1.2.1
C implemenetation of the
psnrandssimmetrics.Take care of color range.
1.1.4
More image format supported.
Video frame are only in
float32.
1.1.3
Able to compile
==, >=, <=, >, >, if-elsefunction.Convert video colorspace to work in bt709.
Support all read and write bit depth and channels.
1.1.2
Add a video filter to change the speed.
Add zero padding to audio frames.
1.1.1
Add a Winer audio denoise filter.
1.1.0
Able to compile
minandmaxfunctions.Add support for
ffmpeg 7.Refactor the documentation.
1.0.4
Read images and SVG as well.
1.0.3
Improved ergonomics of the “Entry Tabs” and “Export” window.
Speed-up codec/encoder/muxer tests of compatibility by a factor 10.
1.0.2
Able to compile
atanfunction.Add support for
ffmpeg 6.Handling of non-square pixel readings.
1.0.1
Add a command line interface.
Compiling dynamic expressions in C.