Hello,
I am a new user of shotcut (20.11.28). Install went like a breeze with the official Gentoo ebuild.
But I am missing (several ?) filters (« Size, Position & Rotate » at least). The filter is present on the system :
$ head /usr/share/shotcut/qml/filters/size_position/meta_affine.qml
import QtQuick 2.0
import org.shotcut.qml 1.0
Metadata {
type: Metadata.Filter
objectName: 'affineSizePosition'
name: qsTr('Size, Position & Rotate')
mlt_service: 'affine'
qml: 'ui_affine.qml'
vui: 'vui_affine.qml'
gpuAlt: 'movit.rect'
isFavorite: true
It is read by shotcut when starting, with no obvious (to me, as a noob in the matter) errors :
[Debug ] <FilterController::loadFilterMetadata> reading filter metadata "sharpen" "meta_frei0r.qml"
[Debug ] <FilterController::loadFilterMetadata> added filter "Sharpen"
[Debug ] <FilterController::loadFilterMetadata> reading filter metadata "sharpen" "meta_movit.qml"
[Debug ] <FilterController::loadFilterMetadata> reading filter metadata "size_position" "meta_affine.qml"
[Debug ] <FilterController::loadFilterMetadata> reading filter metadata "size_position" "meta_movit.qml"
[Debug ] <FilterController::loadFilterMetadata> reading filter metadata "sketch" "meta.qml"
[Debug ] <FilterController::loadFilterMetadata> reading filter metadata "smartblur" "meta.qml"
[Debug ] <FilterController::loadFilterMetadata> added filter "Reduce Noise: Smart Blur"
But it is not shown in the filter list, whatever I do.
If I use the pre-compiled executables from the shotcut website, either through the AppImage file or the txz archive, this filter (and several others) are indeed shown and working properly.
Any idea about what could be missing/wrong on my system to prevent the filter from showing ?
Tia,