Shotcut 25.10 added Text to Speech & Image/Video from HTML Support

0
17

After 2 months of development, the Shotcut video editor released new 25.10 version yesterday.

The new release of this free open-source Qt and MLT based video editor introduced new option to generate image or video from HTML, Text to Speech, and some other exciting new features.

Under File -> New or New Generator menu, there’s a new Image/Video from HTML option, that can generate image or video through custom HTML code, with transparent background by default, though the video is limited to 15 frame-per-second for performance reasons.

The feature depends on Google Chrome or Chromium web browser. You need to specify path to the executable of either browser first time you launch the option.

It offers some presets that also demonstrate a template with up to 3 lines of text. And, it automatically opens the generated image or video in the Source viewer so that you can preview and revise it if need. However, there’s neither preprocessors nor WebGL or embedded video support.

In addition, the release added New -> Screen Snapshot and Screen Recording options to generate image or video from your screen. And, the recording so far can be only ended by selecting “Stop This Job” from context menu of the job.

Shotcut 25.10 also added Text to Speech support to Notes and Subtitles. The quality with subtitles is heavily dependent upon the timing and duration of each item. And, it requires installing a docker image which takes 13.2 GB space in my case in Ubuntu.

Text to Speech needs installing a docker image as plugin

The release also introduced new Text: Typewriter video filter, that can insert text to your video clip and display them line by line, word by word, or character by character with typing cursor animation.

Other changes in the release include:

  • Add Typewriter option to “New Generator -> Text” dialog.
  • Add “Open with” and “Reload” buttons to properties.
  • Upgrade to FFmpeg 8.0.
  • Raise minimum glibc requirement to version 2.35 (Ubuntu 22.04 and higher).

Get Shotcut 25.10

The official release note and installer packages for Linux, Windows, macOS are available to download in Github releases page. Along with the source tarball they are available via the link below:

For Linux, either download the AppImage (for Intel/AMD). Then add executable permission from its Properties dialog, and click Run the package to launch the video editor.

NOTE: Ubuntu since 22.04 does NOT support AppImage out-of-the-box. Press Ctrl+Alt+T to open terminal and run command to install the required library first:

sudo apt install libfuse2

Or, download the Linux tarball “shotcut-linux-x86_64-25.10.31.txz“, extract and run the executable file to launch the video editor, though you need to manually set the run-time libraries environment variable.

For choice, there are also official Flatpak package in flathub.org, which also support ARM64 platform, and snap package in App Center (or Ubuntu Software), though both run in sandbox environment!


LEAVE A REPLY

Please enter your comment!
Please enter your name here