Command-line tool for .gif files


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Command-line tool for .gif files
# 1  
Old 08-27-2010
Command-line tool for .gif files

Hello!

I'm searching for a little (as basic as possible) command -line tool for viewing gif animations.
I found gThumb and animate (imagemagick), but they both have a little problem...
gthumb: no possibility of changing the background when viewing in fullscreen
animate: no possibility of viewing in fullscreen but changing the background...
I want a little tool that I can fully automatically start from the command-line with all needed options, not (like in gthumb) by editing config files Smilie
Does maybe anyone know one? please Smilie

---------- Post updated at 03:30 PM ---------- Previous update was at 10:23 AM ----------

solved - I used gthumb and made the background of the gif black...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. OS X (Apple)

Looking for a command line tool that converts a .wmv file into .mpg

I need a simple command line executable that allows me to convert a wmv file into an mpg file like this: wmv2mpg inputfile.mwv > outputfile.mpg I cannot find it on internet. I tried installing mencoder but I cannot get it to work. Thanks. (4 Replies)
Discussion started by: karman
4 Replies

2. OS X (Apple)

Command line tool to join multiple .wmv files?

I need a simple command line executable that allows me to join many wmv files into one output wmv file, preferrably in a simple way like this: wmvjoin file1.wmv file2.wmv .... > outputfile.wmv So what I want is the wmv-equivalent of mpgtx I cannot find it on internet. Thanks. (2 Replies)
Discussion started by: karman
2 Replies

3. UNIX for Dummies Questions & Answers

linux command line admin tool

Dear All, I am new to linux administration. what is the tool that is used to admin the linux server from remote client using telnet session. It can be used on the server also but start from command line with out Xwindows. just like SMIT in AIX. With Regards, Varma. (1 Reply)
Discussion started by: jarkvarma
1 Replies
Login or Register to Ask a Question
gif2swf(1)							     swftools								gif2swf(1)

NAME
gif2swf - Takes a number of gif files and converts them to a swf movie, one picture per frame. Synopsis gif2swf [-X width] [-Y height] [-o file.swf] [-r rate] file1.gif [file2.gif ...] DESCRIPTION
This tools converts gif image files into an SWF animation. It takes any number of input pictures, and converts them to SWF one-by-one, where every converted picture is a separate frame in the target SWF. OPTIONS
-r, --rate framerate Set movie framerate (frames per second) -o, --output filename Explicitly specify output file. (Otherwise, output will go to stdout / output.swf) -z, --zlib zlib Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be smaller, but not playable in Flash Plugins of Version 5 and below. -l, --loop loop count Set loop count. (default: 0 [=infinite loop]) -X, --pixel width Force movie width to width (default: autodetect) -Y, --pixel height Force movie height to height (default: autodetect) -v, --verbose level Set verbose level (0=quiet, 1=default, 2=debug) -C, --cgi For use as CGI- prepend http header, write to stdout -V, --version Print version information and exit gif2swf February 2012 gif2swf(1)