[MPlayer-cvslog] r27230 - in trunk: DOCS/man/cs/mplayer.1 DOCS/man/de/mplayer.1 DOCS/man/en/mplayer.1 DOCS/man/fr/mplayer.1 DOCS/man/hu/mplayer.1 DOCS/man/it/mplayer.1 DOCS/man/pl/mplayer.1 DOCS/man/ru/mplayer.1 DOCS/man/zh/mplayer.1 DOCS/xml/cs/faq.xml DOCS/xml/de/faq.xml DOCS/xml/en/faq.xml DOCS/xml/es/faq.xml DOCS/xml/fr/faq.xml DOCS/xml/hu/faq.xml DOCS/xml/it/faq.xml DOCS/xml/pl/faq.xml DOCS/xml/ru/faq.xml TOOLS/README TOOLS/aconvert TOOLS/aconvert.sh TOOLS/divx2svcd TOOLS/divx2svcd.sh TOOLS/encode2mpeglight TOOLS/encode2mpeglight.sh TOOLS/mencvcd TOOLS/mencvcd.sh TOOLS/midentify TOOLS/midentify.sh TOOLS/mpconsole TOOLS/mpconsole.sh rpm/mplayer.spec
diego
subversion at mplayerhq.hu
Mon Jul 7 11:30:23 CEST 2008
Author: diego
Date: Mon Jul 7 11:30:22 2008
New Revision: 27230
Log:
Give all shell scripts a .sh suffix for consistency.
Added:
trunk/TOOLS/aconvert.sh (props changed)
- copied unchanged from r27229, /trunk/TOOLS/aconvert
trunk/TOOLS/divx2svcd.sh (props changed)
- copied unchanged from r27228, /trunk/TOOLS/divx2svcd
trunk/TOOLS/encode2mpeglight.sh (contents, props changed)
- copied, changed from r27228, /trunk/TOOLS/encode2mpeglight
trunk/TOOLS/mencvcd.sh (props changed)
- copied unchanged from r27227, /trunk/TOOLS/mencvcd
trunk/TOOLS/midentify.sh (contents, props changed)
- copied, changed from r27225, /trunk/TOOLS/midentify
trunk/TOOLS/mpconsole.sh (props changed)
- copied unchanged from r27225, /trunk/TOOLS/mpconsole
Removed:
trunk/TOOLS/aconvert
trunk/TOOLS/divx2svcd
trunk/TOOLS/encode2mpeglight
trunk/TOOLS/mencvcd
trunk/TOOLS/midentify
trunk/TOOLS/mpconsole
Modified:
trunk/TOOLS/README
trunk/rpm/mplayer.spec
Changes in other areas also in this revision:
Modified:
trunk/DOCS/man/cs/mplayer.1
trunk/DOCS/man/de/mplayer.1
trunk/DOCS/man/en/mplayer.1
trunk/DOCS/man/fr/mplayer.1
trunk/DOCS/man/hu/mplayer.1
trunk/DOCS/man/it/mplayer.1
trunk/DOCS/man/pl/mplayer.1
trunk/DOCS/man/ru/mplayer.1
trunk/DOCS/man/zh/mplayer.1
trunk/DOCS/xml/cs/faq.xml
trunk/DOCS/xml/de/faq.xml
trunk/DOCS/xml/en/faq.xml
trunk/DOCS/xml/es/faq.xml
trunk/DOCS/xml/fr/faq.xml
trunk/DOCS/xml/hu/faq.xml
trunk/DOCS/xml/it/faq.xml
trunk/DOCS/xml/pl/faq.xml
trunk/DOCS/xml/ru/faq.xml
Modified: trunk/TOOLS/README
==============================================================================
--- trunk/TOOLS/README (original)
+++ trunk/TOOLS/README Mon Jul 7 11:30:22 2008
@@ -25,24 +25,24 @@ Description: Examples of custom fragmen
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 FILE
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/cd
-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.
Copied: trunk/TOOLS/encode2mpeglight.sh (from r27228, /trunk/TOOLS/encode2mpeglight)
==============================================================================
--- /trunk/TOOLS/encode2mpeglight (original)
+++ trunk/TOOLS/encode2mpeglight.sh Mon Jul 7 11:30:22 2008
@@ -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
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
Copied: trunk/TOOLS/midentify.sh (from r27225, /trunk/TOOLS/midentify)
==============================================================================
--- /trunk/TOOLS/midentify (original)
+++ trunk/TOOLS/midentify.sh Mon Jul 7 11:30:22 2008
@@ -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
Modified: trunk/rpm/mplayer.spec
==============================================================================
--- trunk/rpm/mplayer.spec (original)
+++ trunk/rpm/mplayer.spec Mon Jul 7 11:30:22 2008
@@ -230,7 +230,7 @@ popd
rm -rf $RPM_BUILD_ROOT doc
make install DESTDIR=$RPM_BUILD_ROOT STRIPBINARIES=no
-install -pm 755 TOOLS/midentify $RPM_BUILD_ROOT%{_bindir}/
+install -pm 755 TOOLS/midentify.sh $RPM_BUILD_ROOT%{_bindir}/
# Clean up documentation
mkdir doc
@@ -291,7 +291,7 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_sysconfdir}/mplayer/mplayer.conf
%config(noreplace) %{_sysconfdir}/mplayer/input.conf
%config(noreplace) %{_sysconfdir}/mplayer/menu.conf
-%{_bindir}/midentify
+%{_bindir}/midentify.sh
%{_bindir}/mplayer
%dir %{codecsdir}/
%dir %{_datadir}/mplayer/
More information about the MPlayer-cvslog
mailing list