Another option with the KF5 - ffmpegthumb
(with Arch...)
Bug 351868 - Custom KIO plugin for dolphin doesn't load - https://bugs.kde.org/show_bug.cgi?id=351868
--> Yukariin/ffmpegthumb - https://github.com/Yukariin/ffmpegthumb
Installing ffmpegthumbnailer - Ubuntu package is probably (?) : libffmpegthumbnailer4v5 - http://packages.ubuntu.com/wily/libffmpegthumbnailer4v5
Compiling with:
Click:
Seems to work.
(with Arch...)
Bug 351868 - Custom KIO plugin for dolphin doesn't load - https://bugs.kde.org/show_bug.cgi?id=351868
--> Yukariin/ffmpegthumb - https://github.com/Yukariin/ffmpegthumb
Installing ffmpegthumbnailer - Ubuntu package is probably (?) : libffmpegthumbnailer4v5 - http://packages.ubuntu.com/wily/libffmpegthumbnailer4v5
Compiling with:
Code:
$ 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
...
-- checking for module 'libffmpegthumbnailer'
-- found libffmpegthumbnailer, version 2.0.10
--
-- The following OPTIONAL packages have been found:
* Qt5Core
* Qt5Gui (required version >= 5.5.0)
-- The following REQUIRED packages have been found:
* ECM (required version >= 0.0.11)
* KF5KIO
* KF5
...
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/lib/qt/plugins/ffmpegthumb.so
-- Installing: /usr/share/kservices5/ffmpegthumb.desktop
-- checking for module 'libffmpegthumbnailer'
-- found libffmpegthumbnailer, version 2.0.10
--
-- The following OPTIONAL packages have been found:
* Qt5Core
* Qt5Gui (required version >= 5.5.0)
-- The following REQUIRED packages have been found:
* ECM (required version >= 0.0.11)
* KF5KIO
* KF5
...
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/lib/qt/plugins/ffmpegthumb.so
-- Installing: /usr/share/kservices5/ffmpegthumb.desktop
Seems to work.
Comment