You can download it from GitHub.
Mlt::Producer::set_creation_time()
not exported on i686.Mlt::Properties::set(int64_t)
symbol version.mlt_factory_init()
on Linux/BSD may fail to initialize when
compiled with -DRELOCATABLE
.mlt_property.c
.
Previously, it was only done for 30000/1001 and 60000/1001 frame rates,
but 24000/1001 is especially important as well.xml-clip
producer handles mismatching frame rate
between parent and child producers and facilites time-affecting links on
the child.mlt_image_full_range(const char *color_range)
where any of the
following strings return true (1): full
, jpeg
, pc
.xml-clip
producer.in
and out
properties arenot serialized in the xml
consumer.hslprimaries
and hslrange
filters to the plus
module.gradientmap
filter to the plus
module.avfilter
audio filters with FFmpeg 7.avformat
.window_id
property in consumer sdl2
by using
SDL_CreateWindowFrom()
, especially important for embedding in GTK+ or Qt.vqm
since Qt 6.decimals
keyword to gpstext
filter and move RAW
keyword check.time_offset
property handling in gpstext
filter.subtitle_feed
filter on producers with an in point > 0.luma
transition.mix
transition with consumer
producer.freeze
filter freezing too much.avfilter.fillborders
with preview scaling.qtblend
transition and filter.avfilter
color distortion with mlt_image_rgb
and mlt_image_rgba
.colorspace=2020
consumer property and the BT.2020
colorspace in the avformat
producer and consumer.
This does not imply HDR, which is signaled through a color_trc
property.mlt_image_yuv420p10
, mlt_image_yuv444p10
, and
mlt_image_yuv422p16
in avfilter
, swscale
, and rescale
filters.
This facilitates using these pixel formats end-to-end when using only
FFmpeg producers, certain avfilters, and avformat
consumer.
This means it is possible to do 10-bit end-to-end on the CPU when being
careful to select compatible components and options to avoid conversions.
One can pass-through HDR; however, you must set the color_trc
and
pix_fmt
properties on the avformat
consumer (see ffmpeg -h full
for
these values). The avformat
consumer automatically converts MLT
colorspace
(integer value) to FFmpeg’s colorspace
and color_primaries
(unless explicit) options.src/swig
.x264-medium
preset to a higher quality.Subscribe to News via RSS.