Warning: session_start(): open(/tmp/sess_gk5q54d6nfvm61j9g0doblbbq4, 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 

-

 doesnt work on growing files

 
 by mhogomchungu on: Apr 22 2009
 
Score 50%

i noticed that mplayer goes crazy when trying to create an image on a growing file.

how to test it.
open up konqueror on a download folder and then start downloading a video file using firefox and an infinite mplayer instances will be started slowing down the system to a crawl

browsing away from the folder and all these instances of mplayer will start disappearing, one at a time


Reply to this

-

 Re: doesnt work on growing files

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

I'm looking into it, but it seems to be a kdelibs/kdebase problem look the number of kio_thumbnail processes too... it's not mplayerthumbs launching multiple mplayer sessions, it's kde launching multiple mplayerthumbs sessions (each one with about one instance of mplayer).
As a temporary workaround, try adding "part" to the blacklisted extensions.


Reply to this

-

 Fedora KDE 4 installation

 
 by esoukenka on: May 24 2009
 
Score 50%

Took me forever to get this package to work on fedora 10! Here is what I did

export KDEDIR=`kde4-config --prefix`
export KDEHOME=~/.kde4
export PATH=$KDEDIR/bin/:$PATH
export LD_LIBRARY_PATH=$KDEDIR/lib
cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR -DCMAKE_BUILD_TYPE=/home/esoukenka/mplayerthumbs-1.1/src

cd src
make
make install


Reply to this

-

 Re: Fedora KDE 4 installation

 
 by vshader on: Sep 8 2009
 
Score 50%

thanks for your script, still works great under Fedora 11 and KDE 4.3


Reply to this

-
.

 Same issue with growing files

 
 by Moony on: Jun 17 2009
 
Score 50%
MoonyMoony
Infinality
Home

Running latest Fedora KDE 4.2, and growing video files cause a whole ton of mplayer instances and bring my system to a crawl. Any possibility of an update? Thanks!


Reply to this

-
.

 great

 
 by voorhees1979 on: Jul 15 2009
 
Score 50%

This is great. What would be better is to have custom DVD cover art per avi instead of just a random picture from the movie. Gnome has one called imdb-thumbnailer. Nothing like this exists for konqueror


Reply to this

-
.

 kde-4.3

 
 by AndrewM on: Aug 11 2009
 
Score 50%

I changed a mplayer on the own wrapping what to find out problem:
== /usr/bin/mplayer-bin ==
#!/bin/bash
echo "$@" >> /tmp/mt.log
/usr/bin/mplayer "$@"
== EOF ==

#> cat /tmp/mt.log
to: http://www.pastebin.ca/1524514

On some files "mplayer" started with an option "-frames 200-10000" and the miniatures of such files are not displayed and here very high loading on processor time.

What to decide this problem, I did the following script:
/usr/bin/mplayer-bin (http://pastebin.ca/1524525) - It decided a problem.

This option "-frames 200-10000" - this is bug, or it was so planned?

P.S. In "mplayerthumbsconfig" is not possible to change "the path for mplayer executable file".

P.P.S. Sorry for my English (translate.google.com)


Reply to this

-
.

 Mplayerthumbs+phonon failing

 
 by stormpoorun on: Oct 13 2009
 
Score 50%
stormpoorunstormpoorun
Olan Trust
Home

The current version of Mplayerthumbs defaults to Phonon, yet it does not work out-of-the-box with phonon.

There are two workarounds:

1)

- Press Ctrl-F2 and type mplayerthumbsconfig and then Enter.
- Set the backend to MPlayer (it defaults to Phonon).

2)

- Alternatively leave Phonon as the backend..
- install phonon-backend-mplayer.

To the developer(s):

Perhaps when phonon is selected the user should be asked to install phonon-backend-mplayer, via the notifications system, in the same way that arora suggests multimedia codecs, and nepomuk suggests sesame2.

Alternatively it should default to
Mplayer, and the box where Phonon can be selected should have a message informing the user of the phonon-backend-mplayer likely requirement.


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