Output s3 buckets are hardcoded based on the name of the input parameters:
outName = "%s-y4m_%02d" % (ServerInfo.video_name, ServerInfo.num_frames)
ServerInfo should have another option to specify an output s3 bucket, else use the default parameters.