From 09c95115ee4e8d26d1d033dbffc57dc061bc3bdf Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Sun, 16 May 2010 08:36:38 +0200 Subject: [PATCH] n900-encode.py: small typo corrections --- n900-encode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/n900-encode.py b/n900-encode.py index 0ccfda1..3d1ce8e 100755 --- a/n900-encode.py +++ b/n900-encode.py @@ -96,7 +96,7 @@ def main(argv): else: m4bin = progpath("MP4Box") if m4bin == None: - print "Error: mencoder not found in PATH and no binary given, Aborting!" + print "Error: MP4Box not found in PATH and no binary given, Aborting!" sys.exit(1) # Check input and output files @@ -269,7 +269,7 @@ def usage(): print " --output [-o]: Name of the converted Video" print " --mpopts \"\" [-m]: Additional options for mplayer (eg -sid 1 or -aid 1) Must be enclosed in \"\"" print " --abitrate
[-a]: Audio Bitrate in KBit/s" - print " --vbitrate
[-v]: Video Bitrate in kBit/s, values < 0 activate h264 CRF-Encoding, given value is used as CRF Factor" + print " --vbitrate
[-v]: Video Bitrate in kBit/s, values < 52 activate h264 CRF-Encoding, given value is used as CRF Factor" print " --threads [-t]: Use Threads to encode, giving 0 will autodetect number of CPUs" print " --force-overwrite [-f]: Overwrite output-file if existing" print " --help [-h]: Print this Help"