Warning: session_start(): open(/tmp/sess_q4u8g4enk8ljnjub8id5kjlsg0, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
MPlayerThumbs openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (5) .- Knowledge Base  . 

MPlayerThumbs

   1.2  

KDE Video Application

Score 85%
RockMan81RockMan81
KMobileTools Development Team
Home
MPlayerThumbs
zoom


Link:  http://
Downloads:  12336
Submitted:  Jun 20 2006
Updated:  Feb 11 2009

Description:

MPlayerThumbs is a video thumbnail generator for KDE file managers (Konqueror, Dolphin, ...) , now available also for KDE 4.
It needs mplayer (of course) to generate thumbnails, and it contains no linking to any library, so in a x86_64 system you can freely use the 32bit mplayer binary with win32codecs by configuring the application launching the mplayerthumbsconfig helper application.
It catches a random frame from 15% to 70%, checking also how contrasted is the image, and dropping bad frames.




Changelog:

2009-02-11 MPlayerThumbs 1.2
* Fixed build with kde 4.2 (thanks Pino Toscano)

2008-07-18 MPlayerThumbs 1.1
* Re-adding strips, and making them dynamically configurable
* Adding option to clear cache in mplayerthumbsconfig
* Optimizing the code to use an unique directory to store thumbs, to avoid
confusing thumbs for different files

2008-06-20 MPlayerThumbs 1.0
* First stable release
* Porting to KDE 4
* Refactoring code, for more stability and speed
* Also KDE 4 adds for us a free feature, random thumbnail generation on
the preview on the information toolbar on each mouseover ;)

2006-07-10 MPlayerThumbs 0.5b
* Fixed thumbnail generation when files have not an extension.
2006-07-01 MPlayerThumbs 0.5
* Adding -ao null option instead of -nosound
* Adding custom arguments configuration to mplayerthumbsconfig
* Cleaning code, removing check for local/remote files, and threating
all them as local, since kio already provides us a good support for
remote files.
* Option to add "blacklisted" extensions with mplayerthumbsconfig




LicenseGPL
Source(1.2 - KDE4 Source File)
Source(Version 0.5b for kde3)
Source(Version 0.5b Mirror link (use this only if you've )
Send to a friend
Subscribe
Other  Content  from RockMan81
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9 

-

 thumbs update?

 
 by groo on: Feb 9 2009
 
Score 50%

hi rockman, could you please update thumb? its not compiling anymore with kde 4.2 :( it would be awesome if you could talk to the kde guys to merge it upstream for kde 4.3.
the only missing feature for me would be a dragon backend besides mplayer, so it could be integrated with kde without the need of a external player/encoder.

best regards, im a fan already :)


Reply to this

-

 Re: thumbs update?

 
 by blackie on: Feb 9 2009
 
Score 50%

For newer versions of KDE4, you need to change CMakeLists.txt, so line 12 says:
target_link_libraries(videopreview ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${KDE4_KDEUI_LIBS} ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS})

Notice the added ${KDE4_KIO_LIBS}


Reply to this

-
.

 Build problem

 
 by tyrerj on: Feb 11 2009
 
Score 50%
tyrerjtyrerj
JRT Engineering
Home

There is a build problem:

http://bugs.gentoo.org/show_bug.cgi?id=258438


JRT
Reply to this

-
.

 PATCH

 
 by tyrerj on: Feb 11 2009
 
Score 50%
tyrerjtyrerj
JRT Engineering
Home

--- CMakeLists.txt~ 2008-06-20 08:16:26.000000000 -0700
+++ CMakeLists.txt 2009-02-11 05:40:54.000000000 -0700
@@ -9,7 +9,7 @@

kde4_add_plugin(videopreview ${videopreview_PART_SRCS})

-target_link_libraries(videopreview ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${KDE4_KDEUI_LIBS} ${KDE4_KDECORE_LIBS})
+target_link_libraries(videopreview ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${KDE4_KDEUI_LIBS} ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS})

install(TARGETS videopreview DESTINATION ${PLUGIN_INSTALL_DIR})


JRT
Reply to this

-

 Re: PATCH

 
 by RockMan81 on: Feb 11 2009
 
Score 50%
RockMan81RockMan81
KMobileTools Development Team
Home

try lastest version, please, the issue is solved.


Reply to this

-
.

 Thanks

 
 by bitcrazy on: Feb 13 2009
 
Score 50%

This is one of the neat surprises in KDE4.

Thank you, well done.

m0nk


If men could get pregnant, abortion would be a sacrament.
Reply to this

-

 issues

 
 by hobert54 on: Mar 2 2009
 
Score 50%

great tool! thanks
but i have 1 issues with mplayerthumbs:
1. if i switch from strips to no strips or vice versa, there should be a dialog if i want to clean the cache because otherwise the thumbnails will stay with the old style.
2. every video has a 1px wide border on the upper and left side.


Reply to this

-
.

 Thanks for this!

 
 by thuban on: Apr 13 2009
 
Score 50%

I was looking for such thumbnailer creator for a long time ago! I can't bear xine, and the libarts1-xine wasn't able to create video thumbnails, but mplayerthumbs can!
Can I ask you to create a package for debian? I'm forced to use the .deb avaiable in ubuntu repositories, but it would be very nice to give it in debian.
I hope it's not asking too much!

thank you again for this awesome work!


Reply to this

-
.

 I like it 2 but... Big problem

 
 by fayaboom on: Apr 14 2009
 
Score 50%

HI M. RockMan81,
I re compressed videos from my digital camera to save space. I used Kvideoconverter (MEncoder GUI) with the xvid codec. I kept the µLaw audio stream.
The job was done well. I checked the videos with SMplayer (Another Mplayer frontend).
Then, I decided to watch the thumbnails mplayerthumb could generate for this files. And at this point, mplayerthumb reduced all my videos to 1 second. The files have still the same size but play only 1 second.
One windows program (the only one I've found to do that), Gspot, told me all the frames are still inside the files but the indexes indicate '[mplayer junk DATA]', 1 second video and 'unneeded data at the end of the file'.
I want to know what's happened? How to recover my files?
But how to manage avi index too? no players, even VLC, had been able to rebuild the index correctly.
This bug shows me that we can hide any file inside an another avi file if we handle well the avi index. This is an idea for a new software.
I got mplayerthumb from the regular opensuse11.0 repositories for kde 3 and 4.
I hope to have an answer from you.
Cordially.


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team