From: Jean-Baptiste Mardelle Date: Tue, 10 Jan 2012 22:35:48 +0000 (+0100) Subject: Video not needed when creating audio thumbs X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=abb61de9b4d8df004fed706729baef32c06dca33;p=kdenlive Video not needed when creating audio thumbs --- diff --git a/src/clipmanager.cpp b/src/clipmanager.cpp index 2baa42e0..45f1fc9f 100644 --- a/src/clipmanager.cpp +++ b/src/clipmanager.cpp @@ -282,6 +282,8 @@ void ClipManager::slotGetAudioThumbs() kDebug() << "++++++++ INVALID CLIP: " << url.path(); continue; } + + producer.set("video_index", "-1"); if (KdenliveSettings::normaliseaudiothumbs()) { Mlt::Filter m_convert(prof, "volume");