Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

miqser(1) [debian man page]

MIQSER(1)							   User Commands							 MIQSER(1)

NAME
miqser - RIB processor from Aqsis Renderer, a 3D rendering solution adhering to the RenderMan(R) standard SYNOPSIS
miqser [options] [RIB file...] DESCRIPTION
-h, -help Print this help and exit -version Print version information and exit -pause Wait for a keypress on completion -o, -output=string Set the output filename, default to <stdout> -outputstandard Print the standard declarations to the resulting RIB -v, -verbose=integer Set log output level 0 = errors 1 = warnings (default) 2 = information 3 = debug -i, -indentation=string Set output indentation type space or 1 (default) tab or 2 -l, -indentlevel=integer Set the indetation amount (default 4) -compression=integer Set output compression type 0 = none (default) 1 = gzip -b, -binary Output a binary encoded RIB file -frames f1 f2 Specify a starting/ending frame to render (inclusive). -framelist=string Specify a range of frames to render, ',' separated with '-' to indicate ranges. -nc, -nocolor Disable colored output -syslog Log messages to syslog -archives=string Override the initial archive searchpath(s) (default ".") -ra, -readarchives Interpolate all ReadArchive calls into the output compiled Jun 5 2012 15:57:24 AUTHOR
This manual page was created by Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> for Debian, with the help of 'help2man'. The original Aqsis project doesn't ship manual pages. SEE ALSO
The main place for documentation for Aqsis is http://wiki.aqsis.org/ miqser version 1.8.1 (revision 0) June 2012 MIQSER(1)

Check Out this Related Man Page

png2swf(1)							     swftools								png2swf(1)

NAME
png2swf - Takes a number of png files and converts them to a swf movie, one picture per frame. Synopsis png2swf [-X width] [-Y height] [-o file.swf] [-r rate] file1.png [file2.png...] DESCRIPTION
This tools converts png 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. The way the images are encoded in SWF is very similar to PNG (in that a zlib-based, lossless compression algorithm is used). 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) -j, --jpeg quality Generate a lossy jpeg bitmap inside the SWF, with a given quality (1-100) -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. -T, --flashversion Set the flash version to generate -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) -q, --quiet Omit normal log messages, only log errors -C, --cgi For use as CGI- prepend http header, write to stdout -V, --version Print version information and exit -s, --scale percent Scale image to percent% size. AUTHOR
Matthias Kramm <kramm@quiss.org> png2swf February 2012 png2swf(1)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

update a string variable and use in....

Hello Forun, i have a variable searchpath="/home/shailesh/project/debug" i want to make it like searchpath="/home/shailesh/project/debug/*.mk" and want to use this like for finding all *.mk files in debug folder. for f in "$searchpath" `find -type f`; do sed... (6 Replies)
Discussion started by: shailesh_arya
6 Replies