From badc033ef7dcbf1f322627b37403f969cc70c41d Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 7 Jul 2008 09:30:22 +0000 Subject: Give all shell scripts a .sh suffix for consistency. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27230 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/README | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'TOOLS/README') diff --git a/TOOLS/README b/TOOLS/README index baf072ef26..7acf57daef 100644 --- a/TOOLS/README +++ b/TOOLS/README @@ -25,24 +25,24 @@ Description: Examples of custom fragment program for OpenGL video out driver Usage: mplayer -vo gl:yuv=4:customprog=edgedetect.fp -midentify +midentify.sh Author: Tobias Diedrich Description: Runs 'mplayer -identify' for all arguments while preventing video window flashing. -Usage: midentify file1 [file2 ...] +Usage: midentify.sh file1 [file2 ...] -mpconsole +mpconsole.sh Author: Rich Felker Description: Script to run MPlayer on the console (fbdev/mga_vid/etc.) without the console text and/or flashing cursor getting in the way. -Usage: mpconsole [mplayer options] +Usage: mpconsole.sh [mplayer options] mplmult.sh @@ -90,25 +90,25 @@ Usage: wma2ogg [options] <-f FILE1 | -f FILE2 ... | -a> MEncoder scripts in the TOOLS dir --------------------------------- -divx2svcd +divx2svcd.sh Author: Miklos Vajna Description: A simple utility that creates an SVCD from a video in an AVI container. -Usage: divx2svcd [options] - see 'divx2svcd -h' for more info +Usage: divx2svcd.sh [options] + see 'divx2svcd.sh -h' for more info -mencvcd +mencvcd.sh Author: Jürgen Hammelmann Description: Converts DVD (or anything else that MPlayer plays) to (S)VCD -Usage: mencvcd [mencvcd options] [mplayer options] - see 'mencvcd -h' for more info +Usage: mencvcd.sh [mencvcd.sh options] [mplayer options] + see 'mencvcd.sh -h' for more info Note: Requires MPlayer, mjpegtools, VCDImager, cdrdao, and optionally LAME, tooLAME and SoX. @@ -143,14 +143,14 @@ Usage: --help show help --dvd-device device to pull the video off (default: /dev/dvd) -aconvert +aconvert.sh Author: Jonas Jermann Description: A hack to allow MEncoder to read respectively encode from audio only files. -Usage: aconvert <"input file"> <"output file"> <"options"> +Usage: aconvert.sh <"input file"> <"output file"> <"options"> If no options are specified the following is assumed: -oac lavc -lavcopts acodec=mp3:abitrate=192 @@ -173,17 +173,17 @@ Note: You will need vcdimager/cdrecord to master/burn the resulting -encode2mpeglight +encode2mpeglight.sh Author: Giacomo Comes Description: Convert anything MPlayer can play to VCD/SVCD/DVD MPEG. -Usage: encode2mpeglight -o -n [options] +Usage: encode2mpeglight.sh -o -n [options] For help and documentation run: - encode2mpeglight -h - encode2mpeglight -l - encode2mpeglight -doc + encode2mpeglight.sh -h + encode2mpeglight.sh -l + encode2mpeglight.sh -doc Note: This script uses only MEncode/MPlayer. Check the final log file for informations/warnings about the encoding process. -- cgit v1.2.3