shotcut

cross-platform (Qt), open-source (GPLv3) video editor

GPL-3.0 License

Stars
10.3K
Committers
60

Bot releases are hidden (Show)

shotcut - Release Candidate 23.04.20

Published by ddennedy over 1 year ago

Downloads are at the bottom of this page.
Linux Flatpak users: you can use the beta channel or get a "test" build here and install it alongside the stable 22.12 version.
Linux Snap users: you can use the edge, beta, or candidate channel.

Qt 6

Qt is the main UI and app library (separate from the media engine) that Shotcut uses. This is the first major upgrade of it since Shotcut started over 10 years ago with Qt 5! (Some interim upgrades did feel major tho.) It was a lot of work, but as a result:

  • The Windows version now directly uses Direct3D 11 instead of OpenGL (or OpenGL converted to Direct3D) for drawing portions of the UI: Timeline, Keyframes, Filters, and the video player. This is faster, and we hope it improves compatibility.
  • The Windows version improves support for fractional display scaling in the system settings (e.g. 125% or 150%).
  • The macOS version now directly uses Metal (Apple's GPU tech) instead of OpenGL for drawing portions of the UI (see above). It is faster.
  • The macOS app is now universal: compatible with both Intel and Apple Silicon CPUs (M1/M2) in the same app.
  • Some fixes for commonly reported Linux bugs like some images not rendering, visual controls not showing, and OpenSSL 3 compatibility. This also ought to improve things on Wayland.
  • There is now an ARM64 build of the Flatpak for Linux (but none of the core developers currently has a Linux/ARM system for testing and support).

Performance Improvements

Besides the performance improvements from Qt 6 above:

  • Some timeline optimization.
  • Additional multi-threading in audio/video file reading.
  • Faster preview for most video clips without filters.

GPU Effects

Settings > GPU Effects is back! We made several big fixes to improve its stability. Decoupling it from the OpenGL used for the UI and video display also helps. This is being made for testing purposes to get feedback before deciding whether to leave it on in the April release. If you think its performance is not so great try it with Preview Scaling. GPU effects' performance improvement mainly comes on systems with weak CPUs, with certain filters like Scale & Position, and when stacking filters and video tracks. It also works best when using only GPU filters.

  • GPU effects is not just about performance but also quality since it does all processing in linear color, which gives optimally colored blending and interpolation.
  • End-to-end support for 10-bit! For this to work, on 10-bit sources use only GPU filters. Nothing prevents you from adding CPU filters, but that will introduce an 8-bit down- and up-conversion into the pipeline. To add text, use a text clip using Open Other > Text as that is not a 10-bit video source.
  • Searching in Filters on "gpu" shows only/all GPU filters.
  • All previous limitations are removed and working now: text filters, video scopes, stabilization.
  • The Blend Mode video filter and track Properties option is not available because it is not yet implemented.
  • Rotation is not available in the Size & Position filter because that is not implemented yet.

Motion Tracker Filter

  • Added a Motion Tracker video filter. This is required to use motion tracking. It only does the preview and analysis and is not intended to include effects but rather drive other video filters...
  • Added a Load Keyframes from Motion Tracker button to the following filters:
    • Corner Pin
    • Crop: Rectangle
    • GPS Text
    • Mask: Simple Shape
    • Size, Position & Rotate
    • Size & Position (GPU)
    • Spot Remover
    • Text: Rich
    • Text: Simple
    • Timer
  • The Motion Tracker can be on a different clip than the clip with the above filters.
  • The dialog only shows Motion Trackers that have successfully completed analysis.
  • Click Reset in the dialog to remove the keyframes added by motion tracker and restore the state of these parameters to before motion tracking.
  • Clicking Apply in the dialog more than once automatically resets the affected parameters before adding new keyframes; so, you do not need to reset manually between changes.
  • You can edit the added keyframes, but if you reapply the motion tracker your changes are discarded.
  • To change the initial position of something after applying tracking you should Reset, make changes, and then Apply again.
  • Disable the Motion Tracker when your changes and its analysis are done (or turn off its preview). I do not recommend removing this filter when you are done loading keyframes because if you need to make an adjustment, this filter must still be available to list it in the dialog and get its tracking data.

More New Features!

  • Added new time filters: Speed: Forward Only and Speed: Forward & Reverse. These are usually friendlier to use than Time Remap. The forward only version does not usually require converting the clip first unlike Time Remap and Speed: Forward & Reverse.
  • Added saving and loading filter sets. A filter set is a collection of filters. The copy and paste buttons in the Filters panel open new Copy Filters and Paste Filters dialogs. When copying filters, you can optionally give it a name, in which case it will be saved to use not only in the current project but also all projects and sessions. Giving it a name still also puts it on the system clipboard. When pasting filters, you can choose to paste from the clipboard or a saved filter set. A few examples are included: Obscure With Blur, Obscure With Mosaic, Text Simple with Gradient Back.
  • Added an Add To Timeline button to many things in the Open Other menu/dialog. That usually saves a couple of steps.
  • Added a visual rectangle control to the Mask: Simple Shape filter.
  • Holding Shift while dragging a point in the Corner Pin filter moves all corners together.
  • Added faster and better quality YADIF deinterlacer plus addition of BWDIF deinterlacer.
  • Added 10-bit export presets under the "ten_bit" category.
  • Added support for Intel ("qsv") AV1 and VP9 hardware encoders on Windows including 10-bit for AV1.

Fixes and General Improvements

  • Less audio crackling when audio source is not 48000 Hz sample rate.
  • Less audio crackling upon start of playback in preview.
  • Upgraded FFmpeg to latest version 6.
  • Upgraded Glaxnimate to version 0.5.3, which fixes some bugs and can animate motion along a drawn path.
  • Stabilize and Normalize: Two Pass on a timeline clip is faster.
  • The Lens Correction video filter is back.
  • Added Settings > Language > Hebrew.
  • Open Other > Text now has a Rich option.
  • Changed File > Export > Video and its shortcut to be the same as clicking Export > Export File.
  • Fixed seeking on raw FLAC audio files.
  • Fixed Record Audio breaks the state of the player's mute toggle when you unmute the Shotcut audio during recording.
  • Fixed using the mouse wheel to scroll the timeline horizontally on macOS and Linux.
  • Fixed image padding not transparent during a transition.
  • Added low disk space warnings to the Properties > Convert and Reverse actions.
  • Fixed loading projects made with version before 19.06 using comma for decimal symbol.
  • Fixed Shotcut's sound on Windows not following the output device when it changes.
  • Many other smaller things not mentioned here - see Git history.

Drawbacks and Limitations

  • Settings > Theme is gone due to a bug or limitation in Qt 6 Quick Controls. The Shotcut dark or light theme now strictly follows the system settings. On Linux, that is hit-or-miss depending on the desktop environment and its version (and, sadly, not the AppImage). For many people this will not make a difference. For many others, it might make you want to switch your system to dark mode. I do not expect this situation to change in the near future (2023). Yeah, I am not real happy about it either, but it is what it is - which means all comments, forum posts, and bug reports about this will be ignored, hidden, or closed.
  • Settings > Player > External Monitor with a system monitor (not Blackmagic peripheral) is no longer available.
  • Export progress no longer shows on the Windows taskbar icon.
  • The minimum version for Windows is now Windows 10. Older systems can continue to use version 22.12.
  • The minimum version of our non-Flatpak Linux binaries is now based on Ubuntu 20.04 LTS, which uses glibc 2.31. This is due to modern C++ requirements in dependencies, and bundling libstdc++ can break non-bundled system components. Previously, it was based on Ubuntu 18.04 LTS, whose support period ends in April, 2023. Older systems can continue to use version 22.12, or maybe the Flatpak will work.
shotcut - v23.04 BETA

Published by ddennedy over 1 year ago

Downloads are at the bottom of this page.
Linux Flatpak users: you can get a "test" build here and install it alongside the stable 22.12 version.

Qt 6

Qt is the main UI and app library (separate from the media engine) that Shotcut uses. This is the first major upgrade of it since Shotcut started over 10 years ago with Qt 5! (Some interim upgrades did feel major tho.) It was a lot of work, but as a result:

  • The Windows version now directly uses Direct3D 11 instead of OpenGL (or OpenGL converted to Direct3D) for drawing portions of the UI: Timeline, Keyframes, Filters, and the video player. This is faster, and we hope it improves compatibility.
  • The Windows version improves support for fractional display scaling in the system settings (e.g. 125% or 150%).
  • The macOS version now directly uses Metal (Apple's GPU tech) instead of OpenGL for drawing portions of the UI (see above). It is faster.
  • The macOS app is now universal: compatible with both Intel and Apple Silicon CPUs (M1/M2) in the same app.
  • Some fixes for commonly reported Linux bugs like some images not rendering, visual controls not showing, and OpenSSL 3 compatibility. This also ought to improve things on Wayland.
  • There is now an ARM64 build of the Flatpak for Linux (but none of the core developers currently has a Linux/ARM system for testing and support).

Performance Improvements

Besides the performance improvements from Qt 6 above:

  • Some timeline optimization.
  • Additional multi-threading in audio/video file reading.
  • Faster preview for most video clips without filters.

GPU Effects

Settings > GPU Effects is back! We made several big fixes to improve its stability. Decoupling it from the OpenGL used for the UI and video display also helps. This is being made for testing purposes to get feedback before deciding whether to leave it on in the April release. If you think its performance is not so great try it with Preview Scaling. GPU effects' performance improvement mainly comes on systems with weak CPUs, with certain filters like Scale & Position, and when stacking filters and video tracks. It also works best when using only GPU filters.

  • GPU effects is not just about performance but also quality since it does all processing in linear color, which gives optimally colored blending and interpolation.
  • End-to-end support for 10-bit! For this to work, on 10-bit sources use only GPU filters. Nothing prevents you from adding CPU filters, but that will introduce an 8-bit down- and up-conversion into the pipeline. To add text, use a text clip using Open Other > Text as that is not a 10-bit video source.
  • Searching in Filters on "gpu" shows only/all GPU filters.
  • All previous limitations are removed and working now: text filters, video scopes, stabilization.
  • The Blend Mode video filter and track Properties option is not available because it is not yet implemented.
  • Rotation is not available in the Size & Position filter because that is not implemented yet.

Motion Tracker Filter

  • Added a Motion Tracker video filter. This is required to use motion tracking. It only does the preview and analysis and is not intended to include effects but rather drive other video filters...
  • Added a Load Keyframes from Motion Tracker button to the following filters:
    • Corner Pin
    • Mask: Simple Shape
    • Size, Position & Rotate
    • Size & Position (GPU)
  • The Motion Tracker can be on a different clip than the clip with the above filters.
  • The dialog only shows Motion Trackers that have successfully completed analysis.
  • Click Reset in the dialog to remove the keyframes added by motion tracker and restore the state of these parameters to before motion tracking.
  • Clicking Apply in the dialog more than once automatically resets the affected parameters before adding new keyframes; so, you do not need to reset manually between changes.
  • You can edit the added keyframes, but if you reapply the motion tracker your changes are discarded.
  • To change the initial position of something after applying tracking you should Reset, make changes, and then Apply again.
  • Disable the Motion Tracker when your changes and its analysis are done (or turn off its preview). I do not recommend removing this filter when you are done loading keyframes because if you need to make an adjustment, this filter must still be available to list it in the dialog and get its tracking data.

More New Features!

  • Added new time filters: Speed: Forward Only and Speed: Forward & Reverse. These are usually friendlier to use than Time Remap. The forward only version does not usually require converting the clip first unlike Time Remap and Speed: Forward & Reverse.
  • Added saving and loading filter sets. A filter set is a collection of filters. The copy and paste buttons in the Filters panel open new Copy Filters and Paste Filters dialogs. When copying filters, you can optionally give it a name, in which case it will be saved to use not only in the current project but also all projects and sessions. Giving it a name still also puts it on the system clipboard. When pasting filters, you can choose to paste from the clipboard or a saved filter set. A few examples are included: Obscure With Blur, Obscure With Mosaic, Text Simple with Gradient Back.
  • Added an Add To Timeline button to many things in the Open Other menu/dialog. That usually saves a couple of steps.
  • Added a visual rectangle control to the Mask: Simple Shape filter.
  • Holding Shift while dragging a point in the Corner Pin filter moves all corners together.
  • Added faster and better quality YADIF deinterlacer plus addition of BWDIF deinterlacer.
  • Added 10-bit export presets under the "ten_bit" category.
  • Added support for Intel ("qsv") AV1 and VP9 hardware encoders on Windows including 10-bit for AV1.

Fixes and General Improvements

  • Less audio crackling when audio source is not 48000 Hz sample rate.
  • Less audio crackling upon start of playback in preview.
  • Upgraded FFmpeg to latest version 6.
  • Upgraded Glaxnimate to version 0.5.3, which fixes some bugs and can animate motion along a drawn path.
  • Stabilize and Normalize: Two Pass on a timeline clip is faster.
  • The Lens Correction video filter is back.
  • Added Settings > Language > Hebrew.
  • Open Other > Text now has a Rich option.
  • Changed File > Export > Video and its shortcut to be the same as clicking Export > Export File.
  • Fixed seeking on raw FLAC audio files.
  • Fixed Record Audio breaks the state of the player's mute toggle when you unmute the Shotcut audio during recording.
  • Fixed using the mouse wheel to scroll the timeline horizontally on macOS and Linux.
  • Many other smaller things not mentioned here - see Git history.

Drawbacks and Limitations

  • Settings > Theme is gone due to a bug or limitation in Qt 6 Quick Controls. The Shotcut dark or light theme now strictly follows the system settings. On Linux, that is hit-or-miss depending on the desktop environment and its version (and, sadly, not the AppImage). For many people this will not make a difference. For many others, it might make you want to switch your system to dark mode. I do not expect this situation to change in the near future (2023). Yeah, I am not real happy about it either, but it is what it is - which means all comments, forum posts, and bug reports about this will be ignored, hidden, or closed.
  • Settings > Player > External Monitor with a system monitor (not Blackmagic peripheral) is no longer available.
  • Export progress no longer shows on the Windows taskbar icon.
  • The minimum version for Windows is now Windows 10. Older systems can continue to use version 22.12.
  • The minimum version of our non-Flatpak Linux binaries is now based on Ubuntu 20.04 LTS, which uses glibc 2.31. This is due to modern C++ requirements in dependencies, and bundling libstdc++ can break non-bundled system components. Previously, it was based on Ubuntu 18.04 LTS, whose support period ends in April, 2023. Older systems can continue to use version 22.12, or maybe the Flatpak will work.
shotcut - v22.03 ALPHA

Published by ddennedy over 1 year ago

Downloads are at the bottom of this page.
Linux Snap users: the alpha is in the snap "edge" channel.
Linux Flatpak users: you can get a "test" build here and install it alongside the stable 22.12 version.

Alpha

Alpha here means that it is not feature complete, but there are many exciting changes that we want people to try out and provide feedback. If it eats your homework, do not complain. It is just for toying around and testing. There will be a beta version around the end of March or early April to add or complete more features. The final release is planned for the end of April.

Qt 6

Qt is the main UI and app library (separate from the media engine) that Shotcut uses. This is the first major upgrade of it since Shotcut started over 10 years ago with Qt 5! (Some interim upgrades did feel major tho.) It was a lot of work, but as a result:

  • The Windows version now directly uses Direct3D 11 instead of OpenGL (or OpenGL converted to Direct3D) for drawing portions of the UI: Timeline, Keyframes, Filters, and the video player. This is faster, and we hope it improves compatibility.
  • The Windows version improves support for fractional display scaling in the system settings (e.g. 125% or 150%).
  • The macOS version now directly uses Metal (Apple's GPU tech) instead of OpenGL for drawing portions of the UI (see above). It is faster.
  • The macOS app is now universal: compatible with both Intel and Apple Silicon CPUs in the same app.
  • Some fixes for commonly reported Linux bugs like some images not rendering, visual controls not showing, and OpenSSL 3 compatibility. This also ought to improve things on Wayland.
  • There is now an ARM64 build of the Flatpak for Linux (but none of the core developers currently has a Linux/ARM system for testing and support).

Performance Improvements

Besides the performance improvements from Qt 6 above:

  • Some timeline optimization.
  • Additional multi-threading in audio/video file reading.

GPU Effects

Settings > GPU Effects is back! We made several big fixes to improve its stability. Decoupling it from the OpenGL used for the UI and video display also helps. This is being made for testing purposes to get feedback before deciding whether to leave it on in the April release. If you think its performance is not so great try it out with Preview Scaling. It works good with that, and that helps. GPU effects' performance improvement mainly comes on systems with weak CPUs, with certain filters like Scale and Position, and when stacking filters and video tracks. It also works best when using only GPU filters.

  • Searching in Filters on "gpu" shows only/all GPU filters.
  • All previous limitations are removed and working now: text filters, video scopes, stabilization.
  • GPU effects is not just about performance but also quality since it does all processing in linear color, which gives optimally colored blending and interpolation.
  • The Blend Mode video filter and track Properties option is not available because it is not yet implemented.

Motion Tracker Filter

This is currenty just a toy filter with plans to apply the analysis results to other filters in the beta. For now, you can choose a region to track with a visual rectangle control and see that it is working. You can preview the tracking and run analysis to improve playback/export performance. When released, this filter will not do any rendering itself outside of the preview. It is intended to cooperate with many other filters. It is included in the alpha to test out the new build components and offer a sneak peak of this new feature.

Fixes and General Improvements

  • Less audio crackling when audio source is not 48000 Hz sample rate.
  • Upgraded Glaxnimate to version 0.5.2, which fixes some bugs and can animate motion along a drawn path.
  • Stabilize and Normalize: Two Pass on a timeline clip is faster.
  • The Lens Correction video filter is back.
  • Added Settings > Language > Hebrew.
  • Open Other > Text now has a Rich option.
  • Changed File > Export > Video and its shortcut to be the same as clicking Export > Export File.
  • Many other smaller things not mentioned here - see Git history.

Drawbacks and Limitations

  • Settings > Theme is gone due to a bug or limitation in Qt 6 Quick Controls. The Shotcut dark or light theme now strictly follows the system settings. On Linux, that is hit-or-miss depending on the desktop environment and its version (and, sadly, not the AppImage). For many people this will not make a difference. For many others, it might make you want to switch your system to dark mode. I do not expect this situation to change in the near future (2023). Yeah, I am not real happy about it either, but it is what it is - which means all comments, forum posts, and bug reports about this will be ignored, hidden, or closed.
  • Settings > Player > External Monitor with a system monitor (not Blackmagic peripheral) is not working at this time, but we hope to get it working again.
  • Export progress no longer shows on the Windows taskbar icon.
  • The minimum version for Windows is now Windows 10. Older systems can continue to use version 22.12.
  • The minimum version of our non-Flatpak Linux binaries is now based on Ubuntu 20.04 LTS, which uses glibc 2.31. This is due to modern C++ requirements in dependencies, and bundling libstdc++ can break non-bundled system components. Previously, it was based on Ubuntu 18.04 LTS, whose support period ends in April, 2023. Older systems can continue to use version 22.12, or maybe the Flatpak will work.
shotcut -

Published by ddennedy almost 2 years ago

  • Fixed the keyframes button sets size and position parameters to all zeroes in the following filters (broke in v22.11):
    • Blur: Pad
    • Crop: Rectangle
    • Size, Position & Rotate
    • Spot Remover
    • Text: Rich
    • Text: Simple
  • Fixed a crash when changing a parameter in the Pitch audio filter (broke in v22.11).
  • Fixed a crash on File > New or File > Close while also playing (bug in v22.09).
  • Fixed a memory leak in slideshow dialog and transition properties preview (bug in v22.09).
  • Fixed Time Remap video filter disables a Crop: Source filter.
  • Fixed making a gradient stop transparent (alpha value 0) in various filters:
    • Audio Level Visualization
    • Audio Light Visualization
    • Audio Spectrum Visualization
    • Audio Waveform Visualization
    • GPS Graphic
    • Gradient
  • Added new seek actions to the Player menu:
    • Forward Jump Alt+Page Down (option+page down on macOS)
    • Backward Jump Alt+Page Up (option+page up on macOS)
    • Set Jump Time Ctrl+J (command+J on macOS)
  • Added Cycle Marker Color with default keyboard shortcut Ctrl+Alt+M (option+command+M on macOS).
  • Added Advanced > Sample rate to the Properties > Convert dialog.
shotcut - v22.12 BETA

Published by ddennedy almost 2 years ago

  • Fixed a memory leak in slideshow dialog and transition properties preview (bug in v22.09).
  • Fixed a crash when changing a parameter in the Pitch audio filter (broke in v22.11).
  • Fixed the keyframes button sets size and position parameters to all zeroes in the following filters (broke in v22.11):
    • Blur: Pad
    • Crop: Rectangle
    • Size, Position & Rotate
    • Spot Remover
    • Text: Rich
    • Text: Simple
  • Added new seek actions to the Player menu:
    • Forward Jump Alt+Page Down (option+page down on macOS)
    • Backward Jump Alt+Page Up (option+page up on macOS)
    • Set Jump Time Ctrl+J (command+J on macOS)
  • Added Cycle Color On Selected Marker to the Markers panel's menu with default keyboard shortcut Ctrl+Alt+M (option+command+M on macOS).
  • Added Sample rate to the Properties > Convert dialog under Advanced.
shotcut -

Published by ddennedy almost 2 years ago

This release is mainly to fix recent bugs:

  • Fixed including sub-project with Open MLT XML as Clip breaks the project (broke in v22.10).
  • Fixed custom transition preview in Properties degrades quality and accuracy of the transition preview in the player (bug in v22.09).
  • Fixed memory leak in the transition Properties and Slideshow Generator previews (bug in v22.09).
  • Fixed crash when using the --appdata command line option (broke in v22.09).
  • Fixed dragging multiple selection in Timeline does not show all selected clips (broke in v22.09).
  • Fixed huge memory consumption when using certain filters before keyframes on the Size, Position & Rotate filter: Corner Pin, Mask: Simple Shape.
  • Fixed Alt (option on macOS) not suspending snapping in filter rectangle controls.
  • Fixed updating the filter UI value when deleting a keyframe.
  • Improved sound quality of Pitch compensation and Pitch audio filter.
  • Added Reset on discontinuity option to the Normalize: One Pass audio filter.
shotcut -

Published by ddennedy almost 2 years ago

This is a hot fix for release 22.10 to reverse "Performance improvement in Timeline for when there is opaque clip on a track above another clip," which caused a change in behavior considered a bug. See the 22.10.22 release for notes about the 22.10 release in general.

shotcut -

Published by ddennedy almost 2 years ago

This is primarily a bug fix release.

New Bugs in v22.09.23

  • Fixed translations not updated.
  • Fixed crash in Size, Position & Rotate filter when size approaches zero, for example when editing a size numeric field.
  • Fixed bitrate in some Export presets such as VP8, VP9, D10, and XDCAM.
  • Fixed Timeline > Lift and Delete not working with no clip selected.
  • Fixed Transition > Properties resets the Invert and Softness options.

Old Bugs

  • Fixed an incorrect timecode appears at 2 minutes in 24 or 23.98 fps.
  • Fixed Timeline > Select Clip Above and Select Clip Below not working with no clip selected.
  • Fixed incorrect resulting aspect ratio when changing Export > Video > Resolution and pixel aspect ratio is not square.
  • Fixed Properties > Measure Video Quality on Windows.
  • Fixed Fade Out Video filter not working after trimming the in point.
  • Fixed updating an animation Properties > Duration after changed in Glaxnimate.
  • Fixed ripple trim on the in point of a clip that is at the very beginning (00:00:00:00) of the Timeline.
  • Fixed adjusting keyframes of the second clip when a trimming the in point of a transition.
  • Fixed Keyframes UI when using Timeline > Trim Clip In menu-item/action/shortcut (not interactive trim).
  • Fixed opening a MLT XML file with a % in its path or name.
  • Fixed keyframes after an undo and redo upon making a transition while trimming the in point of a clip.

Improvements and Changes

  • Finished the menu technology updates (marker context, rich text editor) that were mostly done in v22.09.23.
  • Added icons for the 360 video filters.
  • Performance improvement in Timeline for when there is opaque clip on a track above another clip.
  • Disallow allow adding Filters to a device or live input since this is not working and could interfere with integrity of capture.
  • Increased the maximum values in the Mask: Simple Shape > Horizontal and Vertical video filter.
  • Changing Timeline > Zoom no longer pauses playback.
shotcut - v22.10 BETA

Published by ddennedy about 2 years ago

This is primarily a bug fix release.

New Bugs in v22.09.23

  • Fixed translations not updated.
  • Fixed crash in Size, Position & Rotate filter when size approaches zero, for example when editing a size numeric field.
  • Fixed bitrate in some Export presets such as VP8, VP9, D10, and XDCAM.
  • Fixed Timeline > Lift and Delete not working with no clip selected.
  • Fixed Transition > Properties resets the Invert and Softness options.

Old Bugs

  • Fixed an incorrect timecode appears at 2 minutes in 24 or 23.98 fps.
  • Fixed Timeline > Select Clip Above and Select Clip Below not working with no clip selected.
  • Fixed incorrect resulting aspect ratio when changing Export > Video > Resolution and pixel aspect ratio is not square.
  • Fixed Properties > Measure Video Quality on Windows.
  • Fixed Fade Out Video filter not working after trimming the in point.
  • Fixed updating an animation Properties > Duration after changed in Glaxnimate.
  • Fixed ripple trim on the in point of a clip that is at the very beginning (00:00:00:00) of the Timeline.
  • Fixed adjusting keyframes of the second clip when a trimming the in point of a transition.
  • Fixed Keyframes UI when using Timeline > Trim Clip In menu-item/action/shortcut (not interactive trim).

Improvements and Changes

  • Finished the menu technology updates (marker context, rich text editor) that were mostly done in v22.09.23.
  • Added icons for the 360 video filters.
  • Performance improvement in Timeline for when there is opaque clip on a track above another clip.
  • Disallow allow adding Filters to a device or live input since this is not working and could interfere with integrity of capture.
  • Increased the maximum values in the Mask: Simple Shape > Horizontal and Vertical video filter.
  • Changing Timeline > Zoom no longer pauses playback.
shotcut - v22.09.23

Published by ddennedy about 2 years ago

  • Added limited support for reading WebP Animation.
  • Show audio-clips without album art as a checkboard for transparent instead of white.
  • Added the GPS Graphic video filter (see its presets).
  • Added the gopro2gpx utility to let you export a GPX file from a GoPro video using Properties > menu > Export GPX. This saves the .gpx in the same folder as the video file with the same name but different exension.
  • Added Fisheye video filter (see its presets).
  • Deprecate and hide the Lens Correction video filter since it is low quality (no interpolation) and now there is Fisheye.
  • Added snapping to the playhead to Keyframes.
  • Added Help > Actions and Shortcuts:
    • Provides a unified action search and shortcut editor.
    • Replaces the old Keyboard Shortcuts... item in the Help menu and takes its keyboard shortcut ?.
    • / is also a default shortcut, and either shortcut can be changed.
    • Searches both action name and shortcut.
    • Press Return/Enter within search to move focus to the list of actions.
    • Press Return/Enter on a selected action to trigger it and close the dialog.
    • Shift, Ctrl, or Alt + Return/Enter on a selected action to trigger it and NOT close the dialog.
    • Double-click an action to trigger it but NOT close the dialog.
    • The dialog is not modal so you can leave it open and to the side while working.
    • Press Esc when the dialog has focus to close it.
    • Press F2 when an action is selected to edit its first shortcut.
    • Single-click a selected shortcut to enter edit mouse using the mouse. This means you typically need two single clicks: one to select, the second to enter into edit mode.
    • You can Tab out of edit mode to navigate focus to the apply button and press Space to trigger the apply. It is intentional that you cannot assign Tab as a keyboard shortcut to an action.
    • There are some keyboard buttons such as J/K/L that are reserved and cannot be used in a shortcut. You will see an error message when you try to apply it.
    • You can define up to 2 shortcuts per action! You may want to leave the default as well as add your preferred shortcut.
    • A big portion of the UI had to be rewritten to support this. As a result:
      • All panel (hamburger) menus are consistently on the left/first.
      • Panel-specific Options sub-menus were moved to Settings main menu.
      • The keyboard shortcut to switch the player between Source and Project is now P.
      • Various hidden or under-exposed actions now have a menu item somewhere including a new Player main menu.
      • Many translations will be lost.
      • The default shortcuts to change the current track now require Ctrl+Alt in addition to cursor up and down.
  • Improved support for custom video transitions:
    • There is a folder now in the App Data Directory named transitions where you can store these.
    • All files in the transitions folder are listed in transition Properties, the Mask: From File video filter, and the Slideshow Generator dialog.
    • Added a favorite button in transition Properties and Mask: From File that copies your chosen custom file to the transitions folder.
    • Added a quick preview to transition properties.
  • Added the ability to drag-scroll/pan using the middle mouse button (press mouse wheel) to Timeline, Keyframes, and the player when zoomed in.
  • Improved the Filters picker:
    • Added translatable keywords to facilitate search. For example, "transform" includes Size, Position & Rotate.
    • Added the English filter name in an untranslatable manner to the keywords so people using a translation can more more easily find things based on proliferic English advice.
    • Added support for a small animated icon.
  • Added the alpha Operation, Reverse, and Invert parameters to the Mask: Draw video filter.
  • Added Settings > Reset... to reset all settings including hidden ones.
  • Fixed Move Track Up or Move Track Down breaks the order of blending/compositing.
  • Fixed opening files with a % in their path or name.
  • Fixed sometimes a date does not appear in Playlist.
  • Fixed Old Film: Scratches video filter not working (broke in version 22.04).
  • Fixed Stabilize video filter uses invalid analysis data after pasted.
  • Fixed File > Open MLT XML as Clip... changes the current Video Mode.
  • Fixed audio artifacts introduced after splitting a clip that has been converted or reversed using the better/large/DNxHR option.
  • Fixed Text: Rich filter's toolbar may not reflect the current text color.
  • Upgraded FFmpeg to v5.1.0
  • Upgraded dav1d AV1 decoder v1.0
  • Upgraded AOM AV1 encoder to v3.4.0
  • Upgraded libvpx VP8/9 encoder to v1.12.0
  • Upgraded VMAF to v2.3.1
  • Upgraded Glaxnimate to v0.5.1
shotcut - v22.09 BETA

Published by ddennedy about 2 years ago

What's New and Improved

  • Improved support for TGA image but still not with compression.
  • Added support for reading WebP Animation.
  • Show audio-clips without album art as a checkboard for transparent instead of white.
  • Added the GPS Graphic video filter (see its presets).
  • Added the gopro2gpx utility to let you export a GPX file from a GoPro video using Properties > menu > Export GPX. This saves the .gpx in the same folder as the video file with the same name but different exension.
  • Added Fisheye video filter (see its presets).
  • Fixed opening files with a % in their path or name.
  • Added snapping to the playhead to Keyframes.
  • Added Help > Actions and Shortcuts:
    • Provides a unified action search and shortcut editor.
    • Replaces the old Keyboard Shortcuts... item in the Help menu and takes its keyboard shortcut ?.
    • Searches both action name and shortcut.
    • Press Enter within search to move focus to the list of actions.
    • Press Return/Enter on a selected action to trigger it and close the dialog.
    • Shift, Ctrl, or Alt + Return/Enter on a selected action to trigger it and NOT close the dialog.
    • Double-click an action to trigger it but NOT close the dialog.
    • The dialog is modal so you can leave it open and to the side while working.
    • Press Esc when the dialog has focus to close it.
    • Press F2 when an action is selected to edit its first shortcut.
    • You can Tab out of edit mode to navigate focus to the apply button and press Space to trigger the apply. It is intentional that you cannot assign Tab as a keyboard shortcut to an action.
    • There are some keyboard buttons such as J/K/L that are reserved and cannot be used in a shortcut. You will see an error message when you try to apply it.
    • You can define up to 2 shortcuts per action! You may want to leave the default as well as add your preferred shortcut.
    • A big portion of the UI had to be rewritten to support this. As a result:
      • All panel (hamburger) menus are consistently on the left/first.
      • Panel-specific Options sub-menus were moved to Settings main menu.
      • The keyboard shortcut to switch the player between Source and Project is now P.
      • Various hidden or under-exposed actions now have a menu item somewhere including a new Player main menu.
      • Many translations will be lost.
  • Improved support for custom video transitions:
    • There is a folder now in the App Data Directory named transitions where you can store these.
    • All files in the transitions folder are listed in transition Properties, the Mask: From File video filter, and the Slideshow Generator dialog.
    • Added a favorite button in transition Properties and Mask: From File that copies your chosen custom file to the transitions folder.
    • Added a quick preview to transition properties.
  • Added the ability to drag-scroll/pan using the middle mouse button (press mouse wheel) to Timeline, Keyframes, and the player when zoomed in.
  • Improved the Filters picker:
    • Added translatable keywords to facilitate search. For example, "transform" includes Size, Position & Rotate.
    • Added the English filter name in an untranslatable manner to the keywords so people using a translation can more more easily find things based on proliferic English advice.
    • Added support for a small animated icon. (This is a work-in-progress; only a handful so far, more but not all to be included in the release.)
  • Added the alpha Operation, Reverse, and Invert parameters to the Mask: Draw video filter.
  • Added Settings > Reset... to reset all settings including hidden ones.
  • Upgraded FFmpeg to v5.1.0
  • Upgraded AOM AV1 encoder to v3.4.0
  • Upgraded libvpx VP8/9 encoder to v1.12.0
  • Upgraded VMAF to v2.3.1

New Contributors

Full Changelog: https://github.com/mltframework/shotcut/compare/v22.06.23...v22.09.01

shotcut -

Published by ddennedy over 2 years ago

  • Added Edit... to Timeline > Output > Properties.
  • Added Timeline > menu > More > Align To Reference Track to synchronize clips based on similar audio.
    See its documentation.
  • Added support for reading Lottie and rawr JSON animation formats.
  • Added Open Other > Animation.
  • Added a Mask: Draw (Glaxnimate) video filter.
  • Added Glaxnimate vector animation tool with a video preview of Shotcut. See demo video https://youtu.be/CDBCqhmbA4Y
    Known issues:
    • Preview on macOS may stop working due to out-of-resources until reboot.
    • Some Lottie animations make export fail. The one that I have a problem with shows warnings upon opening in Glaxnimate.
    • See also Glaxnimate's bug tracker
  • Added support for Keyframes to the following audio filters:
    • Low Pass
    • High Pass
    • Reverb
  • Added keyboard shortcut Ctrl+Alt+A to select all clips on the current track.
    (option+command+A on macOS)
  • Added an options dialog to File > Export > Markers as Chapters to exclude colors or include range markers.
  • Added support for fractional display scale (125%, 150%, 175%) on Windows.
  • Fixed Text: Rich does not export the same as preview on system with fractional display scale on Windows.
  • Fixed Record Audio and Open Other > Audio/Video Device crashing on macOS due to insufficient entitlements.
  • Fixed Time Remap > Image mode > Blend not working.
  • Fixed a crash combining two Size, Position & Rotate filters with a mask filter on a square video mode.
  • Fixed a possible crash with an odd width video.
  • Fixed dragging a clip leftward beyond other clips with Timeline > Ripple turned on.
  • Fixed changing the color of a color clip resets a custom name.
  • Fixed changing Properties > Speed drops a Crop: Source filter if added.
  • Fixed prompting for a duration and possibly a crash when dragging non-seekable files to Playlist.
  • Fixed filters on a clip are removed when Undo after a change to Properties.
  • Fixed File > Export > Markers as Chapters incorrect text encoding resulting in corrupt unicode characters.
  • Fixed video track blending may be broken after moving a track.
  • Fixed repairing a project with Settings > Proxy > Use Proxy on saves proxy file paths into repaired project file.
  • Fixed Ripple Markers not working with ripple trimming.
  • Fixed trimming a clip on timeline may change the length of a neighboring clip.
  • Converted the build system from qmake to CMake (qmake is removed).
  • The minimum glibc version for the Linux portable, AppImage, and Snap is now 64-bit glibc version 2.31:
    Mint 20+, Ubuntu/Pop!_OS 20.04+, Debian 11+, Fedora 32+, Manjaro 20+, MX Linux 21+
shotcut - v22.06 RELEASE CANDIDATE

Published by ddennedy over 2 years ago

This is all notable changes since the last release, not the beta.

  • Added Edit... to Timeline > Output > Properties.
  • Added Timeline > menu > More > Align To Reference Track to synchronize clips based on similar audio.
    See its documentation.
  • Added support for reading Lottie and rawr JSON animation formats.
  • Added Open Other > Animation.
  • Added a Mask: Draw (Glaxnimate) video filter.
  • Added Glaxnimate vector animation tool with a video preview of Shotcut. See demo video https://youtu.be/CDBCqhmbA4Y
    Known issues:
    • Preview on macOS may stop working due to out-of-resources until reboot.
    • Some Lottie animations make export fail. The one that I have a problem with shows warnings upon opening in Glaxnimate.
    • Glaxnimate python not working in AppImage and currently require some external dependencies on Linux and macOS.
    • See also Glaxnimate's bug tracker
  • Added support for Keyframes to the following audio filters:
    • Low Pass
    • High Pass
    • Reverb
  • Added keyboard shortcut Ctrl+Alt+A to select all clips on the current track.
    (option+command+A on macOS)
  • Added an options dialog to File > Export > Markers as Chapters to exclude colors or include range markers.
  • Added support for fractional display scale (125%, 150%, 175%) on Windows.
  • Fixed Text: Rich does not export the same as preview on system with fractional display scale on Windows.
  • Fixed Record Audio and Open Other > Audio/Video Device crashing on macOS due to insufficient entitlements.
  • Fixed Time Remap > Image mode > Blend not working.
  • Fixed a crash combining two Size, Position & Rotate filters with a mask filter on a square video mode.
  • Fixed a possible crash with an odd width video.
  • Fixed dragging a clip leftward beyond other clips with Timeline > Ripple turned on.
  • Fixed changing the color of a color clip resets a custom name.
  • Fixed changing Properties > Speed drops a Crop: Source filter if added.
  • Fixed prompting for a duration and possibly a crash when dragging non-seekable files to Playlist.
  • Fixed filters on a clip are removed when Undo after a change to Properties.
  • Fixed File > Export > Markers as Chapters incorrect text encoding resulting in corrupt unicode characters.
  • Fixed video track blending may be broken after moving a track.
  • Fixed repairing a project with Settings > Proxy > Use Proxy on saves proxy file paths into repaired project file.
  • Fixed Ripple Markers not working with ripple trimming.
  • Converted the build system from qmake to CMake (qmake is removed).
shotcut - v22.06 BETA

Published by ddennedy over 2 years ago

  • Added Edit... to Timeline > Output > Properties.
  • Added Timeline > menu > More > Align To Reference Track to synchronize clips based on similar audio.
    See its documentation.
  • Added support for reading Lottie and rawr JSON animation formats.
  • Added Open Other > Animation.
  • Added a Mask: Rotoscope (Glaxnimate) video filter.
  • Added Glaxnimate vector animation tool with a video preview of Shotcut. See demo video https://youtu.be/CDBCqhmbA4Y
    Known issues:
    • On Windows, after Open Other > Animation > OK Shotcut crashes upon launching Glaxnimate (fixed for release candidate).
    • The frame rate of animations is not preserved and runs at the Shotcut frame rate (fixed for release candidate).
    • Extending the duration in Shotcut Properties to longer than the animation is supposed to make it loop (fixed for release candidate).
    • The text tool in Glaxnimate for Windows crashes (fixed for release candidate).
    • See Glaxnimate's bug tracker
    • Preview on macOS may stop working due to out-of-resources until reboot.
    • Some Lottie animations make export fail. The one that I have a problem with shows warnings upon opening in Glaxnimate.
    • Glaxnimate preview has incorrect Shotcut time/sync if the first frame of the animation is not 0 (fixed for release candidate).
    • Glaxnimate python not working in AppImage and currently require some external dependencies on Linux and macOS.
  • Added support for Keyframes to the following audio filters:
    • Low Pass
    • High Pass
    • Reverb
  • Added keyboard shortcut Ctrl+Alt+A to select all clips on the current track. (option+command+A on macOS)
  • Fixed Record Audio and Open Other > Audio/Video Device crashing on macOS due to insufficient entitlements.
  • Fixed Time Remap > Image mode > Blend not working.
  • Fixed a crash combining two Size, Position & Rotate filters with a mask filter on a square video mode.
  • Fixed a possible crash with an odd width video.
  • Fixed dragging a clip leftward beyond other clips with Timeline > Ripple turned on.
  • Fixed changing the color of a color clip resets a custom name.
  • Fixed changing Properties > Speed drops a Crop: Source filter if added.
  • Converted the build system from qmake to CMake (qmake is removed).
shotcut -

Published by ddennedy over 2 years ago

  • Fixed Open Other > Audio/Video Device and Timeline > Record Audio not working on macOS.
  • Fixed Open Other > Color Bars not appearing on macOS.
  • Fixed Filters > Paste filters for some filters (broke in v22.03.30):
    • Normalize: Two Pass
    • Chroma Key: Simple
    • Crop: Source
    • Mask: Apply
    • Time Remap
  • Fixed Export > Color range > Full if resolution or frame rate were changed.
  • Fixed Export > Codec > Rate contol > Quality-based VBR with videotoolbox_hevc on macOS.
  • Fixed changing Export > Format does not suggest a file name extension.
  • Fixed keyframes for Corner Pin video filter.
  • Fixed keyframes for Rotate parameter of the Size, Position & Rotate video filter after trimming the clip.
  • Fixed Size, Position & Rotate video filter UI incorrect for non-square pixels.
  • Fixed running Analyze more than once in Normalize: Two Pass audio filter.
  • Added Detected Loudness and Normalization Gain status fields to Normalize: Two Pass audio filter.
shotcut -

Published by ddennedy over 2 years ago

Fixes

  • Fixed converting full color range 10-bit video to limited MPEG range.
  • Fixed very choppy playback with certain weird or unreduced-fraction framerates.
  • Fixed Video Mode > Automatic when using a webcam/video-device input.
  • Fixed Position and Size in Crop: Rectangle video filter may become read-only.
  • Fixed Gradient video filter when a color alpha value is not fully opaque.
  • Fixed marker duration may change when dragging to change its starting time.
  • Fixed Size, Position & Rotate > Zoom may change when changing the player zoom level.
  • Fixed accidentally changing an unmodified clip-only project by opening a new media file.
  • Fixed changing Properties > Speed may overwrite and does not honor Ripple mode.
  • Fixed a transition may show "INVALID" after you undo removing it.
  • Fixed Presets for the Equalizer: 3-Band audio filter not working.
  • Fixed Blur: Box filter creates darker edges.
  • Fixed Reduce Noise: Quantization video filter overwrites alpha chnanel.
  • Fixed Properties > Audio > Sync not showing change after reloading properties (broke in v22.01).

Changes

  • Restored the Use Higher Performance Waveforms option in the Timeline menu.
  • Changed melt command line tool to no longer be locale-sensitive by default.
  • Changed Q in Equalizer: Parametric to Bandwidth in octaves.
  • Changed background capture jobs to use a high process priority.
  • Changed Paste Filters to not paste a clip-only filter onto a track.
  • Changed Paste Filters to not paste a filter that can only be added once.
  • Removed Timeline > Copy Timeline to Source (use Markers instead).
  • Stop showing the Convert to Edit-Friendly dialog when opening a HLG HDR video.
  • Upgraded libraries:
    • FFmpeg 5.0
    • MLT 7.6.0
    • frei0r 1.8.0
    • Rubberband 2.0.2
    • VMAF 2.3.0
    • Qt 5.15.2 for Intel macOS - macOS 10.14 is now the minimum macOS version.
  • Improved A/V synchronization in Properties > Reverse.
  • Improved webcam/video-device capture on macOS.
  • Improved the accuracy of View > Scopes > Audio Peak Meter.
  • Improved speed of Old Film: Projector video filter.

New

  • Added Export > Advanced > Video > Color range.
  • Added multi-threading for all implicit video scaling including Settings > Preview Scaling.
  • Added multi-threading to some video filters:
    • Blur: Box
    • Blur: Gaussian
    • Color Grading
    • Invert Colors
    • Mask: From File
    • Old Film: Grain
    • Old Film: Scratches
    • Old Film: Technocolor
    • Reflect
    • Sepia
    • Sketch
    • Spot Remover
    • Threshold
    • Vignette
    • Wave
  • Added track reordering by drag-n-drop a track header and the Timeline menu:
    • Move Track Up: Alt+Shift+Up (shift+option+up on macOS)
    • Move Track Down: Alt+shift+Down (shift+option+down on macOS)
  • Added View > Notes panel with keyboard shortcut Ctrl+Shift+3 (shift+command+3 on macOS).
  • Added Convert to Edit-friendly when opening a HDV video file.
  • Added a Record Audio button to the Timeline toolbar:
    • It chooses an audio device based on either first found or last used in Audio/Video Device.
    • It uses the current track if it is audio and not empty at the playhead and beyond.
      Otherwise, it adds an audio track.
    • It does not prompt for a save file name when a project folder has been established.
  • Added audio filter Stereo Enhancer.
  • Added tooltips to Timeline clips.
  • Added Markers > menu > Add Markers Around Selected Clips with keyboard shortcut Alt+M (option+M on macOS).
  • Added an option to the Windows installer to register the .mlt filename extension to open with Shotcut.
shotcut - v22.03 RELEASE CANDIDATE

Published by ddennedy over 2 years ago

Here are the fixes and changes since the 22.03 beta. This does NOT include fixes or changes to the new features that appeared in the beta. Rather, they are additional notes since the last release.

  • Changed Paste Filters to not paste a clip-only filter onto a track.
  • Changed Paste Filters to not paste a filter that can only be added once.
  • Fixed changing Properties > Speed may overwrite and does not honor Ripple mode.
  • Fixed a transition may show "INVALID" after you undo removing it.
  • Fixed Presets for the Equalizer: 3-Band audio filter not working.
  • Stop showing the Convert to Edit-Friendly dialog when opening a HLG HDR video.
  • Fixed Blur: Box filter creates darker edges.
  • Added multi-threading to some video filters:
    • Blur: Box
    • Invert Colors
    • Old Film: Grain
    • Old Film: Scratches
    • Old Film: Technocolor
    • Reflect
    • Sepia
    • Spot Remover
    • Threshold
    • Wave
  • Improved speed of Old Film: Projector video filter.
shotcut - v22.03 BETA

Published by ddennedy over 2 years ago

  • Improved A/V synchronization in Properties > Reverse.
  • Changed melt command line tool to no longer be locale-sensitive by default.
  • Fixed converting full color range 10-bit video to limited MPEG range.
  • Added Export > Advanced >> Video > Color range.
  • Added multi-threading for all implicit video scaling including Settings > Preview Scaling.
  • Added multi-threading to some video filters:
    • Blur: Gaussian
    • Color Grading
    • Mask: From File
    • Sketch
    • Vignette
  • Fixed very choppy playback with certain weird or /unreduced-fraction framerates.
  • Improved webcam/video-device capture on macOS.
  • Fixed Video Mode > Automatic when using a webcam/video-device input.
  • Changed Q in Equalizer: Parametric to Bandwidth in octaves.
  • Added track reordering by drag-n-drop a track header and the Timeline menu:
    • Move Track Up: Alt+Shift+Up (shift+option+up on macOS)
    • Move Track Down: Alt+shift+Down (shift+option+down on macOS)
  • Upgraded libraries:
    • FFmpeg 5.0
    • Rubberband 2.0.2
    • VMAF 2.3.0
    • Qt 5.15.2 for Intel macOS - macOS 10.14 is now the minimum macOS version.
  • Removed Timeline > Copy Timeline to Source (use Markers instead).
  • Added View > Notes panel with keyboard shortcut Ctrl+Shift+0 (shift+command+0 on macOS).
  • Fixed Position and Size in Crop: Rectangle video filter may become read-only.
  • Improved the accuracy of View > Scopes > Audio Peak Meter.
  • Changed background capture jobs to use a high process priority.
  • Restored the Use Higher Performance Waveforms option in the Timeline menu.
  • Fixed Gradient video filter when a color alpha value is not fully opaque.
  • Added Convert to Edit-friendly when opening a HDV video file.
  • Added a Record Audio button to the Timeline toolbar:
    • It chooses an audio device based on either first found or last used in Audio/Video Device.
    • It uses the current track if it is audio and not empty at the playhead and beyond.
      Otherwise, it adds an audio track.
    • It does not prompt for a save file name when a project folder has been established.
  • Added audio filter Stereo Enhancer.
  • Added tooltips to Timeline clips.
  • Fixed marker duration may change when dragging to change its starting time.
  • Fixed Size, Position & Rotate > Zoom may change when changing the player zoom level.
  • Added Markers > menu > Add Markers Around Selected Clips with keyboard shortcut Alt+M (option+M on macOS).
  • Fixed accidentally changing an unmodified clip-only project by opening a new media file.
  • Added an option to the Windows installer to register the .mlt filename extension to open with Shotcut.
shotcut -

Published by ddennedy over 2 years ago

3 New Equalizers!

  • Added an Equalizer: 15-band (graphic) audio filter.
  • Added an Equalizer: 3-Band (Bass & Treble) audio filter.
    (Removed the old Bass & Treble audio filter.)
  • Added an Equalizer: Parametric audio filter.

More New Stuff

  • Added Segments parameter to the following video filters:
    • Audio Level Visualization
    • Audio Spectrum Visualization
    • Audio Waveform Visualization
  • Added Settings > Job Priority to the main menu with a Normal option to improve performance on Intel 12th generation CPUs with E-cores. Low priority is the default as it has always been and is generally recommended.
  • Added Wayland compatibility to Flatpak for Linux.

Changes

  • Reduced audio distortion in Properties > Reverse for the best/MKV option.
  • Removed Use Higher Performance Waveforms (default is on but still in configuration).
  • Added a warning dialog when trying to use simple keyframes when advanced keyframes are being used.
  • Changed to remove full keyframes when switching to simple keyframes.
  • Added a warning dialog when trying to use advanced keyframes when simple keyframes are being used.
  • Changed to convert simple keyframes to advanced keyframes.
  • Changed tooltips on the Timeline and Keyframes toolbar to simplify and remove shortcuts from translated strings.
  • Improved compatibility of VA-API hardware encoding on Linux, particularly on Wayland.
  • Updated AV1, VP8, and VP9 encoders to latest releases.
  • Updated Rubberband (audio pitch library) to latest release.

Fixes

  • Fixed the appearance of Shotcut's description in Windows Task Manager (broke in v21.12).
  • Fixed filters when Export > From is Source or Each Playlist Item (broke in v21.05).
  • Fixed File > Export > Markers as Chapters if project contains transitions.
  • Fixed a possible crash moving clip inside blank on same track.
  • Fixed a crash when dropping a .mlt MLX XML file from a file manager to Playlist and then Timeline.
  • Fixed a crash on undo insert/overwrite after undo add transition.
  • Fixed Hold undo in Noise Gate audio filter.
  • Fixed audio mutes after setting an in or out point when playing not 1x forward in Source.
  • Fixed the Segment Gap goes to zero when reloading an Audio Spectrum Visualization filter.
  • Fixed Mask: Simple Shape > Rotate not working in presets.
  • Fixed page up/down incorrect when Current position (timecode) spin box has focus.
  • Fixed extra blanks being removed when drag moving a clip right with Ripple turned on.
  • Fixed paths to additional files used by some filters not saved as relative on Windows.
  • Fixed tiny clips created when trimming on the Timeline with Ripple All Tracks turned on.
  • Fixed removing simple keyframes.
  • Fixed the Text: Rich video filter shows the editor when playhead is not over selected clip.
  • Fixed Properties > Menu > Measure Video Quality (VMAF) not working on Windows.
  • Fixed a possible crash in Glitch video filter.
  • Fixed a crash changing Properties > Video > Rotation when the clip has a transition.
  • Fixed the Mask: From File video filter's Reverse option not working as intended.
  • Fixed broadcast standard non-integer frame rates (e.g. 30000/1001) for Matrosk and WebM files.
  • Fixed a bad job percentage complete when making a proxy or running a convert job on a GoPro video file.
shotcut - v22.01 BETA

Published by ddennedy almost 3 years ago

  • Fixed File > Export > Markers as Chapters if project contains transitions.
  • Fixed a possible crash moving clip inside blank on same track.
  • Fixed a crash when dropping a .mlt MLX XML file from a file manager to Playlist and then Timeline.
  • Fixed the appearance of Shotcut's description in Windows Task Manager (broke in v21.12).
  • Fixed a crash on undo insert/overwrite after undo add transition.
  • Fixed Hold undo in Noise Gate audio filter.
  • Fixed audio mutes after setting an in or out point when playing not 1x forward in Source.
  • Fixed the Segment Gap goes to zero when reloading an Audio Spectrum Visualization filter.
  • Fix Mask: Simple Shape > Rotate not working in presets.
  • Fixed page up/down incorrect when Current position (timecode) spin box has focus.
  • Added an Equalizer: 15-band audio filter.
  • Added an Equalizer: Parametric audio filter.
  • Added an Equalizer: 3-Band audio filter.
  • Removed Bass & Treble audio filter.
  • Fixed extra blanks being removed when drag moving a clip right with Ripple turned on.
  • Fixed paths to additional files used by some filters not saved as relative on Windows.
  • Fixed tiny clips created when trimming on the Timeline with Ripple All Tracks turned on.
  • Fixed filters when Export > From is Source or Each Playlist Item (broke in v21.05).
  • Added File name extension to the Add Export Preset dialog box.
  • Added Segments parameter to the following video filters:
    • Audio Level Visualization
    • Audio Spectrum Visualization
    • Audio Waveform Visualization
  • Removed Use Higher Performance Waveforms (default is on but still in configuration).
  • Added a warning dialog when trying to use simple keyframes when advanced keyframes are being used.
  • Changed to remove full keyframes when switching to simple keyframes.
  • Added a warning dialog when trying to use advanced keyframes when simple keyframes are being used.
  • Changed to convert simple keyframes to advanced keyframes.
  • Fixed removing simple keyframes.
  • Fixed a clip duplicates on the timeline after 2 moves, 2 undos, and 1 redo.
  • Fixed the Text: Rich video filter shows the editor when playhead is not over selected clip.
  • Fixed Properties > Menu > Measure Video Quality (VMAF) not working on Windows.
  • Changed tooltips on the Timeline and Keyframes toolbar to simplify and remove shortcuts from translated strings.
  • Updated AV1, VP8, and VP9 encoders to latest releases.
  • Updated Rubberband (audio pitch library) to latest release.