Kdenliveがインストールされているモジュールの欠落について文句を言います。

Kdenliveがインストールされているモジュールの欠落について文句を言います。

ミニdvテープをマイコンピュータシステムにインポートし、Kdenliveをインストールし、それを使用して作業を実行しようとしています。しかし、すでにインストールされているモジュールがないと文句を言います。これは一般的なことですか?これはバグですか?この問題を解決するにはどうすればよいですか?

これはシステムのkandliveです:

[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

エラーは次のとおりです。 ここに画像の説明を入力してください。

これは私のFireWireです:

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

私のモジュールは次のとおりです(新しいFireWireスタック)。

[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です。

1時間以内に賞金を始めて50点を支払います。私は本当にKdenliveのようなソフトウェアスイートを使って自分のdvsをインポートまたは編集できるようにしたいと思います(Kinoもコンパイルしましたが、次のように文句を言いました。警告:dv1394カーネルモジュールがロードされていないか、/ dev / raw1394を読み書きするできません)。

これは働きます:

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

Firmwireモジュールが動作するようにカメラからdvをインポートするためのものであり、kandliveキャプチャが機能するには非常に単純なモジュールである必要があります。

編集#1

モジュールなしでソフトウェアを使用できることはわかりましたが、まだ欠けているモジュールを修正してそれに関する情報を取得したいと思います。このバグ、モジュール、および/または修正を知っている人がいる場合は、回答を投稿してください。

ベストアンサー1

一部の開発者は、libdvモジュールは将来のバージョンでは廃止予定であると述べています。ここ

抜粋:

次に、構成ウィザードで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フレームワーク情報は次のとおりです。

抜粋: ここに画像の説明を入力してください。

おすすめ記事