Opened 2 months ago
Closed 2 months ago
#20955 closed enhancement (fixed)
mlt-7.30.0
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (3)
comment:1 by , 2 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 2 months ago
comment:3 by , 2 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
a3409e3cbe Update to sentry_sdk-2.20.0 (Python module). ce6d434cd9 pdate to mlt-7.30.0.
Note:
See TracTickets
for help on using tickets.
MLT Release Notes
Version 7.30.0
Framework
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
.Modules
xml-clip
producer.in
andout
properties arenot serialized in thexml
consumer.hslprimaries
andhslrange
filters to theplus
module.gradientmap
filter to theplus
module.avfilter
audio filters with FFmpeg 7.avformat
.window_id
property in consumersdl2
by usingSDL_CreateWindowFrom()
, especially important for embedding in GTK+ or Qt.vqm
since Qt 6.decimals
keyword togpstext
filter and moveRAW
keyword check.time_offset
property handling ingpstext
filter.subtitle_feed
filter on producers with an in point > 0.luma
transition.mix
transition withconsumer
producer.freeze
filter freezing too much.avfilter.fillborders
with preview scaling.qtblend
transition and filter.avfilter
color distortion withmlt_image_rgb
andmlt_image_rgba
.colorspace=2020
consumer propeerty and the BT.2020 colorspace in theavformat
producer and consumer. This does not imply HDR, which is signaled through acolor_trc
property.mlt_image_yuv420p10
,mlt_image_yuv444p10
, andmlt_image_yuv422p16
inavfilter
,swscale
, andrescale
filters. This facilitates using these pixel formats end-to-end when using only FFmpeg producers, certain avfilters, andavformat
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 thecolor_trc
andpix_fmt
properties on theavformat
consumer (seeffmpeg -h full
for these values). Theavformat
consumer automatically converts MLTcolorspace
(integer value) to FFmpeg'scolorspace
andcolor_primaries
(unless explicit) options.Other
src/swig
.x264-medium
preset to a higher quality.