https://bugs.kde.org/show_bug.cgi?id=351913

Bogdan Olar <olar.bogdan....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olar.bogdan....@gmail.com

--- Comment #24 from Bogdan Olar <olar.bogdan....@gmail.com> ---
Another workaround for video preview is to compile ffmpegthumbs from source:


sudo apt-get install git build-essential cmake extra-cmake-modules kio-dev
pkg-config libavformat-dev libavcodec-dev libswscale-dev

git clone git://anongit.kde.org/ffmpegthumbs

cd ffmpegthumbs

git checkout origin/frameworks

mkdir -p builddir

cd builddir && cmake .. -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix)
-DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE_QT_SYS_PATHS=ON

sudo make install


After executing the above commands, a "Video Files (ffmpegthumbs)" option
should be available in the Control/Configure Dolphin/General/Previews tab.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to