@ -32,6 +32,8 @@ storymode = { optional = true, type = "bool", default = false, example = false,
[settings.background]
[settings.background]
background_choice={optional=true,default="minecraft",example="minecraft",options=["minecraft","gta","rocket-league","motor-gta",""],explanation="Sets the background for the video"}
background_choice={optional=true,default="minecraft",example="minecraft",options=["minecraft","gta","rocket-league","motor-gta",""],explanation="Sets the background for the video"}
width={optional=true,default=1080,example=1080,explanation="Sets the width resolution for the video",type="int",nmin=1,oob_error="The width HAS to be greater than 1",input_error="The width HAS to be an integer greater than 1"}
height={optional=true,default=1920,example=1920,explanation="Sets the height resolution for the video",type="int",nmin=1,oob_error="The height HAS to be greater than 1",input_error="The height HAS to be an integer greater than 1"}
#background_audio = { optional = true, type = "bool", default = false, example = false, options = [true,
#background_audio = { optional = true, type = "bool", default = false, example = false, options = [true,
# false,
# false,
#], explaination="Sets a audio to play in the background (put a background.mp3 file in the assets/backgrounds directory for it to be used.)" }
#], explaination="Sets a audio to play in the background (put a background.mp3 file in the assets/backgrounds directory for it to be used.)" }
choice={optional=false,default="",options=["streamlabspolly","tiktok","googletranslate","awspolly",],example="streamlabspolly",explanation="The backend used for TTS generation. This can be left blank and you will be prompted to choose at runtime."}
choice={optional=false,default="",options=["streamlabspolly","tiktok","googletranslate","awspolly",],example="streamlabspolly",explanation="The backend used for TTS generation. This can be left blank and you will be prompted to choose at runtime."}
aws_polly_voice={optional=false,default="Matthew",example="Matthew",explanation="The voice used for AWS Polly"}
aws_polly_voice={optional=false,default="Matthew",example="Matthew",explanation="The voice used for AWS Polly"}
streamlabs_polly_voice={optional=false,default="Matthew",example="Matthew",explanation="The voice used for Streamlabs Polly"}
streamlabs_polly_voice={optional=false,default="Matthew",example="Matthew",explanation="The voice used for Streamlabs Polly"}
tiktok_voice={optional=false,default="en_us_006",example="en_us_006",explanation="The voice used for TikTok TTS"}
tiktok_voice={optional=false,default="en_us_006",example="en_us_006",explanation="The voice used for TikTok TTS"}