Releases: linuxserver/docker-shotcut
v24.11.17-ls48
CI Report:
https://ci-tests.linuxserver.io/linuxserver/shotcut/v24.11.17-ls48/index.html
LinuxServer Changes:
Initial release.
shotcut Changes:
- Fixed Convert stopped converting variable frame rate to constant (broke in v24.10).
- Fixed filter in and out points when you resize transition by moving a clip (broke in v24.10).
- Fixed Reframe loses its keyframes in Export (broke in v24.10).
- Fixed moving a clip immediately after a transition beyond another clip stopped working (broke in v24.10).
- Fixed Settings > Time Format > Timecode (Non-Drop Frame) for other non-integer frame rates such as 23.98 fps.
- Fixed using Export > From > Marker with subtitles creates a bad output (broke in v24.08).
- Fixed a video transition between sources with alpha channel is more translucent than expected.
- Fixed a crash adding MLT XML As a Clip to a Timeline with a higher frame rate.
- Fixed View > Resources > Convert negatively affects color if input is not HDR.
- Fixed Export > Video > Aspect ratio immediately after you toggle Use hardware encoder.
- Fixed possible crash on File > New or File > Close.
- Fixed possible crash dragging a MLT XML file to Playlist of a new project/session.
- Fixed changing Properties > Audio > Track > All to something else not working.
v24.10.29-ls48
CI Report:
https://ci-tests.linuxserver.io/linuxserver/shotcut/v24.10.29-ls48/index.html
LinuxServer Changes:
Initial release.
shotcut Changes:
Speech to Text
Shotcut gets its first AI based on OpenAI's Whisper, courtesy of the whisper.cpp project.
This is available through Subtitles > Speech to Text menu item or button: .
- Our builds include a basic model that has decent speed and accuracy but not a big size. (You can think of the model as the brain.)
- You can download a bigger and better better brain (model) in
ggml
format and configure it in the Speech to Text dialog, but it will be slower. - The dialog creates two jobs that appear in the Jobs panel: one to export audio and another to convert to text.
- The results are added to the Subtitles panel as a new top-level Subtitle Track.
- Currently, the only GPU our build supports is Apple Silicon. Otherwise, it is heavily multi-threaded on the CPU.
- Known quirk: subtitle items sometimes start earlier than expected. Timing is provided by the model and tool, and we lack the skills and resources to improve this.
- Expect there to be occasional errors. Like humans and non-ideal conditions, it is not perfect. We will not take action on bug reports about some piece of audio not converting to the expected text.
- OpenAI has made some warnings about the usage of their Whisper models:
In particular, we caution against using Whisper models to transcribe recordings of individuals taken without their consent.... We recommend against use in high-risk domains like decision-making contexts, where flaws in accuracy can lead to pronounced flaws in outcomes.
Transition Improvements
- Ripple Delete a transition restores the entirety of the clips included in the transition.
- Lift (non-ripple delete) a transition no longer leaves a gap; the gap is filled with the adjacent clips.
- Moving an adjacent clip away increases the transition duration instead of detaching and leaving a gap.
Other Improvements
- Removed the Export > Video > Resample button. Now, there are simply ignorable inline warnings when making certain changes.
- Added File > Show Project in Folder to menu.
- Added a
decimals <number>
option to numeric keywords in the GPS Text video filter. - Changed Recent Projects to Projects: items in this view no longer disappear as Recent reaches its maximum length and old items are removed.
- Added a Remove action to the context menu in Projects.
- Hide the Reframe video filter and button if GPU Effects is on.
- Upgraded FFmpeg to version 7.1.
Fixes
- Fixed a crash doing when doing more than one Playlist > menu > Add Selected to Slideshow. In theory, this could fix other random crashes in Timeline.
- Fixed a crash opening a project containing a subtitle track with no items.
- Fixed odd value for computed width in Reframe output video filter causes export to fail.
- Fixed Reframe visual control can create odd-valued dimensions.
- Fixed AVCHD video frame rate is double (could fix other formats).
- Fixed making a proxy video for a iPhone 16 Pro video containing spatial audio.
- Fixed GPU filters paste below non-GPU filters.
- Fixed Slideshow Generator dialog is too tall with vertical video mode.
- Fixed GPS Offset would reset in GPS Text video filter.
- Fixed the maximum allowed Time in the Time Remap filter to prevent white frames.
v24.10.29-ls47
CI Report:
https://ci-tests.linuxserver.io/linuxserver/shotcut/v24.10.29-ls47/index.html
LinuxServer Changes:
Initial release.
shotcut Changes:
Speech to Text
Shotcut gets its first AI based on OpenAI's Whisper, courtesy of the whisper.cpp project.
This is available through Subtitles > Speech to Text menu item or button: .
- Our builds include a basic model that has decent speed and accuracy but not a big size. (You can think of the model as the brain.)
- You can download a bigger and better better brain (model) in
ggml
format and configure it in the Speech to Text dialog, but it will be slower. - The dialog creates two jobs that appear in the Jobs panel: one to export audio and another to convert to text.
- The results are added to the Subtitles panel as a new top-level Subtitle Track.
- Currently, the only GPU our build supports is Apple Silicon. Otherwise, it is heavily multi-threaded on the CPU.
- Known quirk: subtitle items sometimes start earlier than expected. Timing is provided by the model and tool, and we lack the skills and resources to improve this.
- Expect there to be occasional errors. Like humans and non-ideal conditions, it is not perfect. We will not take action on bug reports about some piece of audio not converting to the expected text.
- OpenAI has made some warnings about the usage of their Whisper models:
In particular, we caution against using Whisper models to transcribe recordings of individuals taken without their consent.... We recommend against use in high-risk domains like decision-making contexts, where flaws in accuracy can lead to pronounced flaws in outcomes.
Transition Improvements
- Ripple Delete a transition restores the entirety of the clips included in the transition.
- Lift (non-ripple delete) a transition no longer leaves a gap; the gap is filled with the adjacent clips.
- Moving an adjacent clip away increases the transition duration instead of detaching and leaving a gap.
Other Improvements
- Removed the Export > Video > Resample button. Now, there are simply ignorable inline warnings when making certain changes.
- Added File > Show Project in Folder to menu.
- Added a
decimals <number>
option to numeric keywords in the GPS Text video filter. - Changed Recent Projects to Projects: items in this view no longer disappear as Recent reaches its maximum length and old items are removed.
- Added a Remove action to the context menu in Projects.
- Hide the Reframe video filter and button if GPU Effects is on.
- Upgraded FFmpeg to version 7.1.
Fixes
- Fixed a crash doing when doing more than one Playlist > menu > Add Selected to Slideshow. In theory, this could fix other random crashes in Timeline.
- Fixed a crash opening a project containing a subtitle track with no items.
- Fixed odd value for computed width in Reframe output video filter causes export to fail.
- Fixed Reframe visual control can create odd-valued dimensions.
- Fixed AVCHD video frame rate is double (could fix other formats).
- Fixed making a proxy video for a iPhone 16 Pro video containing spatial audio.
- Fixed GPU filters paste below non-GPU filters.
- Fixed Slideshow Generator dialog is too tall with vertical video mode.
- Fixed GPS Offset would reset in GPS Text video filter.
- Fixed the maximum allowed Time in the Time Remap filter to prevent white frames.
v24.10.29-ls46
LinuxServer Changes:
Initial release.
shotcut Changes:
Speech to Text
Shotcut gets its first AI based on OpenAI's Whisper, courtesy of the whisper.cpp project.
This is available through Subtitles > Speech to Text menu item or button: .
- Our builds include a basic model that has decent speed and accuracy but not a big size. (You can think of the model as the brain.)
- You can download a bigger and better better brain (model) in
ggml
format and configure it in the Speech to Text dialog, but it will be slower. - The dialog creates two jobs that appear in the Jobs panel: one to export audio and another to convert to text.
- The results are added to the Subtitles panel as a new top-level Subtitle Track.
- Currently, the only GPU our build supports is Apple Silicon. Otherwise, it is heavily multi-threaded on the CPU.
- Known quirk: subtitle items sometimes start earlier than expected. Timing is provided by the model and tool, and we lack the skills and resources to improve this.
- Expect there to be occasional errors. Like humans and non-ideal conditions, it is not perfect. We will not take action on bug reports about some piece of audio not converting to the expected text.
- OpenAI has made some warnings about the usage of their Whisper models:
In particular, we caution against using Whisper models to transcribe recordings of individuals taken without their consent.... We recommend against use in high-risk domains like decision-making contexts, where flaws in accuracy can lead to pronounced flaws in outcomes.
Transition Improvements
- Ripple Delete a transition restores the entirety of the clips included in the transition.
- Lift (non-ripple delete) a transition no longer leaves a gap; the gap is filled with the adjacent clips.
- Moving an adjacent clip away increases the transition duration instead of detaching and leaving a gap.
Other Improvements
- Removed the Export > Video > Resample button. Now, there are simply ignorable inline warnings when making certain changes.
- Added File > Show Project in Folder to menu.
- Added a
decimals <number>
option to numeric keywords in the GPS Text video filter. - Changed Recent Projects to Projects: items in this view no longer disappear as Recent reaches its maximum length and old items are removed.
- Added a Remove action to the context menu in Projects.
- Hide the Reframe video filter and button if GPU Effects is on.
- Upgraded FFmpeg to version 7.1.
Fixes
- Fixed a crash doing when doing more than one Playlist > menu > Add Selected to Slideshow. In theory, this could fix other random crashes in Timeline.
- Fixed a crash opening a project containing a subtitle track with no items.
- Fixed odd value for computed width in Reframe output video filter causes export to fail.
- Fixed Reframe visual control can create odd-valued dimensions.
- Fixed AVCHD video frame rate is double (could fix other formats).
- Fixed making a proxy video for a iPhone 16 Pro video containing spatial audio.
- Fixed GPU filters paste below non-GPU filters.
- Fixed Slideshow Generator dialog is too tall with vertical video mode.
- Fixed GPS Offset would reset in GPS Text video filter.
- Fixed the maximum allowed Time in the Time Remap filter to prevent white frames.
v24.10.29-ls45
LinuxServer Changes:
Initial release.
shotcut Changes:
Speech to Text
Shotcut gets its first AI based on OpenAI's Whisper, courtesy of the whisper.cpp project.
This is available through Subtitles > Speech to Text menu item or button: .
- Our builds include a basic model that has decent speed and accuracy but not a big size. (You can think of the model as the brain.)
- You can download a bigger and better better brain (model) in
ggml
format and configure it in the Speech to Text dialog, but it will be slower. - The dialog creates two jobs that appear in the Jobs panel: one to export audio and another to convert to text.
- The results are added to the Subtitles panel as a new top-level Subtitle Track.
- Currently, the only GPU our build supports is Apple Silicon. Otherwise, it is heavily multi-threaded on the CPU.
- Known quirk: subtitle items sometimes start earlier than expected. Timing is provided by the model and tool, and we lack the skills and resources to improve this.
- Expect there to be occasional errors. Like humans and non-ideal conditions, it is not perfect. We will not take action on bug reports about some piece of audio not converting to the expected text.
- OpenAI has made some warnings about the usage of their Whisper models:
In particular, we caution against using Whisper models to transcribe recordings of individuals taken without their consent.... We recommend against use in high-risk domains like decision-making contexts, where flaws in accuracy can lead to pronounced flaws in outcomes.
Transition Improvements
- Ripple Delete a transition restores the entirety of the clips included in the transition.
- Lift (non-ripple delete) a transition no longer leaves a gap; the gap is filled with the adjacent clips.
- Moving an adjacent clip away increases the transition duration instead of detaching and leaving a gap.
Other Improvements
- Removed the Export > Video > Resample button. Now, there are simply ignorable inline warnings when making certain changes.
- Added File > Show Project in Folder to menu.
- Added a
decimals <number>
option to numeric keywords in the GPS Text video filter. - Changed Recent Projects to Projects: items in this view no longer disappear as Recent reaches its maximum length and old items are removed.
- Added a Remove action to the context menu in Projects.
- Hide the Reframe video filter and button if GPU Effects is on.
- Upgraded FFmpeg to version 7.1.
Fixes
- Fixed a crash doing when doing more than one Playlist > menu > Add Selected to Slideshow. In theory, this could fix other random crashes in Timeline.
- Fixed a crash opening a project containing a subtitle track with no items.
- Fixed odd value for computed width in Reframe output video filter causes export to fail.
- Fixed Reframe visual control can create odd-valued dimensions.
- Fixed AVCHD video frame rate is double (could fix other formats).
- Fixed making a proxy video for a iPhone 16 Pro video containing spatial audio.
- Fixed GPU filters paste below non-GPU filters.
- Fixed Slideshow Generator dialog is too tall with vertical video mode.
- Fixed GPS Offset would reset in GPS Text video filter.
- Fixed the maximum allowed Time in the Time Remap filter to prevent white frames.
v24.09.13-ls44
LinuxServer Changes:
Initial release.
shotcut Changes:
Fixes For Major New Bugs
This is a quick followup release to version 24.08 that introduced a few major new bugs:
- Fixed seeking and frozen video with some files or scenarios.
- Fixed Reverb audio filter missing on Windows.
- Fixed wrong frame rate for Android Camera videos.
Other Fixes
- Fixed some issues with Timeline > Clip > Apply Copied Filters.
- Fixed keyframes are added when not intended in Color Grading video filter.
- Fixed color in Export > Presets > stills > JPEG preset.
- Fixed audio-only WMA file with DTS audio not playing.
Improvements
- Added Increase Text Size and Decrease Text Size to the context menu for Notes.
You can also use Ctrl with the mouse wheel. - Added a Reframe video filter (Output only) and Export > Video > Reframe button.
- Added Export > Video > Resample with warning dialog to enable the oft-misused export video resolution, aspect ratio, and frame rate fields.
- Added a warning dialog when changing Settings > Video Mode or Timeline > Output > Edit with a project open.
- Upgraded MLT to version 7.28.0.
v24.09.13-ls43
LinuxServer Changes:
Initial release.
shotcut Changes:
Fixes For Major New Bugs
This is a quick followup release to version 24.08 that introduced a few major new bugs:
- Fixed seeking and frozen video with some files or scenarios.
- Fixed Reverb audio filter missing on Windows.
- Fixed wrong frame rate for Android Camera videos.
Other Fixes
- Fixed some issues with Timeline > Clip > Apply Copied Filters.
- Fixed keyframes are added when not intended in Color Grading video filter.
- Fixed color in Export > Presets > stills > JPEG preset.
- Fixed audio-only WMA file with DTS audio not playing.
Improvements
- Added Increase Text Size and Decrease Text Size to the context menu for Notes.
You can also use Ctrl with the mouse wheel. - Added a Reframe video filter (Output only) and Export > Video > Reframe button.
- Added Export > Video > Resample with warning dialog to enable the oft-misused export video resolution, aspect ratio, and frame rate fields.
- Added a warning dialog when changing Settings > Video Mode or Timeline > Output > Edit with a project open.
- Upgraded MLT to version 7.28.0.
v24.09.13-ls42
LinuxServer Changes:
Initial release.
shotcut Changes:
Fixes For Major New Bugs
This is a quick followup release to version 24.08 that introduced a few major new bugs:
- Fixed seeking and frozen video with some files or scenarios.
- Fixed Reverb audio filter missing on Windows.
- Fixed wrong frame rate for Android Camera videos.
Other Fixes
- Fixed some issues with Timeline > Clip > Apply Copied Filters.
- Fixed keyframes are added when not intended in Color Grading video filter.
- Fixed color in Export > Presets > stills > JPEG preset.
- Fixed audio-only WMA file with DTS audio not playing.
Improvements
- Added Increase Text Size and Decrease Text Size to the context menu for Notes.
You can also use Ctrl with the mouse wheel. - Added a Reframe video filter (Output only) and Export > Video > Reframe button.
- Added Export > Video > Resample with warning dialog to enable the oft-misused export video resolution, aspect ratio, and frame rate fields.
- Added a warning dialog when changing Settings > Video Mode or Timeline > Output > Edit with a project open.
- Upgraded MLT to version 7.28.0.
v24.09.13-ls41
LinuxServer Changes:
Initial release.
shotcut Changes:
Fixes For Major New Bugs
This is a quick followup release to version 24.08 that introduced a few major new bugs:
- Fixed seeking and frozen video with some files or scenarios.
- Fixed Reverb audio filter missing on Windows.
- Fixed wrong frame rate for Android Camera videos.
Other Fixes
- Fixed some issues with Timeline > Clip > Apply Copied Filters.
- Fixed keyframes are added when not intended in Color Grading video filter.
- Fixed color in Export > Presets > stills > JPEG preset.
- Fixed audio-only WMA file with DTS audio not playing.
Improvements
- Added Increase Text Size and Decrease Text Size to the context menu for Notes.
You can also use Ctrl with the mouse wheel. - Added a Reframe video filter (Output only) and Export > Video > Reframe button.
- Added Export > Video > Resample with warning dialog to enable the oft-misused export video resolution, aspect ratio, and frame rate fields.
- Added a warning dialog when changing Settings > Video Mode or Timeline > Output > Edit with a project open.
- Upgraded MLT to version 7.28.0.
v24.09.13-ls40
LinuxServer Changes:
Initial release.
shotcut Changes:
Fixes For Major New Bugs
This is a quick followup release to version 24.08 that introduced a few major new bugs:
- Fixed seeking and frozen video with some files or scenarios.
- Fixed Reverb audio filter missing on Windows.
- Fixed wrong frame rate for Android Camera videos.
Other Fixes
- Fixed some issues with Timeline > Clip > Apply Copied Filters.
- Fixed keyframes are added when not intended in Color Grading video filter.
- Fixed color in Export > Presets > stills > JPEG preset.
- Fixed audio-only WMA file with DTS audio not playing.
Improvements
- Added Increase Text Size and Decrease Text Size to the context menu for Notes.
You can also use Ctrl with the mouse wheel. - Added a Reframe video filter (Output only) and Export > Video > Reframe button.
- Added Export > Video > Resample with warning dialog to enable the oft-misused export video resolution, aspect ratio, and frame rate fields.
- Added a warning dialog when changing Settings > Video Mode or Timeline > Output > Edit with a project open.
- Upgraded MLT to version 7.28.0.