Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

arista-transcode(1) [debian 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)

Check Out this Related Man Page

TRANSCODE_IMPORT(1)						  15th April 2008					       TRANSCODE_IMPORT(1)

NAME
transcode_import - transcode import modules collection SYNOPSIS
transcode -x name [ ,name ] [other options] COPYRIGHT
transcode is Copyright (C) 2001-2003 by Thomas Oestreich, 2003-2004 Tilmann Bitterberg, 2004-2010 Transcode Team IMPORT MODULES
If no module is specified through the -x option, transcode will autodetect them using internal probing code. If just one import module is specified, it is used both for video and audio import; if both modules are specified, the first is used for video import, the second for audio import. To see what import modules are avalaible for your transcode installation, do a $ ls -1 $( tcmodinfo -p )/import*.so A complete transcode installation has the following import modules. alsa [audio] This module reads audio samples from an ALSA device using libalsa. This module accepts the following options: device (string) selects ALSA device to use for capturing audio. bktr [video] This module reads video frames from an capture device using bktr module. This module is designed to work on *BSD. For linux, use the v4l module. This module accepts the following options: tunerdev (string) help: selects tuner device. vsource (string) selects video source (device dependant input). format (string) selects video normalization. asource (string) selects audio source (device dependant input). dvd [video, audio, extra] This module provides access to DVD content using libdvdread, directly from DVD device. (e.g. on-the-fly operation, no intermediate disk storage needed). At run time, this module requires: libdvdread >= 0.9.3 This module accepts the following options: delay (integer) set device access delay (seconds). im [video] This module reads single images from disk using ImageMagick; a stream of correlated images can be automatically read if their filenames contains a common prefix and a serial number. All formats supported by ImageMagick are supported as well. At run time, this module requires: libMagick >= 6.2.4.0 This module accepts the following options: noseq (flag) disable internal auto loading of images with similar names. pv3 [video, audio] This module provides access to Earth Soft PV3 audio/video streams using win32 binary codecs and an internal win32 emulation layer (NO wine needed). At run time, this module requires: PV3 win32 dlls. This module accepts the following options: dllpath (string) set path/filename to load dv.dll from vag [audio] This module decodes VAG-format audio (from PlayStation). This module accepts the following options: blocksize (integer) stereo blocking size. vob [video, audio] This module imports audio/video from VOB files. If you need direct DVD access, use import_dvd module. This module accepts the following options: nodemux (flag) skip demuxing processing stage. This sometimes improves A/V sync. x11 [video] This module captures video frames from X window system using libX11. At run time, this module requires: libcx11-6 >= 1.0.0 This module accepts the following options: skew_limit (integer) maximum frame A/V skew (ms) before correction attempt v4l2 [video, audio] This module allow to capture video frames through a V4L2 (V4L api version 2) device. While audio capturing is possible, this kind of usage is discouraged in favour of OSS or ALSA import modules. This module accepts the following options: overrun_guard (integer) flag (default off). Toggles the buffer overrun guard, that prevents crash when capture buffers are full. resync_margin (integer) threshold audio/video desync (in frames) that triggers resync once reached. crop (string) forces cropping into selected window (format: WIDTHxHEIGHT+LEFTxTOP) resync_interval (integer) checks the resync_margin every given amount of frames. format (integer) forces video frames convertion by using index; use -1 to get a list of supported conversions. format (string) forces output format to given one; use "list" to get a list of supported formats. convert (integer) forces video frames convertion by using index; use -1 to get a list of supported conversions. AUTHORS
Written by Thomas Oestreich <ostreich@theorie.physik.uni-goettingen.de>, Tilmann Bitterberg and the Transcode-Team See the AUTHORS file for details. SEE ALSO
transcode(1) , tcmodinfo(1) , transcode_filter(1) , transcode_export(1) transcode_import(1) 14th July 2008 TRANSCODE_IMPORT(1)
Man Page