Announcement

Collapse
No announcement yet.

Video Previews

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

  • Rog131
    replied
    Originally posted by vinnywright View Post
    ?

    I have thumbnails all over the place in dolphin in Kubuntu-15.10 ?

    yes video as well !!

    VINNY
    Same as with the https://forum.kde.org/viewtopic.php?...128888#p344344

    Ubuntu bug report: https://bugs.launchpad.net/ubuntu/+s...n/+bug/1505014

    - You have an option to use the KDE4 version of the Dolphin. The Ubuntu repositories have the KDE4/Qt4 version of the KDE plugins.
    - You could compile you own version of the KDE plugins. Earlier 'vinnywright told': https://www.kubuntuforums.net/showth...l=1#post378590

    Dolphin version: Dolphin > Help > About Dolphin

    KF5:



    KDE4




    Where did my plug in come from:

    At here, pacman:

    $ pacman -Qo /usr/share/kservices5/ffmpegthumbs.desktop
    /usr/share/kservices5/ffmpegthumbs.desktop is owned by ffmpegthumbs 15.08_r91_c06602f-2
    With a Debian based (Ubuntu):: http://manpages.ubuntu.com/manpages/...n1/dpkg.1.html
    NAME
    dpkg - package manager for Debian

    -S, --search filename-search-pattern...
    Search for a filename from installed packages.
    (Debian/Ubuntu) Discover what package a file belongs to: http://www.commandlinefu.com/command...ile-belongs-to


    About plugins & KDE Applications 15.12:
    https://marc.info/?l=kde-release-tea...4816117822&w=2
    ...Pushed by broulik into branch 'master'...
    https://marc.info/?l=kfm-devel&m=144709697617140&w=2
    So Kai fixed ffmpegthumbs, i guess we're out of luck for the other 3 for KDE
    Applications 15.12?...
    https://marc.info/?l=kfm-devel&m=144709895017864&w=2
    ...Mplayerthumbs is still in limbo though as that one isn't ported yet to
    frameworks...
    Last edited by Rog131; Nov 10, 2015, 04:15 AM.

    Leave a comment:


  • vinnywright
    replied
    Originally posted by LinkBot View Post
    https://marc.info/?l=kde-release-tea...7932410370&w=2

    From: Albert Astals Cid

    ffmpegthumbs master
    kdegraphics-thumbnailers master
    kdesdk-thumbnailers master
    mplayerthumbs master


    Are still based in kdelibs4.


    Is anyone going to care enough and make master be based in KF5 so users of
    Dolphin actually get thumbnails?...
    ?

    I have thumbnails all over the place in dolphin in Kubuntu-15.10 ?

    yes video as well !!

    VINNY

    Leave a comment:


  • LinkBot
    replied
    thumbnailers in KDE Applications 15.12 ?

    https://marc.info/?l=kde-release-tea...7932410370&w=2

    From: Albert Astals Cid

    ffmpegthumbs master
    kdegraphics-thumbnailers master
    kdesdk-thumbnailers master
    mplayerthumbs master


    Are still based in kdelibs4.


    Is anyone going to care enough and make master be based in KF5 so users of
    Dolphin actually get thumbnails?...

    Leave a comment:


  • Rog131
    replied
    Released

    Earlier:

    - https://www.kubuntuforums.net/showth...172#post380172
    - https://www.kubuntuforums.net/showth...180#post380180


    Out: http://kde-apps.org/content/show.php...content=153902

    FFMpegThumbs-MattePaint 0.41 and 0.5

    Description:
    The ffmpegthumbs-mattepaint is an alternative version of the standard KDE ffmpegthumbs.



    The user can edit the thumbnails with the KDE context menus:

    Leave a comment:


  • Rog131
    replied
    Using embedded mp4 cover art with the KDE thumbnailer

    ( With the Matroska: https://www.kubuntuforums.net/showth...l=1#post345474 )


    The mp4 /1/ has an option to attach cover art to the mp4 files.

    Code:
    $ AtomicParsley '/media/sda1/Video/AtomicParsley/The Martian.mp4' -t
    Atom "gsst" contains: 0
    Atom "gstd" contains: 197973
    Atom "gssd" contains: BC1E56C46HM1438626290426780
    Atom "gspu" contains: 
    Atom "gspm" contains: 
    Atom "gshh" contains: r3---sn-xap5-ixal.googlevideo.com
    Atom "covr" contains: 2 pieces of artwork
    With the AtomicParsley /2/ it is possible to extract the images and feed them to the KDE thumbnailer.




    'Fixing' the KDE thumbnails with the FFMpegThumbs-MattePaint /3/




    Adding the mp4 embedded art to the thumbnails:



    Direct: https://youtu.be/aeshJUc57T8


    Links

    1. https://en.wikipedia.org/wiki/MPEG-4_Part_14
    2. http://atomicparsley.sourceforge.net
    3. http://kde-apps.org/content/show.php...content=153902
    Last edited by Rog131; Oct 05, 2015, 01:18 PM.

    Leave a comment:


  • Rog131
    replied
    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:
    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
    Click:



    Seems to work.
    Last edited by Rog131; Sep 16, 2015, 10:32 AM.

    Leave a comment:


  • vinnywright
    replied
    nice one ,,,,,,as always rog131 and nice to see you still posting the good stuff

    worked well @hear



    and



    the only querk I had was I was installing the depends you list one at a time and when it came to the libav* ones thay had to all be installed at once with the addition of libavcodec-ffmpeg-extra56

    Code:
            [FONT=monospace][COLOR=#000000]The following packages have unmet dependencies: [/COLOR]
     libavcodec-dev : Depends: libavcodec-ffmpeg56 (= 7:2.7.2-1build1) but it is not going to be installed 
    E: Unable to correct problems, you have held broken packages. 
    vinny@vinny-Bonobo-Extreme:~$ sudo apt-get install libavformat-dev libavcodec-dev libswscale-dev libavcodec-ffmpeg56 
    Reading package lists... Done 
    Building dependency tree        
    Reading state information... Done 
    The following packages were automatically installed and are no longer required: 
      libcec2v5 libebur128-1 libechonest2.1 libgsasl7 libjreen1 libntlm0 libqtweetlib1.0 libquazip1 
    Use 'apt-get autoremove' to remove them. 
    The following extra packages will be installed: 
      libavutil-dev libswresample-dev 
    The following packages will be REMOVED: 
      libavcodec-extra libavcodec-ffmpeg-extra56 
    The following NEW packages will be installed:
    
    [/FONT]
    nice


    VINNY

    Leave a comment:


  • Rog131
    replied
    Now&Then

    Linking: https://bugs.kde.org/show_bug.cgi?id=351894#c10

    Clean new Wily B1 installation VirtualBox


    Installing packages:

    git
    build-essential
    cmake
    extra-cmake-modules
    kio-dev
    pkg-config
    libavformat-dev
    libavcodec-dev
    libswscale-dev

    Downloading/compiling/installing:

    Code:
    $ 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
    Full input/output: http://pastebin.com/RUsis7Ne

    Testing...



    Seems to work.
    Last edited by Rog131; Sep 04, 2015, 06:35 AM.

    Leave a comment:


  • Rog132
    replied
    KF5 Audio and Video thumbnails

    KDE API Documentation - ThumbCreator Class Reference: http://api.kde.org/frameworks-api/fr...mbCreator.html


    The KDE video thumbnailer (ffmpegthumbs) has been ported to the KF5:

    - https://git.reviewboard.kde.org/r/118545/
    - http://lists.kde.org/?t=140191905200083&r=1&w=2
    - https://projects.kde.org/projects/kd...rev=frameworks


    The KDE audio thumbnailer (AudioThumbs) has been ported to the KF5:

    - http://kde-look.org/content/show.php...content=145088
    - https://github.com/eplightning/audiothumbs-frameworks


    With the Kubuntu the paths are:

    Desktop file: /usr/share/kservices5/
    Plugin (64bit): /usr/lib/x86_64-linux-gnu/qt5/plugins/


    Generic compilation example /1/:
    Code:
    mkdir -p builddir
    cd builddir && cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DKDE_INSTALL_QTPLUGINDIR=/usr/lib/x86_64-linux-gnu/qt5/plugins
    make
    sudo make install

    Seem to work...




    More Links

    1. http://api.kde.org/ecm/kde-module/KDEInstallDirs.html

    Leave a comment:


  • GreyGeek
    replied
    Rog132, you don't have many posts, but everyone of them are prestine jewels!
    Click image for larger version

Name:	ani_bowdown.gif
Views:	1
Size:	265 Bytes
ID:	640656

    Leave a comment:


  • Rog132
    replied
    Using embedded Matroska cover art with the KDE thumbnailer

    The Matroska has an option to attach cover art to the MKA and MKV files /1, 2/.



    With the MKVToolNix /3/ it is possible to extract the images and feed them to the KDE thumbnailer.


    'Fixing' the KDE thumbnails with the FFMpegThumbs-MattePaint /4/.




    Adding the Matroska embedded art to the thumbnails:



    Direct: http://youtu.be/_lqS5ww8di8



    Hand picking the Matroska embedded art:



    Direct: http://youtu.be/08Dzz-Vc8Ik



    Links

    1. http://matroska.org/news/cover_art.html
    2. http://www.matroska.org/technical/cover_art/index.html
    3. http://www.bunkus.org/videotools/mkvtoolnix/
    4. http://kde-apps.org/content/show.php...content=153902
    Last edited by Rog132; Feb 13, 2014, 10:03 AM.

    Leave a comment:


  • Rog132
    replied
    Automatic media preview with the Dolphin+

    It is possible to have several, alternative, versions of the applications. The KDE file manager, Dolphin/Dolphin+ build with the mouse over action:



    Direct: http://youtu.be/C4pGlLdIEbk


    Linking to: https://www.kubuntuforums.net/showth...l=1#post340392
    Last edited by Rog132; Nov 28, 2013, 10:28 AM.

    Leave a comment:


  • OneLine
    replied
    Automatic media preview with the Dolphin & Konqueror

    Links

    - Dolphin automatic video preview: http://forum.kde.org/viewtopic.php?f=15&t=83134
    - Mouse over MP3 preview: http://forum.kde.org/viewtopic.php?f=66&t=54002
    - Bug 247322 - Advanced preview for Dolphin with selection: https://bugs.kde.org/show_bug.cgi?id=247322
    - Mac-Style file previews for Dolphin (Quick Look): http://forum.kde.org/viewtopic.php?f...30&hilit=85386
    - KLook - KDE 4.9 ? : http://www.kubuntuforums.net/showthr...-KLook-KDE-4-9



    Automatic media preview when the mouse is over the file item

    It is possible to tune the Dolphin & Konqueror to show/play a preview when the mouse is over the file icon.

    Kubuntu forums Laboratory Howto: http://www.kubuntuforums.net/showthr...-and-Konqueror


    Automatic audio preview when the mouse is over the file

    The Dolphin is having the tooltips (Dolphin > Settings > Configure > General > Show tooltips) which will show the preview image (if enabled) and the file information. The tooltip can be tuned to play the audio file on background.


    The audio preview (prehear ?) with the Sox-play(http://sox.sourceforge.net/):



    Direct: http://youtu.be/K71q2B4ixgQ


    Automatic media preview when the mouse is over the file

    The tooltip can be tuned to launch an external media player when the mouse is over the file.

    The media preview (prehear ?) with the FFmpeg-ffplay (http://www.ffmpeg.org/):



    Direct: http://youtu.be/nwClWfkAFk4
    Last edited by OneLine; Jul 20, 2013, 11:08 AM.

    Leave a comment:


  • Batty
    replied
    Originally posted by HalationEffect View Post
    In Dolphin's 'gear-wheel' menu -> Configure Dolphin -> General -> (Behaviour Tab) tick the box that says "Show tooltips".
    Thanks for that - searching on this forum throws up lots of good information!!

    I've read too many good fun tips for Dolphin today, I really need to write them all down!!

    Dave

    Leave a comment:


  • HalationEffect
    replied
    Originally posted by vinnywright View Post
    DOoooo OK feeling like a dummy now ...... thanks @HalationEffect

    VINNY
    Nah, there are soooo many different things to tweak & tinker with in KDE... I bet there aren't many people who know them all.

    I usually find tooltips to be annoying and distracting, so I turn most of them off... but this is one of the few that I do like, which is the only reason I knew how to enable that effect

    Leave a comment:

Working...
X