diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-29 20:42:34 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-29 20:42:34 +0000 |
commit | 4c6dd904b4c76dd03fba6fd29bb17374e952e1ea (patch) | |
tree | da3620930b85eedac91e11c1856addbd07cf4b39 /TOOLS/README | |
parent | cd374b05a5d602bf68aa07c38540463d8e49fa0b (diff) |
new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17508 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/README')
-rw-r--r-- | TOOLS/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/TOOLS/README b/TOOLS/README index 33092b8fe8..ea5d583a82 100644 --- a/TOOLS/README +++ b/TOOLS/README @@ -199,6 +199,23 @@ Note: You will need vcdimager/cdrecord to master/burn the resulting files. + +encode2mpeglight + +Author: Giacomo Comes + +Description: Convert anything MPlayer can play to VCD/SVCD/DVD mpeg + +Usage: encode2mpeglight -o <NAME> -n <NORM> [options] <source> + For help and documentation run: + encode2mpeglight -h + encode2mpeglight -l + encode2mpeglight -doc + +Note: This script uses only MEncode/MPlayer. Check the final log + file for informations/warnings about the encoding process. + + Tech scripts in the TOOLS dir ----------------------------- |