Adjust video volume
From UBot Studio
(Difference between revisions)
(Created page with "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...") |
|||
Line 1: | Line 1: | ||
− | This | + | This command is a [[Video Commands|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. | This command will adjust the volume of the input video and produce an output video with the adjusted volume. |
Latest revision as of 17:59, 18 April 2017
This command 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
[edit] 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.