summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-07 09:30:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-07 09:30:22 +0000
commitbadc033ef7dcbf1f322627b37403f969cc70c41d (patch)
treef0c1d04e5c4f7eec9b4dd69f927d89171dde413f /TOOLS
parent1ebc859ff8a018b3d98e6bd7923d7d877cf76088 (diff)
downloadmpv-badc033ef7dcbf1f322627b37403f969cc70c41d.tar.bz2
mpv-badc033ef7dcbf1f322627b37403f969cc70c41d.tar.xz
Give all shell scripts a .sh suffix for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27230 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/README34
-rwxr-xr-xTOOLS/aconvert.sh (renamed from TOOLS/aconvert)0
-rwxr-xr-xTOOLS/divx2svcd.sh (renamed from TOOLS/divx2svcd)0
-rwxr-xr-xTOOLS/encode2mpeglight.sh (renamed from TOOLS/encode2mpeglight)18
-rwxr-xr-xTOOLS/mencvcd.sh (renamed from TOOLS/mencvcd)0
-rwxr-xr-xTOOLS/midentify.sh (renamed from TOOLS/midentify)2
-rwxr-xr-xTOOLS/mpconsole.sh (renamed from TOOLS/mpconsole)0
7 files changed, 27 insertions, 27 deletions
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 <input_avi> [options]
- see 'divx2svcd -h' for more info
+Usage: divx2svcd.sh <input_avi> [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 <basename> [mencvcd options] [mplayer options]
- see 'mencvcd -h' for more info
+Usage: mencvcd.sh <basename> [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 <NAME> -n <NORM> [options] <source>
+Usage: encode2mpeglight.sh -o <NAME> -n <NORM> [options] <source>
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.
diff --git a/TOOLS/aconvert b/TOOLS/aconvert.sh
index 37a031115f..37a031115f 100755
--- a/TOOLS/aconvert
+++ b/TOOLS/aconvert.sh
diff --git a/TOOLS/divx2svcd b/TOOLS/divx2svcd.sh
index 4782dd679c..4782dd679c 100755
--- a/TOOLS/divx2svcd
+++ b/TOOLS/divx2svcd.sh
diff --git a/TOOLS/encode2mpeglight b/TOOLS/encode2mpeglight.sh
index 197fef4fb9..e5b7a3018d 100755
--- a/TOOLS/encode2mpeglight
+++ b/TOOLS/encode2mpeglight.sh
@@ -9,32 +9,32 @@
#
# Purpose: Convert anything MPlayer can play to AVI/VCD/SVCD/DVD MPEG
#
-# encode2mpeglight is free software; you can redistribute it and/or modify
+# encode2mpeglight.sh 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.
-# encode2mpeglight is distributed in the hope that it will be useful,
+# encode2mpeglight.sh 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 encode2mpeglight; if not, write to the Free Software
+# along with encode2mpeglight.sh; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
###############################################################################
-# encode2mpeglight is a program that can create VCD/SVCD/DVD MPEGs
+# encode2mpeglight.sh is a program that can create VCD/SVCD/DVD MPEGs
# and eventually extract VobSub subtitles from a DVD using only
# MEncoder/MPlayer.
#
-# encode2mpeglight is a stripped release of encode2mpeg and therefore the
+# encode2mpeglight.sh is a stripped release of encode2mpeg and therefore the
# code is redundant in several places, with many variables defined and
# used for no apparent reason. This cannot be avoided easily.
# A command line like:
-# encode2mpeglight <encode2mpeglight options>
+# encode2mpeglight.sh <encode2mpeglight.sh options>
# will produce almost the same results as:
-# encode2mpeg -mpeg -mpegonly <encode2mpeglight options>
+# encode2mpeg -mpeg -mpegonly <encode2mpeglight.sh options>
#
# If you need more features like:
# - two or more audio streams, chapters, subtitles, menu
@@ -42,7 +42,7 @@
# - creation of MPEG-4 avi and subtitles for a hardware player
# and more, consider to use the full release (http://encode2mpeg.sf.net)
#
-# encode2mpeglight is mainly tested with the stable release of MPlayer,
+# encode2mpeglight.sh is mainly tested with the stable release of MPlayer,
# I try to make it work with SVN too, but due to the "unstable" nature of
# SVN, bugs may suddenly appear. If you find any, please report them to me.
###############################################################################
@@ -268,7 +268,7 @@ tmpgenc_inter=$tmpgenc_inter,23,25,26,27,28,21,22,23,24,26,27,28,30,22,23,24,26,
TXTSUBDEF=( languageId nolang delay 0 font arial.ttf size 28 bottom-margin 30 characterset ISO8859-1 movie-height-reduction 0 fps default )
AVISUBDEF=( format SubViewer name-extension null fileformat unix version-number off delay 0 fps default suffix default )
-#### encode2mpeglight defauls
+#### encode2mpeglight.sh defauls
mpeg=1
encode=7:2:2
diff --git a/TOOLS/mencvcd b/TOOLS/mencvcd.sh
index aed3c409f6..aed3c409f6 100755
--- a/TOOLS/mencvcd
+++ b/TOOLS/mencvcd.sh
diff --git a/TOOLS/midentify b/TOOLS/midentify.sh
index b2c9feccb7..1502950e13 100755
--- a/TOOLS/midentify
+++ b/TOOLS/midentify.sh
@@ -8,7 +8,7 @@
# Licensed under GNU GPL.
if [ -z "$1" ]; then
- echo "Usage: midentify <file> [<file> ...]"
+ echo "Usage: midentify.sh <file> [<file> ...]"
exit 1
fi
diff --git a/TOOLS/mpconsole b/TOOLS/mpconsole.sh
index e9c016d930..e9c016d930 100755
--- a/TOOLS/mpconsole
+++ b/TOOLS/mpconsole.sh