Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

arista-gtk(1) [debian man page]

ARISTA-GTK(1)						      General Commands Manual						     ARISTA-GTK(1)

NAME
arista-gtk - graphical interface for Arista Transcoder SYNOPSIS
arista-gtk DESCRIPTION
This manual page documents briefly the arista-gtk command. arista is a multimedia transcoder for the GNOME Desktop which allows user to encode audio and video streams for a wide variety of devices. arista-gtk provides a simple user interface for the arista-transcode command. arista-gtk has been written with Python and GTK+2, and after installing the application you can run it from the Applications menu. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). -h, --help Show summary of options. -v, --version Show version of program. -p PRESET, --preset=PRESET Preset to encode to [default]. -d DEVICE, --device=DEVICE Device to encode to [computer]. -s, --simple Launch the simplified UI. SEE ALSO
arista-transcode(1). AUTHOR
arista-gtk was written by Daniel G. Taylor <dan@programmer-art.org>. This manual page was written by Alessio Treglia <alessio@debian.org>, for the Debian project (and may be used by others). June 23, 2011 ARISTA-GTK(1)

Check Out this Related Man Page

GLADE(1)						      General Commands Manual							  GLADE(1)

NAME
glade - GUI Builder for GTK+ SYNOPSIS
glade [options] file DESCRIPTION
Glade allows a graphical interface to be designed from within a graphical interface, instead of written as a program using a function or class library. The creation of various GTK graphical "widgets" is supported, allowing a programmer to concentrate on implementation of an applications functionality, instead of the presentation. OPTIONS
-h, --help Show summary of options. -without-devhelp Disable Devhelp integration --display=DISPLAY X display to use -v, --version Show version of program. Glade also accepts the standard GNOME and GTK options. FILES
A single input XML file may be given as an argument. This file should have been previous created by an interactive session with Glade. AUTHOR
glade was written by Chema Celorio <chema@ximian.com>. This manual page was written by Justin Pryzby <justinpryzby@users.sf.net>, for the Debian project (but may be used by others). SEE ALSO
gtk-options(7), gnome-options(7) The online documentation available through the program's Help menu. 24 January 2005 GLADE(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to start my gtk+

hi, i am a total dummy of unix. i am not used to the unix convention and practice. currently i am trying to install and use the solaris GUI based ftp program called gtk+ (gtk+-1.2.10-sol8-sparc-local.gz). i downloaded it and installed it successfully on my Sun Solaris sparc version 8. ... (4 Replies)
Discussion started by: champion
4 Replies

2. Post Here to Contact Site Administrators and Moderators

GTK+ project

Hai, I am santhosh,I am fresher to this Forum,I want details about GTK+ Project(All Widgets--- I mean how they are programming in callback.c file). if it possible please send information regarding this Glade tool.I want to interface glade with Modbus protocol, Thankyou with best regards,... (0 Replies)
Discussion started by: santhosh.linux
0 Replies

3. Linux

help with writing gtk programs

i am doing a project on linux platform and i need to use the gtk tool kit to create the front end for my programs. To start with i need a simple gtk example program which will accept usernames and passwords and store it into a specified file. and also how to run the code. please reply asap. (2 Replies)
Discussion started by: shruthi
2 Replies

4. Red Hat

Redhat Documentation Template

Hi guys. I want to document some information for my software. I like redhat documentations template. are these documents made by special software like GTK-Doc for Gnome or it is done by hand? (2 Replies)
Discussion started by: majid.merkava
2 Replies

5. Programming

Error compiling GTK Accelerator (C programming)

I believe this may be a difference in GTK+-2.0 and GTK+-3.0. I followed this tutorial and ended up with this error: # gcc -Wall -g mnemonics.c -o mnemonics `pkg-config --cflags gtk+-3.0` `pkg-config --libs gtk+-3.0` mnemonics.c: In function ‘main': mnemonics.c:44:61: error: ‘GDK_q' undeclared... (3 Replies)
Discussion started by: Azrael
3 Replies

6. Programming

curses.h not found , gtk/gtk.h not found

i have downloaded <libncurses5-dev_5.7+20101128-1_i386.deb> and <ndk++-0.0.1alpha4.tar.bz2> which contains the header files curses.h and gtk/gtk.h .. i have also included them using .. #include "/home/ball/Desktop/Sudoku/project/libncurses5-dev_5.7+20101128-1_i386/usr/include/curses.h" ... (2 Replies)
Discussion started by: upvan111
2 Replies

7. UNIX for Advanced & Expert Users

How do I interface with pf in a C/C++ application?

I'd like to write a simple GUI C/C++ application (a simple interface) where the user can perform a few pf operations and also receive pf feedback (instead of using the pfctl command). I was hoping to get some guidance in regards to where to get started. The pf suggests the use of the ioctl... (2 Replies)
Discussion started by: nactusberrilli
2 Replies