Small corrections
This commit is contained in:
parent
cd3fd978af
commit
50041d0274
1 changed files with 3 additions and 1 deletions
|
@ -156,6 +156,7 @@ def convert(input, output, res, abitrate, vbitrate, threads, mpopts):
|
||||||
"-noframedrop",
|
"-noframedrop",
|
||||||
"-benchmark",
|
"-benchmark",
|
||||||
"-quiet",
|
"-quiet",
|
||||||
|
"-nolirc",
|
||||||
"-msglevel", "all=-1",
|
"-msglevel", "all=-1",
|
||||||
input ]
|
input ]
|
||||||
for mpopt in mpopts.split(" "):
|
for mpopt in mpopts.split(" "):
|
||||||
|
@ -168,6 +169,7 @@ def convert(input, output, res, abitrate, vbitrate, threads, mpopts):
|
||||||
"-vc", "null",
|
"-vc", "null",
|
||||||
"-noframedrop",
|
"-noframedrop",
|
||||||
"-quiet",
|
"-quiet",
|
||||||
|
"-nolirc",
|
||||||
"-msglevel", "all=-1",
|
"-msglevel", "all=-1",
|
||||||
input ]
|
input ]
|
||||||
for mpopt in mpopts.split(" "):
|
for mpopt in mpopts.split(" "):
|
||||||
|
@ -257,7 +259,7 @@ def usage():
|
||||||
|
|
||||||
# Start the Main Function
|
# Start the Main Function
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# Catch kill and cleean up
|
# Catch kill and clean up
|
||||||
atexit.register(cleanup)
|
atexit.register(cleanup)
|
||||||
|
|
||||||
signal(SIGTERM, lambda signum, stack_frame: exit(1))
|
signal(SIGTERM, lambda signum, stack_frame: exit(1))
|
||||||
|
|
Loading…
Reference in a new issue