Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908846 - media-video/shotcut-23.06.14 version bump
Summary: media-video/shotcut-23.06.14 version bump
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Felix Neumärker
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-06-19 21:45 UTC by David Duchesne
Modified: 2023-10-24 20:04 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Duchesne 2023-06-19 21:45:14 UTC
media-video/shotcut-23.06.14 version bump
https://github.com/mltframework/shotcut/releases/tag/v23.06.14

Changelog:

- Fixed H.264 output when using Export > Use hardware encoder with NVIDIA (h264_nvenc).
(Note: please avoid changing Codec > B frames higher than 0.)
- Fixed file dialogs in filters crash Shotcut in Linux AppImage or on KDE.
- Fixed crash in Text: Rich > File > Open when choosing a text file.
- Fixed crash changing Video Mode with Count generator with GPU Effects on.
- Fixed crash when trying to Open MLT XML as Clip (nest project) with GPU Effects on.
- Fixed loading JPEG images over 32 megapixels.
- Fixed player not working if Settings > Player > External Monitor was used in a previous version.
- Fixed Timeline > Replace on a clip breaks some of its video filters.
- Fixed Keyframes > Add Keyframe in the Mask: Simple Shape filter.
- Fixed changing Keyframe Type or a keyframe's time position in the Mask: Simple Shape filter.
- Fixed custom keyboard shortcuts for actions in the Timeline or Keyframes context (right-click) menu.
- Fixed Properties > Copy Fill File Path uses incorrect directory separator on Windows.
- Fixed chroma bleeding on some (e.g. Ut Video) interlaced 4:2:0 files.
- Improved the smoothness of fast forward (up to 64x) playback.
- Improved Timeline performance and automatic scrolling.

Thanks!

Reproducible: Always
Comment 1 Felix Neumärker 2023-06-20 19:01:54 UTC
Depends on Qt6, which has not been added yet.

See: https://github.com/mltframework/shotcut/commit/19fe1f5f7faa21a48046ce69cfe6f6ffaaf4d829
Comment 2 Lorenzo Bertini 2023-10-24 13:35:54 UTC
Dear maintainer,

now that qt6 is out can we have it? It's bugging out with mlt 7.20 and I'm sure it's because it's outdated.

Many thanks!
Comment 3 Lorenzo Bertini 2023-10-24 15:19:07 UTC
Here is what I changed to build 23.09.29:


BDEPEND="
	dev-qt/qttools:6[linguist]
"
COMMON_DEPEND="
	dev-qt/qtbase:6[network,opengl,sql,widgets,xml]
	dev-qt/qtmultimedia:6
	dev-qt/qtdeclarative:6
	>=media-libs/mlt-7.18.0[ffmpeg,frei0r,fftw(+),jack,opengl,sdl,xml]
	media-video/ffmpeg
"
DEPEND="${COMMON_DEPEND}"


I don't know if some of those dependencies should be made runtime only.

This new build has a white timeline if compiled with qt6.6.0, which we use: this was addressed in a very recent commit, and will probably land for next version. See https://github.com/mltframework/shotcut/issues/1479.