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"