Announcement

Collapse
No announcement yet.

Video Previews

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Rog131
    replied
    ... and https://git.reviewboard.kde.org/r/129985/
    Submitted with commit d695d79739550fda37d820d935dbef7ee9187f90
    Will be part of the KDE Applications 17.04 (kio-extras) - schedule: https://community.kde.org/Schedules/...lease_Schedule

    There will new option for the preview thumbnails:


    (At this more than one Audio plugin installed)

    Seem to work...

    Last edited by Rog131; Mar 11, 2017, 03:55 AM.

    Leave a comment:


  • Rog131
    replied
    KDE Review Board - Thumbs for audio files

    https://git.reviewboard.kde.org/r/129985/
    Summary:[kio-extras] Thumbs for audio files

    Review Request #129985 - Created March 5, 2017...
    superseds https://git.reviewboard.kde.org/r/127281/
    Last edited by Rog131; Mar 07, 2017, 01:45 PM.

    Leave a comment:


  • Rog131
    replied
    More options...

    With the Generic (Keneric) thumbnailer: KDE Store: https://store.kde.org -> Other KDE Extensions: https://store.kde.org/browse/cat/157/ -> Keneric KDE (KF5) thumbnailer: https://store.kde.org/p/1080815/


    Adding - stripPicture:
    Code:
          audio/x-ms-wma|audio/x-vorbis+ogg|audio/mpeg|audio/flac|audio/mp4)
          ffmpeg -i "$fullname" "$exportPicture.png" > /dev/null 2>&1 ; mv "$exportPicture.png" "$exportPicture"
          exit
          ;;
    and kenericaudiothumbs.desktop:
    Code:
    [Desktop Entry]
    Type=Service
    Name=Audio Files (Keneric)
    Name[x-test]=xxAudio Files (Keneric)xx
    
    X-KDE-ServiceTypes=ThumbCreator
    MimeType=audio/x-ms-wma;audio/x-vorbis+ogg;audio/mpeg;audio/flac;audio/mp4;
    
    X-KDE-Library=keneric
    CacheThumbnail=true

    Enabling and thumbnailing audio wma, ogg, mp3, flac and mp4 files:

    Leave a comment:


  • Rog131
    replied
    Another audio thumbnailer

    Older: https://github.com/eplightning/audiothumbs-frameworks
    Earlier: https://www.kubuntuforums.net/showth...l=1#post390275


    KDE Store: https://store.kde.org -> Other KDE Extensions: https://store.kde.org/browse/cat/157/ -> AudioThumbs 5: https://store.kde.org/p/1155023/
    Last edited by Rog131; Sep 23, 2016, 12:15 AM.

    Leave a comment:


  • Rog131
    replied
    Sub folder video thumbnails

    Really old: Video thumbnail not displayed on directory icon - https://www.kubuntuforums.net/showth...directory-icon

    Bug 238690 - video thumbnail not displayed on directory icon on kubuntu x64 karmic and lucid: https://bugs.kde.org/show_bug.cgi?id=238690
    -->Christoph Feck wrote: https://bugs.kde.org/show_bug.cgi?id=238690#c10
    To make both mplayerthumbs and ffmpegthumbs show previews on folders, you have to make sure they are allowed in .kde/share/config/kdeglobals:

    [PreviewSettings]
    MaximumSize=1200000000
    Plugins=imagethumbnail,jpegthumbnail,videopreview, ffmpegthumbs
    With the KF5 the config files are at the https://specifications.freedesktop.o...ec-latest.html
    $XDG_CONFIG_HOME defines the base directory relative to which user specific configuration files should be stored. If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used.
    Adding to the $HOME/.config/kdeglobals
    Code:
    ...
    [PreviewSettings]
    MaximumRemoteSize=0
    MaximumSize=52428800000
    Plugins=imagethumbnail,jpegthumbnail,ffmpegthumbs-mattepaint
    ...
    and the Video thumbnails are shown...




    With the

    Dolphin & kio-extras 16.08.0
    KF 5.25.0
    Qt 5.7.0

    Leave a comment:


  • Rog131
    replied
    Konqueror & KF5

    Earlier: https://www.kubuntuforums.net/showth...l=1#post385777


    Wolfgang Bauer wrote: https://bugs.kde.org/show_bug.cgi?id=367074#c5
    ...So it would even be better to port Konqueror to KF5, I'd say, which would use the latest KF5 based dolphin. And this has happened already anyway, 16.12.0 (i.e. the next feature release, as 16.08.0 is being released today) will include the KF5 based Konqueror...

    Leave a comment:


  • Rog131
    replied
    KDE Frameworks 5 Audio thumbnails

    This is with the Debian Sid.


    Earlier: KF5 Audio and Video thumbnails - https://www.kubuntuforums.net/showth...l=1#post367642

    Linking to Thread: plasma 5 kde thumbnailer audiothumbs - https://www.kubuntuforums.net/showth...er-audiothumbs



    Downloading the audiothumbs-frameworks-master.zip

    audiothumbs-frameworks: https://github.com/eplightning/audiothumbs-frameworks




    Unpacking the audiothumbs-frameworks-master.zip


    Installing build dependencies:

    - build-essentials
    - cmake
    - extra-cmake-modules
    - kio-dev
    - libflac++-dev
    - libtag1-dev

    Compiling and installing:

    Generic:
    Code:
    mkdir -p builddir
    cd builddir && cmake .. -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix) -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
    make
    sudo make install
    Example:

    Code:
    $ mkdir -p builddir
    
    
    $ cd builddir && cmake .. -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix) -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
    -- The C compiler identification is GNU 5.4.0
    -- The CXX compiler identification is GNU 5.4.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
    -- Looking for __GLIBC__
    -- Looking for __GLIBC__ - found
    -- Performing Test _OFFT_IS_64BIT
    -- Performing Test _OFFT_IS_64BIT - Success
    -- TagLib found: -L/usr/lib/x86_64-linux-gnu -ltag
    -- FLAC++ found: /usr/lib/x86_64-linux-gnu/libFLAC++.so;/usr/lib/x86_64-linux-gnu/libFLAC.so
    -- Performing Test FLAC_STREAMMETADATA_OPERATOR_FOUND
    -- Performing Test FLAC_STREAMMETADATA_OPERATOR_FOUND - Success
    -- Performing Test FLAC_METADATA_PICTURE_FOUND
    -- Performing Test FLAC_METADATA_PICTURE_FOUND - Success
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/rog131/tmp/audiothumbs-frameworks-master/builddir
    
    
    $ make
    Scanning dependencies of target AudioThumbs_automoc
    [ 25%] Automatic moc for target AudioThumbs
    Generating moc_AudioThumbs.cpp
    [ 25%] Built target AudioThumbs_automoc
    Scanning dependencies of target AudioThumbs
    [ 50%] Building CXX object src/CMakeFiles/AudioThumbs.dir/AudioThumbs.cpp.o
    [ 75%] Building CXX object src/CMakeFiles/AudioThumbs.dir/AudioThumbs_automoc.cpp.o
    [100%] Linking CXX shared module AudioThumbs.so
    [100%] Built target AudioThumbs
    
    $ sudo make install                                                                  
    [ 25%] Automatic moc for target AudioThumbs
    [ 25%] Built target AudioThumbs_automoc
    [100%] Built target AudioThumbs
    Install the project...
    -- Install configuration: "Release"
    -- Installing: /usr/lib/x86_64-linux-gnu/qt5/plugins/AudioThumbs.so
    -- Installing: /usr/share/kservices5/AudioThumbs.desktop

    Testing....





    Seems to work.

    Leave a comment:


  • Rog131
    replied
    Thumbnailing with the ffmpeg 3

    Linking to fmpegthumbs-mattepaint 0.7 release: http://kde-apps.org/content/show.php...content=153902

    The ffmpegthumbs build was failing with the ffmpeg 3.0 or later: https://bugs.kde.org/show_bug.cgi?id=359752 .
    The ffmpegthumbs-mattepaint 0.7 is using ffmpegthumbs git revision 3978c76.


    This is with the Debian Sid.

    Sid ffmpegthumbs build dependencies:

    build-essentials

    cmake
    extra-cmake-modules
    pkg-config
    kio-dev
    qtbase5-dev
    libavcodec-dev
    libavfilter-dev
    libavformat-dev
    libavutil-dev
    libswscale-dev
    i.e.

    Get the build dependencies': https://wiki.debian.org/BuildingTuto...d_dependencies

    Code:
    # apt-get build-dep ffmpegthumbs
    Log of apt-get build-dep ffmpegthumbs
    Thu Jun 9 15:43:17 2016

    Reading package lists...
    Reading package lists...
    Building dependency tree...
    Reading state information...
    The following NEW packages will be installed:
    autoconf automake autopoint autotools-dev build-essential cmake cmake-data
    debhelper...

    ...x11proto-input-dev x11proto-kb-dev x11proto-xext-dev
    x11proto-xf86vidmode-dev xorg-sgml-doctools xtrans-dev
    0 upgraded, 118 newly installed, 0 to remove and 0 not upgraded.
    Need to get 75.2 MB of archives.
    After this operation, 336 MB of additional disk space will be used.
    Building and installing

    Code:
    $ mkdir -p builddir
    $ cd builddir && cmake .. -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix) -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
    $ make
    # make install
    .
    .
    .
    [ 14%] Automatic moc for target ffmpegthumbs-mattepaint
    [ 14%] Built target ffmpegthumbs-mattepaint_automoc
    [100%] Built target ffmpegthumbs-mattepaint
    Install the project...
    -- Install configuration: "Release"
    -- Installing: /usr/lib/x86_64-linux-gnu/qt5/plugins/ffmpegthumbs-mattepaint.so
    -- Installing: /usr/share/kservices5/ffmpegthumbs-mattepaint.desktop
    -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-dragndrop.desktop
    -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-face.desktop
    -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-google.desktop
    -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-imdb.desktop
    -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-matroska.desktop
    -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-mp4.desktop
    -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-pick.desktop
    -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-remover.desktop
    -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-smplayer.desktop
    -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-vlc.desktop
    -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-xattr.desktop
    -- Installing: /usr/bin/mattepaint-dragndrop.pl
    -- Installing: /usr/bin/mattepaint-face.pl
    -- Installing: /usr/bin/mattepaint-google.pl
    -- Installing: /usr/bin/mattepaint-imdb.pl
    -- Installing: /usr/bin/mattepaint-matroska2.pl
    -- Installing: /usr/bin/mattepaint-matroska.pl
    -- Installing: /usr/bin/mattepaint-mp42.pl
    -- Installing: /usr/bin/mattepaint-mp4.pl
    -- Installing: /usr/bin/mattepaint-override.pl
    -- Installing: /usr/bin/mattepaint-pick.pl
    -- Installing: /usr/bin/mattepaint-remover.pl
    -- Installing: /usr/bin/mattepaint-smplayer.pl
    -- Installing: /usr/bin/mattepaint-vlc.pl
    -- Installing: /usr/bin/mattepaint-xattr.pl
    Testing...



    Seems to work.


    Installing add ons

    Mkvtoolnix
    AtomicParsley
    IMDB::Film
    LWP::Simple
    setfattr

    i.e.

    Code:
    apt-get install mkvtoolnix atomicparsley libimdb-film-perl libwww-perl attr
    Log of apt-get install mkvtoolnix atomicparsley libimdb-film-perl libwww-perl attr
    Thu Jun 9 16:14:18 2016

    Reading package lists...
    Building dependency tree...
    Reading state information...
    libwww-perl is already the newest version (6.15-1).
    libwww-perl set to manually installed.
    The following additional packages will be installed:
    libboost-regex1.58.0 libcache-cache-perl liberror-perl libipc-sharelite-perl
    Suggested packages:
    mkvtoolnix-gui
    The following NEW packages will be installed:
    atomicparsley libboost-regex1.58.0 libcache-cache-perl liberror-perl
    libimdb-film-perl libipc-sharelite-perl mkvtoolnix attr
    0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
    Testing...



    Seems to work.
    Last edited by Rog131; Jun 09, 2016, 12:46 PM.

    Leave a comment:


  • vinnywright
    replied
    Originally posted by Rog131 View Post
    The Konqueror has been ported to the KDE Frameworks 5 so it can use the KDE KF5 thumbnailler plugins. A bit more polish and the Konqueror KF5 can be released with the KDE Applications 16.08.
    O,,,,,,,,,good

    VINNY

    Leave a comment:


  • Rog131
    replied
    Originally posted by vinnywright View Post
    ya but Konqueror needs mplayerthumbs to do thumbnails .

    it dose not use ffmpegthumbs if installed by default.
    .
    .
    .
    VINNY

    The Konqueror has been ported to the KDE Frameworks 5 so it can use the KDE KF5 thumbnailler plugins. A bit more polish and the Konqueror KF5 can be released with the KDE Applications 16.08.




    Code:
    $ pacman -Q | grep ffmpegthumbs
    ffmpegthumbs 16.03.80-1
    ffmpegthumbs-mattepaint 0.6-1
    Last edited by Rog131; Apr 02, 2016, 12:42 PM.

    Leave a comment:


  • vinnywright
    replied
    ya but Konqueror needs mplayerthumbs to do thumbnails .

    it dose not use ffmpegthumbs if installed by default.




    Code:
    vinny@vinny-Bonobo-Extreme:~$ dpkg -l | grep thumb
    ii  ffmpegthumbs                                    4:15.12.1-0ubuntu1                         amd64        video thumbnail generator using ffmpeg
    ii  mplayerthumbs                                   4:15.12.1-0ubuntu1                         amd64        video thumbnail generator using mplayer
    VINNY

    Leave a comment:


  • Rog131
    replied
    MPlayerThumbs

    This thread started with the news of the MPlayerThumbs: https://www.kubuntuforums.net/showth...l=1#post134565


    Now the MPlayerThumbs ,as part of the KDE Application, is coming to the end - 'Dropping mplayerthumbs from 16.08': https://marc.info/?t=145864980000001&r=1&w=2
    List: kde-release-team
    Subject: Dropping mplayerthumbs from 16.08


    Any thoughts about dropping mplayerthumbs from 16.08?

    It seems basically untouched for years, and I'm not sure if it's useful
    anymore now that dolphin is ported to KF5
    .
    .
    .
    Ok, i'll drop it from the modules.git list of the release-tools repo.

    Leave a comment:


  • MoonRise
    replied
    Originally posted by GreyGeek View Post
    [/I][/FONT][/COLOR]

    Wow, Rog, did you stay up or get up early?
    (great post. As usual, btw)
    I'd have to say the same thing. That's too early for me!!

    Leave a comment:


  • vinnywright
    replied
    Aaaaa yes I had forgotten that I had done that ,,,,,,,sorry

    Code:
    vinny@vinny-Bonobo-Extreme:~$ dolphin -v
    dolphin 15.08.2


    VINNY

    Leave a comment:


  • GreyGeek
    replied
    Last edited by Rog131; Today at 04:15 AM.


    Wow, Rog, did you stay up or get up early?
    (great post. As usual, btw)

    Leave a comment:

Working...
X