News

v6.22.1 released

Jul 30, 2020

You can download it from GitHub.

This version fixes bugs associated with the preview scaling introduced in the previous version.

Framework

  • Added mlt_properties_exists() and Mlt::Properties::property_exists().
  • Added mlt_audio C class with:
    • mlt_audio_new()
    • mlt_audio_close()
    • mlt_audio_set_values()
    • mlt_audio_get_values()
    • mlt_audio_alloc_data()
    • mlt_audio_calculate_size()
    • mlt_audio_plane_count()
    • mlt_audio_plane_size()
    • mlt_audio_get_planes()
    • mlt_audio_shrink()
    • mlt_audio_reverse()
    • mlt_audio_copy()
    • mlt_audio_calculate_frame_samples()
    • mlt_audio_calculate_samples_to_position()
    • mlt_audio_channel_layout_name()
    • mlt_audio_channel_layout_id()
    • mlt_audio_channel_layout_channels()
    • mlt_audio_channel_layout_default()
  • Added Mlt::Audio C++ class with:
    • Mlt::Audio::Audio()
    • Mlt::Audio::Audio(mlt_audio_s*)
    • Mlt::Audio::~Audio()
    • Mlt::Audio::data()
    • Mlt::Audio::set_data(void*)
    • Mlt::Audio::frequency()
    • Mlt::Audio::set_frequency(int)
    • Mlt::Audio::format()
    • Mlt::Audio::set_format(mlt_audio_format)
    • Mlt::Audio::samples()
    • Mlt::Audio::set_samples(int)
    • Mlt::Audio::channels()
    • Mlt::Audio::set_channels(int)
    • Mlt::Audio::layout()
    • Mlt::Audio::set_layout(mlt_channel_layout)
  • Fixed drop-frame timecode for 59.94 fps.
  • Fixed crash on null pointer passed to mlt_consumer_stop().

Modules

  • Fixed frei0r transitions with preview scaling.
  • Fixed affine ox and oy properties incorrect with preview scaling.
  • Fixed a crash and incorrect preview scaling with more than one affine filter active on the same frame.
  • Fixed preview scaling for the rotoscoping filter.
  • Moved some services from gtk2 module to a new gdk module:
    • gtkrescale filter
    • pango producer
    • pixbuf producer
  • Deprecated the gtk2 module and no longer enabled by default.
  • Deprecated the linsys (DVEO SDI) module.
  • Added the sample_fmt property to the avformat consumer.
  • Fixed a possible segfault in the mix transition.
  • Removed support for text keyframes to the text and qtext filters to fix regression on strings containing ‘=’.
  • Disable frame-threading with bigsh0t, distort0r, and medians frei0r plugins.
  • Added meta.media.%d.stream.projection property the avformat producer.
  • Fixed a crash with with filters not supporting preview scale in frei0r transitions.
  • Fix artifacts in luma transition and affine filter with frame-threading.
  • Stop including title="Anonymous Submission" in xml consumer.
  • Fixed a crash in opencv.tracker filter.
  • Fixed a crash in composite transition if luma file fails to load.
  • Added validations in opengl module to prevent asserts in Movit.
  • Fixed building with OpenCV 4.
  • Changed avformat producer to accept a ‘?’ in argument/resource property by escaping it as ‘\?’.
  • Changed the background property of the affine filter to be mutable.
  • Fixed changing the audio_index property in the avformat producer.
  • Changed resample filter to more resiliant to frequency changes.
  • Added a video_delay property to the sdl2_audio and rtaudio consumers.
  • Add millisecond options to the timer filter.
  • Fixed the in point handling for the timewarp producer.
  • Fixed some audio gaps and sync issues with the rbpitch filter and timewarp pitch compensation.
  • Fixed a possible crash caused by producer consumer.
  • Changed avformat consumer to set AVOption color_primaries based on the MLT colorspace if not already set as property.
  • Fixed crop right on image with odd width skews image in crop filter.
  • Fixed incorrect silence value for unsigned 8-bit audio in avformat producer.
  • Changed qimage to use Qt’s internal orientation detection instead of libexif.
  • Reduced clicks in mix transition by silencing buffers on discontinuity.
  • Improved A/V synchronization in swresample and resample filters - also reduces audio clicks.
  • Improved speed of the qimage producer.
  • Fixed incorrect color using libx264rgb in avformat consumer.
  • Fixed relative paths for avfilters that have the filename option.
  • Fixed some avfilters dropping the alpha channel: smartblur, vaguedenoiser.
  • Improved performance of the resize filter.
  • Fixed an affine filter inside a transition was always nearest neighbor interpolation.
  • Changed the lift_gamma_gain filter to use round values up.

Other

  • Fixed melt option -group applies to an implicit consumer.
  • Added -quiet option to melt (implies -silent but more so).
  • CMake build improvments adding modules:
    • gdk
    • jackrack
    • lumas
    • resample
    • sox
    • vorbis
  • Added avformat consumer presets:
    • Slide-Deck-H264
    • Slide-Deck-HEVC
  • Removed “intra=1” from some avformat presets (use g=1 for intra only):
    • intermediate/MPEG-2
    • intermediate/MPEG-4
    • lossless/H.264
  • Fixed using Qt, Movit, and WebVfx in the official docker image:
    https://hub.docker.com/repository/docker/mltframework/melt
    IMPORTANT: it now requires docker run with the --init option.

WebVfx v1.2.0 released

Feb 16, 2020

You can download it from GitHub.

This version adds support for MLT v6.20.0’s preview scaling.

For the MLT integration, if the resource starts with “plain:” webvfx does automatic scaling by changing the zoom level. This works fine for content that is simply produced or overlayed by the filter. However, content that uses the webvfx JavaScript extension will not operate with zoom unless the service property mlt_resolution_scale is set to 1. New properties mlt_profile_scale_width and mlt_profile_scale_height are real numbers that reflect the new MLT scale properties used to do low-res preview scaling. Content script can access this via webvfx.getNumberParameter() to scale its parameters and elements.

v6.20.0 released

Feb 16, 2020

You can download it from GitHub.

This version adds support for low resolution Preview Scaling and adds a module based on the Rubber Band Library for audio pitch-shifting. An official docker image is now available on Docker Hub as mltframework/melt.

Framework

  • Added consumer scaling:
    • mlt_profile_scale_width()
    • mlt_profile_scale_height()
    • Mlt::Profile::scale_width()
    • Mlt::Profile::scale_height()
    • support for a double scale property to melt and the xml producer
  • Fixed mlt_properties_set() with an invalid expression.
  • Added new functions that do not evaluate expressions:
    • mlt_properties_set_string()
    • Mlt::Properties::set_string()
  • Improved the service-caching heuristic in mlt_multitrack.
  • Fixed possible crashes in mlt_playlist get_frame() and mlt_filter_process().

Modules

  • Added the rubberband module with a rbpitch filter.
  • Added pitch compensation to timewarp producer.
  • Added the invert_scale property to the affine filter and transition.
  • Added the reverse property to the shape filter.
  • Added support for text keyframes to the text and qtext filters.
  • Added support for the CSRT and MOSSE algorithms in opencv.tracker filter.
  • Fixed a crash on empty algo property in the opencv.tracker filter.
  • Changed vorbis module to no longer be deprecated.
  • Improved colorspace conversions in the avformat module.
  • Fixed audio artifacts on initial seek to in point in avformat producer.
  • Fixed the colorspace of the cached image in avformat producer.
  • Fixed white video flashes on property changes in the qtext filter.
  • Fixed a crash in the rotoscoping filter with large spline deviations.
  • Fixed a crash in the sdi consumer if the driver is not loaded.
  • Improved support for a video clip as luma producer to the luma transition.
  • Fixed a crash in the matte transition.
  • Fixed a crash when using invert property =1 in the composite transition.

Other

  • Added a Dockerfile and integrated docker build into Travis CI.
  • Added more avformat consumer presets:
    • intermediate/DNxHR-HQ
    • intermediate/ProRes HQ
    • ALAC
    • FLAC
  • Fixed some parameters in the XDCAM and D10 avformat presets.
  • Fixed link failure on some CPU architectures.

v6.18.0 released

Nov 11, 2019

You can download it from GitHub.

This version is a general maintenance release with a bunch of fixes, improvements, and additions.

Framework

  • Fixed some data races in mlt_consumer, mlt_deque, and mlt_property.
  • Fixed the mlt_events listener incorrect owner argument.
  • Added support for the LC_ALL environmant variable on Windows.
  • Fixed the argument to mlt_factory_init() not working on Windows.
  • Fixed mlt_service_identify() not reliable in some use cases.
  • Added some default and copy constructors and assignment operators to mlt++
    • Filter()
    • Filter( const Filter &filter )
    • Filter& operator=( const Filter &filter )
    • Producer( const Producer &producer )
    • Producer& operator=( const Producer &producer )
    • Properties( const Properties &properties )
    • Properties& operator=( const Properties &properties )
    • Service( const Service &service )
    • Service& operator=( const Service &service )
    • Transition()
    • Transition( const Transition &transition )
    • Transition& operator=( const Transition &transition )
  • Added mlt_luma_map:
    • mlt_luma_map_init
    • mlt_luma_map_new
    • mlt_luma_map_render
    • mlt_luma_map_from_pgm
    • mlt_luma_map_from_yuv422
  • Fixed preset overrides depend on the XML attribute order.
  • Fixed serializing an animated property with a new length.

Modules

  • Fixed interpolation in rotoscoping filter.
  • Fixed crop filter not working with color producer.
  • Fixed some data races in the sdl and sdl2 consumers.
  • Fixed some data races in the avformat producer.
  • Added a movit.flip filter to the opengl module.
  • Fixed using filters on frei0r producers.
  • Added support for in and out attributes on the consumer xml element.
  • Fixed using an in point with the multi consumer.
  • Fixed avfilter fails if the image size changes.
  • Fixed showing superfluous decimals for seconds in the timer filter.
  • Stop serializing an invalid producer as an “INVALID” text producer in xml.
  • Fixed an access violation crash in wave filter.
  • Added the meta.media.color_range property to the avformat producer.
  • Fixed full range yuv422p not converted correctly in the avformat producer.
  • Fixed the text filter not working with pango.
  • Fixed a regression using dynamictext with pango.
  • Added a position property to avfilter for filters that need position info.
  • Fixed avfilter.subtitles not using the source position.
  • Added an analyze property to vidstab filter. When set, analysis only starts and the results file written if true.
  • Fixed crash combining the affine filter with the shape filter.
  • Added interlace detection from AVCodecContext.field_order.
  • Changed the avformat producer to not use the rescale.interp frame property. Previously, when reacale.interp == “nearest”, it would relax seeking. Now, seek accuracy is reduced during trick play (rewind or fast forward).
  • Fixed swscale flags for auto-inserted scalers in avfilter.
  • Fixed a double free crash in ladspa filter on channel count mismatch.
  • Refactored the composite and luma transitions to use mlt_luma_map.
  • Refactored the pgm producer and shape filter to use mlt_luma_map.
  • Refactored the lumas module to use mlt_luma_map.
  • The lumas module is now disabled by default and must be explicitly enabled.
  • Added property animation to the threshold filter.
  • Added a cairoblend_mode filter to the frei0r module to affect a frei0r.cairoblend transition used to composite/blend tracks.
  • Added support for new vaapi options to the avformat consumer:
    • connection_type: x11 or drm
    • driver
    • kernel_driver
  • Fixed the timewarp producer with a colon in the filename.
  • Fixed a relative file name with a colon in it in the xml producer.
  • Fixed defaulting to album or poster art if there is another video stream.
  • Fixed parameter animation in frei0r plugins when using frame threads. This change also enables frame-threading for more plugins.
  • Improved the qtblend filter to not process alpha if no transparency.
  • Added a background_color property to the qtblend filter.
  • Fixed the opencv.tracker incorrect behavior on cut clips.
  • Changed opencv.tracker to store absolute frame numbers.
  • Fixed incorrect frame offset on render in opencv.tracker.
  • Add an alpha_over property to luma transition. This addresses a behavior regression in version 6.14.0.
  • Fixed noimagecache not working in the avformat producer.

Other

  • Mlt++ now requires C11 compiler support.
  • Fixed closing melt SDL2 window from window manager (i.e. close button).
  • Added -repository option to the melt command.
  • Added unit tests for Mlt::Event.
  • Fixed returning image data for Python 3.
  • Switch to python3 by default.
  • Updated the prores encoding presets to set vendor ID and colr atom.
  • Added a CMake build system. This is not yet prefered over the existing configure script and Makefiles and has less flexibility. It is a start and has limited support.

WebVfx v1.1.0 released

Jun 15, 2019

You can download it from GitHub.

MLT continues to maintain and extend the WebVfx add-on that lets one use HTML and Qt QML technologies for a video asset or effects. Back in November, 2018 we released v1.0.0 as it has proven fairly stable and useful in Shotcut for a few years. Here are the enhancements for v1.1.0:

  • Added support for alpha channels in MLT video for input and output.
  • Added a transparent property to the MLT filter. When the property is set to 1, this gives a filter a transparent white canvas for drawing while the MLT video image is still available through the JavaScript extension. This facilitates using WebVfx to draw the alpha channel independently of the MLT alpha channel.
  • Added support for getting a MLT rectangle property (mlt_rect) as a JavaScript object with properties: x, y, width, height, and opacity.

Search

Subscribe

Subscribe to News via RSS.

Recent Posts

About

MLT enables you to author, manage, and run multitrack audio/video compositions.
See our Hall of Fame
Copyright © 2008-2018 by Meltytech, LLC.

Social Links