Ffmpeg command
From UBot Studio
(Difference between revisions)
(Created page with "This command is a Video Command in the UBot Extended Library. This command will run low level ffmpeg commands. '''Command:''' The url of the video being downloaded ==...") |
|||
Line 1: | Line 1: | ||
This command is a [[Video]] Command in the UBot Extended Library. | This command is a [[Video]] Command in the UBot Extended Library. | ||
− | This command will run low level ffmpeg commands. | + | This command will run low level ffmpeg commands. Make sure to include all applicable file paths needed to make the command work. |
− | '''Command:''' The | + | '''Command:''' The command being run |
Line 14: | Line 14: | ||
− | Running the script will download the video as a .mp4 video using the ffmpeg command to | + | Running the script will download the video as a .mp4 video using the ffmpeg command to mute the video. |
Latest revision as of 18:03, 24 April 2017
This command is a Video Command in the UBot Extended Library.
This command will run low level ffmpeg commands. Make sure to include all applicable file paths needed to make the command work.
Command: The command being run
[edit] Example
ffmpeg command("ffmpeg -i C:\\Users\\Downloads\\watermarkedvid.mp4 -an C:\\Users\\Downloads\\watermarkedvidmute.mp4")
Running the script will download the video as a .mp4 video using the ffmpeg command to mute the video.