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

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

NAME
arista-transcode - multimedia transcoding tool for the GNOME Desktop SYNOPSIS
arista-transcode [options] infile outfile... DESCRIPTION
This manual page documents briefly the arista-transcode 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-transcode is a command line program which allows user to encode audio and video stream for various devices. Features include automatic discovery of DVD media and V4L devices, ripping from DVD or files, a live quality preview, and included presets for the most popular devices currently in use. 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. -i, --info Show information about available devices. -S SUBTITLE, --subtitle=SUBTITLE Subtitle file to render. -e, --ssa Render embedded SSA subtitles. -f FONT, --font=FONT Font to use when rendering subtitles. -c, --crop Amount of pixels to crop before transcoding. Specify as: Top Right Bottom Left, default: None. -p PRESET, --preset=PRESET Preset to encode to [default]. -d DEVICE, --device=DEVICE Device to encode to [computer]. -o FILENAME, --output=FILENAME Output file name [auto]. -s, --source-info Show information about input file and exit. -q, --quiet Don't show status and time remaining. -v, --verbose Show verbose (debug) output. --install-preset FILENAME Install a downloaded device preset file. --reset-presets Reset presets to factory defaults. SEE ALSO
arista-gtk(1). AUTHOR
arista-transcode 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-TRANSCODE(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