-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 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 
--
-
 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 
--
-
 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
--
-
 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    Open-PC.com   
Apps
Artwork
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login


Camheroes

Sponsoring


-
- Content .- Fans  .- Knowledge Base  . 

Movie Thumbnailer

   1.5.9  

CLI video

Movie Thumbnailer
zoom


Link:  Link
Downloads:  1353
Submitted:  Feb 4 2008
Updated:  Jan 5 2009
Score: 
score76%76%score
 76% good
bad   good

Description:

This is a BASH script for making sets of movie screenshots, similar to "ImageGrabber" for Windows and "QFrameCatcher" for Linux.

This script provides 3 ways to make screenshots:
1) Specify the desired number of screenshots to make.
2) Specify the desired time between screenshots.
3) Select frames manually. Use arrow keys to fast forward/rewind and [S] to take screenshots. Close mplayer to continue.

Also this utility has the following features:
- Randomizer: screenshots will be slightly different each time you take them.
- Ability to specify several files at one time.
- The output image will also include some information about the file (see screenshot).

Usage:
Make the file executable.

Dependencies:
Mplayer, imagemagick




Changelog:

1.5.9
- filepath bugfix
1.5.8
- Manual mode implemented.
1.5.7
- Seed mode improved
- A bunch of minor changes
1.5.6
- Seed mode. Outputs extra info and removes spaces from filenames.
- A small fix: text positioning.




LicenseGPL
(shot)
send to a friend
subscription
other content from Starl1te

-

 nice

 
 by feindblut on: Feb 4 2008
 

can't wait to try this out on my linux box
it seems very very useful and simple!
Thanks!


reply to this

-

 problem with \

 
 by janitux on: Feb 9 2008
 

hi, this program rocks, but i have problems with spaces on folders , example :
Blue Man Group - The Complex Rock Tour Live

shot sais that can't enter to the directory (tries to enter to Blue, which doesn't exists)
and fail while getting video info

what can i do?


reply to this

-

 Re: problem with \

 
 by Starl1te on: Feb 9 2008
 

Thanks for the feedback!
Check out the updated version, it should work now.


reply to this

-

 Re: Re: problem with

 
 by janitux on: Feb 9 2008
 

thanks, now works :)
i traslated it to spasnish :B


reply to this

-

 shot times

 
 by arriagga on: Dec 28 2008
 
arriaggaarriagga
Iberostar Bavaro Resort
-
Ramon Arriaga
Iberostar Bavaro Resort
Dominican Republic, Bavaro
last visit Jan 22 2010
0 friends
0 groups

other contents
send a message
add as friend
more info
--

Hi, I like your script very much, but could you please tell me how to set the shot times 'cause i've tried many ways and i cant get it to work.

thanks a lot


Ramón Arriaga
Registered Linux
User # 290855

reply to this

-
.

 Re: shot times

 
 by Starl1te on: Jan 2 2009
 

hmmm.. Well, the script is currently capable of making
1) a certain number of thumbs (I belive that's what you want) using option -n num
2) thumbs with a certain space between them using option -t num

If you need something different than this, please, explain it in details and I'll try to implement it.


reply to this

-
.

 Re: shot times

 
 by Starl1te on: Jan 6 2009
 

It seems to be quite difficult to implement the feature you need because mplayer's timing is not accurate for some reason. And ffmpeg is terribly slow.

So here is a different way to select frames manually. I hope it will fit your needs. Note that it may not work on all machines. If so, install a different build of mplayer or compile it.


reply to this

-

 Problem LENGHT

 
 by runner75 on: May 19 2009
 

Hi to all
From today i'll get and error
"Error! Can't get the length of the movie."

If i run the LENGHT realted command
mplayer file.avi -identify -frames 1 -ao null -vo null |grep -i lengh

I see no LENGHT raw...

My mplayer is
MPlayer 1.0rc2-4.3.3 (C) 2000-2007 MPlayer Team

someone can help me?


reply to this

-

 Re: Problem LENGHT

 
 by runner75 on: May 19 2009
 

I'll correct myself...
it doesn't work if i put directory/filename.av

if i run it in the directory it works...
O_O

why?

I think I've to investigate...


reply to this

-

 Re: Re: Problem LENGHT

 
 by runner75 on: May 19 2009
 

ok,
Maybe the error is tha i gave a
relative path and not an absolute path....
if i put
/home/username/dir/*
it works....

someone knows if it's the right way to use this script?


reply to this

-
.

 Re: Re: Re: Problem LENGHT

 
 by Starl1te on: May 25 2009
 

Hi!
It seems there was a bug in that place, I've never used this way of input. I've just uploaded a fix, so grab and test it.

Yeah, I'm not a programmer at all, so my code must be really awful =((
I don't know if this is a right way of solving the issue and if it is going to work well. But at least, it works for me now (I think I've tested all possible variants of input).


reply to this

add commentback




-
-
all messages

openDesktop.org Facebook App





 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge Base
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
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-2010 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