Adjust video volume
From UBot Studio
This function is a Video Command in the UBot Extended Library.
This command will adjust the volume of the input video and produce an output video with the adjusted volume.
Input video file:The video having its volume adjusted
Output video file: The output video with the adjusted volume
Percent: Percentage the volume will be adjusted
Example
adjust video volume("C:\\Users\\Downloads\\cropped_20170327_153342.mp4","C:\\Users\\Downloads\\volume_adjusted_cropped_20170327_153342.mp4",70)
The resulting video will have an adjusted volume at the percentage specified.