You can download it from GitHub.
This version adds image processing in linear color on the CPU (previously only Movit). Plus, it extends 10-bit video processing on the CPU to many more services.
mlt_image_default_colorspace()mlt_image_default_trc()mlt_image_default_primaries()mlt_color_convert_trc()mlt_consumer property mlt_color_trc to drive a new
color_transform normalizer filter. This sets the color transfer
function to use for image/video effects. It is beneficial and
correct to use linear color for any pixel mixing whether for blending
or interpolation.atexit(mlt_factory_close) in mlt_factory_init(). Close the
factory yourself if you feel the need to (not generally needed when
exiting a process).mlt_service_connect_producer().mlt_profile_is_valid() and Mlt::Profile::is_valid().mlt_consumer_start()mlt_factory_producer()xml producerluma transition’s dissolve (regression in v7.34.0).decklink consumer (regression in v7.34.0).avformat consumer.hwaccel=vulkan to the avformat producer.color_transform normalizer filter to the core module to convert
all image/video producers to and from linear color. It is abstract in the
core module and drives the following filters:
avfilter.zscalesws_colortransformavfilter.scalesws_colortransform that is more efficient than avfilter.swscale
but requires FFmpeg 8.null consumer:
real_time: -1terminate_on_pause: 1luma and movit.luma transitions to progress linearly with
linear color_trc.xml-clip producer.mlt_image_rgba64 format to:
avcolor_space filteravdeinterlace filteraffine filter and transitionaudiolevelgraph filteraudiospectrum filteraudiowaveform filterautofade filteravformat producer and consumersbox_blur filterbrightness filterpillar_echo filtercolor producerdropshadow filterdynamictext filter (when used with qtext)frei0r.alpha0ps filterfrei0r.alphagrad filterfrei0r.alphaspot filterfrei0r.bluescreen0r filterfrei0r.select0r filterfrei0r.transparency filtergpsgraphic filtergpstext filtergradientmap filterhslprimaries filterhslrange filterkdenlivetitle producerlift_gamma_gain filterlightshow filtermask_apply (when used with qtblend)movit.convert filteroutline filterqtblend filter and transitionqtcrop filterqtext producershape filterspot_remover filterstrobe filtersubtitle filter (when used with qtext)swscale filtertext filter (when used with qtext)timeremap linktimer filter (when used with qtext)vqm transitionmask_apply filter default transition to qtblend.alpha property on the brightness filter
so that you can increase the opacity of an existing alpha channel.gpsgraphic filter.avformat producer.avformat presets.win32/strptime.c and replaced with Qt functions.melt usage on error exit.Subscribe to News via RSS.