other versions
- wheezy 0.8.4-2
 
| MOVIXMAKER-2(1) | User Contributed Perl Documentation | MOVIXMAKER-2(1) | 
NAME¶
MoviXMaker-2 - Easily create customized eMoviX/MoviX/MoviX2 disc imagesSYNOPSIS¶
    movixmaker-2[.pl] [--version|--help] [--verbose] [--debug]
                  [--nogui] [--nodelete] [--boot-help-lang=Language]
                  [--menu-lang=Language] [--subtitleFonts=FontSet]
                  [--tv-region=Region] [--remote=RemoteControl]
                  [--keyboard=KbLayout] [--movix=MovixSrcDir]
                  [-o=OutputFile] [-t=TempDir] [-b=BootLabel]
                  [--loop=NbrOfLoops] [--random] [--nodma]
                  [--eject] [--reboot] [--shut]
                  [--extra-genisoimage-options="opt1 opt2 ..."]
                  [--extra-mplayer-options="opt1 opt2 ..."]
                  [--unwanted-mplayer-options="opt1 opt2 ..."]
DESCRIPTION¶
MoviXMaker is a simple Perl command line utility or a GTK+-2/Gnome2/GladeXML interface to create customized eMoviX/MoviX/MoviX² ISO files.  It includes disk image customization possibilities such as :
   - boot help language, subtitle fontset, boot label selection.
   - you can specify [e]MoviX[²] parameters such as :
     movix/mplayer menu language (language), keyboard layout (kb),
     tv region (region), remote control (remote), loop, random,
     shutdown (shut), reboot, eject, dma, extra_mplayer_options and
     unwanted_mplayer_options.
OPTIONS¶
All options that may be abbreviated to uniqueness can use a single dash.Displays MoviXMaker-2's version and
  exits.
Display help messages [similar to this help]
  then exits.
Verbose genisoimage output.
Debug mode (kind of movixmaker-2
  verbose).
Do not display the graphical interface.
Don't delete temporary directory.
Specify the language of the CD boot help
  messages.
Specify the MoviX/MPlayer menu language.
Specify the tv region among: ntsc, ntsc-j,
  pal, pal-60, pal-nc, pal-m, pal-m60, pal-x, secam.
Specify the remote control among: hauppauge,
  haupserial, hauppauge2, logitech, pctv, abit, realmagic, grundig_tp720,
  kingman_code_026.
Specify which font set will be included in iso
  image.
Specify the keyboard layout to use.
Location of the *MoviX* directory.
Name [with full path!] of the output iso
  image.
Directory that will contain the temporary
  files.
Make *MoviX* boot with your favorite label
  (new default boot label).
Don't delete temporary directory.
Don't delete temporary directory.
Make *MoviX* run with DMA turned off (fixes
  old-HDs issues).
Make *MoviX* eject the CD once it finished
  playing.
Make *MoviX* reboot the PC once it finished
  playing.
Make *MoviX* poweroff the PC once it finished
  playing.
Extra options for genisoimage.
Extra options for MPlayer.
Options you want to be sure MPlayer will not
  use.
AUTHOR¶
Pascal Giard, <evilynux@yahoo.com>COPYRIGHT¶
Copyright (C) 2003, 2004 Pascal Giard <evilynux@yahoo.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.SEE ALSO¶
Gnome2(3), Gtk2(3), Getopt::Long(3), Config::IniFiles(3)| 2007-09-02 | perl v5.8.8 |