Fedora

Kdenlive 抱怨缺少已安裝的模組

  • June 9, 2020

我正在將我的迷你 dv 磁帶導入我的電腦系統,並且我安裝了 Kdenlive,並想嘗試它來完成這項任務。但它抱怨已經安裝的缺失模組。這很常見嗎?這是一個錯誤嗎?我能做些什麼來解決這個問題?

這是系統上的 kdenlive:

[root@Hostname ~]$ yum list kdenlive 
Loaded plugins: fastestmirror, langpacks, refresh-packagekit
Loading mirror speeds from cached hostfile
* fedora: www.fedora.is
* rpmfusion-free: www.fedora.is
* rpmfusion-free-updates: www.fedora.is
* rpmfusion-nonfree: www.fedora.is
* rpmfusion-nonfree-updates: www.fedora.is
* updates: www.fedora.is
Installed Packages
kdenlive.x86_64                0.9.8-2.fc20                 @rpmfusion-free-updates

這是安裝的模組,如果不是正確的模組,請告訴我:

[root@hostname folder]# yum list libdv
Loaded plugins: fastestmirror, langpacks, refresh-packagekit
Loading mirror speeds from cached hostfile
* fedora: www.fedora.is
* rpmfusion-free: www.fedora.is
* rpmfusion-free-updates: www.fedora.is
* rpmfusion-nonfree: www.fedora.is
* rpmfusion-nonfree-updates: www.fedora.is
* updates: www.fedora.is
Installed Packages
libdv.i686                          1.0.0-16.fc20                   
@fedora  
libdv.x86_64                        1.0.0-16.fc20                   
@anaconda

這是錯誤: 在此處輸入圖像描述

這是我的火線:

[root@Hostname folder]# lspci | grep -E "Firewire|1394|IEEE"
01:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6315 Series Firewire Controller

這是我的模組(新的火線堆棧):

[root@Hostname folder]# lsmod | egrep 'firewire|1394'
llc                    13941  2 stp,bridge
firewire_ohci          40502  0 
firewire_core          62559  1 firewire_ohci
crc_itu_t              12613  1 firewire_core

這裡發生了什麼?

我的作業系統是 Fedora 20 x86_64。

我要在一小時內開始賞金,獎勵 50 分。我真的很想能夠使用像 Kdenlive 這樣的軟體套件來導入/編輯我的 dv(我也編譯過 Kino,但它抱怨:警告:dv1394 核心模組未載入或無法讀取/寫入 /dev/raw1394 )。

這有效:

# dvgrab -a -format raw -rewind -t prefix-

用於從攝影機導入 dv,因此韌體模組正在執行,並且它必須是一些非常簡單的模組才能使 kdenlive capture 工作。

編輯#1

我發現我可以在沒有該模組的情況下使用該軟體,但我仍然想修復失去的模組,並可能獲得一些關於它的資訊。如果有人知道此錯誤、模組和/或修復,請為此發布答案。

有開發人員說 libdv 模組在以後的版本中已棄用,here

摘抄:

我在配置嚮導中看到的下一件事是未檢查 DV 模組 (libdv)(因此未安裝)。但如果我查看 Synaptic,我會看到安裝了 libdv4 版本 1.0.0-6。


(0010239)
pez4brian   (developer)
2014-08-16 17:42

   I committed a change to the build script which should fix the profile problem:
https://github.com/mltframework/mlt-scripts/commit/c8705edd820a1a5566b57fabca63b8637965d398 [^]
Please try again with tomorrow's daily build.

We have disabled libdv by default in the latest MLT because libav/ffmpeg support dv very well. libdv is now deprecated. My advice would be to remove the specifc libdv check from KDENLIVE.

I haven't looked at the audio issue yet. 

在這裡,一些使用者對此進行了討論。

摘抄:

Sun Oct 26, 2014 8:25 pm
hello
libdv has been disabled in MLT as libavcodec/format now include everything that libdv used to provide (and maybe more?).
we just should update the wizard to avoid the false warning.
(MLT mailing list is a good source of info in general, and especially these times: they are cleaning things and this induces notable changes)

以下是該模組的 MLT 框架資訊:

摘抄: 在此處輸入圖像描述

引用自:https://unix.stackexchange.com/questions/165709