video thumbnail/preview on KDE5 dolphin
-
- White ninja
- Posts: 10
- Joined: 05 Feb 2017, 12:12
- Distribution: v5.0rc3 KDE 64bit
- Location: ISRAEL
video thumbnail/preview on KDE5 dolphin
I need video preview/thubnails on dolphin, not just for photos.
It was working OK on porteus 3.1 kde4 and 3.2.2 MATE caja showing video thumbs "out of box"
but i like to try the new kde5.
i managed to make an ffmpegthumbs-16.12.1-1-i686.xzm
with the help of xz2txz and txz2xzm
and it really added the correct option for video file on dolphin settings
control >> configure >> general >> previews
but no avail
any one can help with that matter?
It was working OK on porteus 3.1 kde4 and 3.2.2 MATE caja showing video thumbs "out of box"
but i like to try the new kde5.
i managed to make an ffmpegthumbs-16.12.1-1-i686.xzm
with the help of xz2txz and txz2xzm
and it really added the correct option for video file on dolphin settings
control >> configure >> general >> previews
but no avail
any one can help with that matter?
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: video thumbnail/preview on KDE5 dolphin
Welcome to Porteus. I'm sure there is someone here with experience of video thumbnails. Please bear with us.
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
-
- White ninja
- Posts: 10
- Joined: 05 Feb 2017, 12:12
- Distribution: v5.0rc3 KDE 64bit
- Location: ISRAEL
Re: video thumbnail/preview on KDE5 dolphin
I'm using this wonderfull OS since SLAX5 era.
Forced to update to 3.2.2 after upgrading my laptop to a X6 one.
Using 64bit MATE until i figure out few issues with the KDE5 version,
this is one of them....
Thank for your reply.
Forced to update to 3.2.2 after upgrading my laptop to a X6 one.
Using 64bit MATE until i figure out few issues with the KDE5 version,
this is one of them....
Thank for your reply.
- ncmprhnsbl
- DEV Team
- Posts: 4114
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Re: video thumbnail/preview on KDE5 dolphin
i suspect you need to compile ffmpegthumbs source against ffmpeg present in porteus..
for this you need the devel module and the source : http://download.kde.org/stable/applicat ... 2.1.tar.xz
for this you need the devel module and the source : http://download.kde.org/stable/applicat ... 2.1.tar.xz
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
-
- White ninja
- Posts: 10
- Joined: 05 Feb 2017, 12:12
- Distribution: v5.0rc3 KDE 64bit
- Location: ISRAEL
Re: video thumbnail/preview on KDE5 dolphin
Hi ncmprhnsbl,ncmprhnsbl wrote:i suspect you need to compile ffmpegthumbs source against ffmpeg present in porteus..
for this you need the devel module and the source : http://download.kde.org/stable/applicat ... 2.1.tar.xz
Thanks for your attention, but I'm afraid this is over my skills
trying to compile the source you provided with cmake
but getting this error:
Code: Select all
guest@porteus:~/Downloads/ffmpegthumbs-16.12.1/build$ cmake ..
-- The C compiler identification is GNU 5.3.0
-- The CXX compiler identification is GNU 5.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:6 (find_package):
Could not find a package configuration file provided by "ECM" (requested
version 1.0.0) with any of the following names:
ECMConfig.cmake
ecm-config.cmake
Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
to a directory containing one of the above files. If "ECM" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
See also "/home/guest/Downloads/ffmpegthumbs-16.12.1/build/CMakeFiles/CMakeOutput.log".
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: video thumbnail/preview on KDE5 dolphin
^ Just in case the devel module is not being used, please see here: http://forum.porteus.org/viewtopic.php? ... 940#p52070
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
-
- White ninja
- Posts: 10
- Joined: 05 Feb 2017, 12:12
- Distribution: v5.0rc3 KDE 64bit
- Location: ISRAEL
Re: video thumbnail/preview on KDE5 dolphin
HI Bogomips,Bogomips wrote:^ Just in case the devel module is not being used, please see here: http://forum.porteus.org/viewtopic.php? ... 940#p52070
The devel.xzm is in place with the rest of the core modules.
I think the cmake is calling for an Extra CMake packages/modules but cant find them
and i dont know where they are/should be
Code: Select all
find_package(ECM 1.0.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
-
- Full of knowledge
- Posts: 2085
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: video thumbnail/preview on KDE5 dolphin
Maybe search via USM for a package called
extra-cmake-modules
32 Bit --> extra-cmake-modules-5.26.0-i486-1_slonly.txz
extra-cmake-modules
32 Bit --> extra-cmake-modules-5.26.0-i486-1_slonly.txz
-
- White ninja
- Posts: 10
- Joined: 05 Feb 2017, 12:12
- Distribution: v5.0rc3 KDE 64bit
- Location: ISRAEL
Re: video thumbnail/preview on KDE5 dolphin
Hi Donalddonald wrote:Maybe search via USM for a package called
extra-cmake-modules
32 Bit --> extra-cmake-modules-5.26.0-i486-1_slonly.txz
thanks for your help.
I downloaded an install this module via USM and got to a missing QT5 library error, installed it and got to a KF5 problem :shout:
I wonder if someone here already walk these path "all the way"?
http://forum.porteus.org/viewtopic.php? ... mbs#p46934
Last edited by ofsha on 15 Feb 2017, 13:12, edited 1 time in total.
-
- Full of knowledge
- Posts: 2085
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: video thumbnail/preview on KDE5 dolphin
Hi ofsha
The modules mentioned in the link:
dolphin-plugins and kdegraphics-thumbnailers,
are available (newer versions of course) at
http://alien.slackbook.org/ktown/14.2/5/
in ./kde/applications
But i don't know if that's what you need
I'm relying here on wread
The modules mentioned in the link:
dolphin-plugins and kdegraphics-thumbnailers,
are available (newer versions of course) at
http://alien.slackbook.org/ktown/14.2/5/
in ./kde/applications
But i don't know if that's what you need
I'm relying here on wread
-
- White ninja
- Posts: 10
- Joined: 05 Feb 2017, 12:12
- Distribution: v5.0rc3 KDE 64bit
- Location: ISRAEL
Re: video thumbnail/preview on KDE5 dolphin
I PM wread and jamie81
Hope one of them will visit here soon
Meanwhile I'm Savin my energy with MATE
(not as good looking as KDE but everything works...)
Hope one of them will visit here soon
Meanwhile I'm Savin my energy with MATE
(not as good looking as KDE but everything works...)
- wread
- Module Guard
- Posts: 1256
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: video thumbnail/preview on KDE5 dolphin
@ofsha
video tthumbnail/preview on my KDE5 dolphin works ok.
Regards!
video tthumbnail/preview on my KDE5 dolphin works ok.
Regards!
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!
-
- White ninja
- Posts: 10
- Joined: 05 Feb 2017, 12:12
- Distribution: v5.0rc3 KDE 64bit
- Location: ISRAEL
Re: video thumbnail/preview on KDE5 dolphin
@wread
I'm happy to hear your kde5 is showing video thumbs.
Did it work 'out of the box' or you added/changed speciphic xzm?
If so, Can you please tell me how you did it?
I'm happy to hear your kde5 is showing video thumbs.
Did it work 'out of the box' or you added/changed speciphic xzm?
If so, Can you please tell me how you did it?
- wread
- Module Guard
- Posts: 1256
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: video thumbnail/preview on KDE5 dolphin
@ofsha
I use dolphin-16.12.3, dolphin-plugins-16.12.3 and ffmpegthumbs-16.12.3, all in x86-64-1alien.xzm version.
I must say my KDE5 is not the official version; maybe you should try to find out if you are missing dependencies...
Try ldd /usr/bin/dolphin | grep found
Good luck!
I use dolphin-16.12.3, dolphin-plugins-16.12.3 and ffmpegthumbs-16.12.3, all in x86-64-1alien.xzm version.
I must say my KDE5 is not the official version; maybe you should try to find out if you are missing dependencies...
Try ldd /usr/bin/dolphin | grep found
Good luck!
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!
-
- White ninja
- Posts: 10
- Joined: 05 Feb 2017, 12:12
- Distribution: v5.0rc3 KDE 64bit
- Location: ISRAEL
Re: video thumbnail/preview on KDE5 dolphin
@wread
got it working with your packages.
even with the original dolphin-16.08.3
TUVM!
got it working with your packages.
even with the original dolphin-16.08.3
TUVM!