home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / LINUX / gopchop-1.1.7.tar.tar / gopchop-1.1.7.tar / gopchop-1.1.7 / docs / gopchop.sgml < prev    next >
SGML Document  |  2005-05-02  |  5KB

  1. <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
  2.  
  3. <!-- Process this file with docbook-to-man to generate an nroff manual
  4.      page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
  5.      the manual page with: `docbook-to-man manpage.sgml | nroff -man |
  6.      less'.  A typical entry in a Makefile or Makefile.am is:
  7.  
  8. manpage.1: manpage.sgml
  9.     docbook-to-man $< > $@
  10.   -->
  11.  
  12. <!-- This is based on an example constructed by Colin Watson
  13.      <email>cjwatson@debian.org</email>, based on a man page template
  14.      provided by Tom Christiansen <email>tchrist@jhereg.perl.com</email>
  15.      and a DocBook man page example by Craig Small
  16.      <email>csmall@debian.org</email>.
  17.   -->
  18.  
  19.   <!-- Fill in the various UPPER CASE things here. -->
  20.   <!ENTITY manfirstname "<firstname>Kees</firstname>">
  21.   <!ENTITY mansurname   "<surname>Cook</surname>">
  22.   <!-- Please adjust the date whenever revising the manpage. -->
  23.   <!ENTITY mandate      "<date>May 2, 2005</date>">
  24.   <!-- SECTION should be 1-8, maybe with subsection. Other parameters are
  25.        allowed: see man(7), man(1). -->
  26.   <!ENTITY mansection   "<manvolnum>1</manvolnum>">
  27.   <!ENTITY manemail     "<email>kees@outflux.net</email>">
  28.   <!ENTITY manusername  "kees">
  29.   <!ENTITY manucpackage "<refentrytitle>gopchop</refentrytitle>">
  30.   <!ENTITY manpackage   "gopchop">
  31. ]>
  32.  
  33. <refentry>
  34.   <refentryinfo>
  35.     <address>
  36.       &manemail;
  37.     </address>
  38.     <author>
  39.       &manfirstname;
  40.       &mansurname;
  41.     </author>
  42.     <copyright>
  43.       <year>2001-2005</year>
  44.       <holder>&manusername;</holder>
  45.     </copyright>
  46.     &mandate;
  47.   </refentryinfo>
  48.   <refmeta>
  49.     &manucpackage;
  50.  
  51.     &mansection;
  52.   </refmeta>
  53.   <refnamediv>
  54.     <refname>&manpackage;</refname>
  55.  
  56.     <refpurpose>
  57.       Fast, lossless cuts-only editor for MPEG2 video files
  58.     </refpurpose>
  59.   </refnamediv>
  60.   <refsynopsisdiv>
  61.     <cmdsynopsis>
  62.       <command>&manpackage;</command>
  63.  
  64.       <group choice="opt"><arg><replaceable>options</replaceable></arg></group>
  65.       <group choice="opt"><arg><replaceable>file</replaceable></arg></group>
  66.     </cmdsynopsis>
  67.   </refsynopsisdiv>
  68.   <refsect1>
  69.     <title>DESCRIPTION</title>
  70.  
  71.      <para>
  72.      <command>&manpackage;</command> cuts and merges MPEG2 video streams. <command>&manpackage;</command> uses
  73.      a method to cut streams that does not require re-encoding,
  74.      and therefore is fast and not prone to the artifacts
  75.      and degradation of quality inherent in re-encoding.
  76.      However, cuts are limited to I-frames or
  77.      group-of-picture (GOP) boundaries. These frames occur
  78.      frequently enough, and often times at scene transitions,
  79.      so that <command>&manpackage;</command>'s method is adequate for many applications.
  80.      </para>
  81.      <para>
  82.      The typical use is manually editing commercials out of
  83.      recorded television programs.
  84.      </para>
  85.      <para>
  86.      Another application is splitting .VOB files from
  87.      dual-layer DVD rips so that the content can be
  88.      re-authored such that each half will fit on one
  89.      single-layer DVD recordable.
  90.      </para>
  91.  
  92.   </refsect1>
  93.   <refsect1>
  94.     <title>OPTIONS</title>
  95.  
  96.     <variablelist>
  97.       <varlistentry>
  98.         <term><option>-h, --help</option></term>
  99.         <listitem>
  100.           <para>
  101.         Help.
  102.       </para>
  103.         </listitem>
  104.       </varlistentry>
  105.     </variablelist>
  106.  
  107.     <variablelist>
  108.       <varlistentry>
  109.         <term><option>-p, --pipe <replaceable>CMD</replaceable></option></term>
  110.         <listitem>
  111.           <para>
  112.           Use external command for output. Recommended:
  113.                         'mplayer -nocache -novm -'
  114.       </para>
  115.         </listitem>
  116.       </varlistentry>
  117.     </variablelist>
  118.  
  119.     <variablelist>
  120.       <varlistentry>
  121.         <term><option>-v, --vo <replaceable>DRIVER</replaceable></option></term>
  122.         <listitem>
  123.           <para>
  124.           Choose internal output driver.  Use 'help' as <replaceable>DRIVER</replaceable> for a list.
  125.       </para>
  126.         </listitem>
  127.       </varlistentry>
  128.     </variablelist>
  129.  
  130.     <variablelist>
  131.       <varlistentry>
  132.         <term><option>-s, --states</option></term>
  133.         <listitem>
  134.           <para>
  135.           Show libmpeg2 decoding states during display.  Used mostly for debugging.
  136.       </para>
  137.         </listitem>
  138.       </varlistentry>
  139.     </variablelist>
  140.  
  141.     <variablelist>
  142.       <varlistentry>
  143.         <term><option>-V, --version</option></term>
  144.         <listitem>
  145.           <para>
  146.           Display which version of GOPchop is installed.
  147.       </para>
  148.         </listitem>
  149.       </varlistentry>
  150.     </variablelist>
  151.  
  152.   </refsect1>
  153.  
  154.   <refsect1>
  155.     <title>AUTHOR</title>
  156.     <para><author>&manfirstname;</author> <author>&mansurname;</author>, &manemail;</para>
  157.   </refsect1>
  158.  
  159.   <refsect1>
  160.     <title>SEE ALSO</title>
  161.     <para>gtkspu(1), mpegcat(1)</para>
  162.   </refsect1>
  163. </refentry>
  164.  
  165. <!-- Keep this comment at the end of the file
  166. Local variables:
  167. mode: sgml
  168. sgml-omittag:t
  169. sgml-shorttag:t
  170. sgml-minimize-attributes:nil
  171. sgml-always-quote-attributes:t
  172. sgml-indent-step:2
  173. sgml-indent-data:t
  174. sgml-parent-document:nil
  175. sgml-default-dtd-file:nil
  176. sgml-exposed-tags:nil
  177. sgml-local-catalogs:nil
  178. sgml-local-ecat-files:nil
  179. End:
  180. -->
  181.