xconv: Minor fixes

master
Taeyeon Mori 7 years ago
parent d98515ec72
commit 6447f45e6e
  1. 4
      lib/python/xconv/app.py
  2. 1
      lib/python/xconv/profiles/audiobook.py

@ -115,9 +115,7 @@ def main(argv):
task = SimpleTask(aav, make_outfile(args, profile, args.inputs[0]), profile.container)
options(task.add_input(tmp.name),
f="concat",
safe="0")
task.add_input(tmp.name).set(f="concat", safe="0")
tasks.append(task)

@ -33,7 +33,6 @@ from ..profile import *
@output(container="ogg", ext="ogg")
@defines(stereo="Use two channels",
bitrate="Use custom target bitrate",
voip="Use voice optimization",
fancy="Use 48kbps stereo (For dramatic audiobooks with a lot of music and effects)")
@singleaudio
def audiobook(task, stream, defines):

Loading…
Cancel
Save