Ffmpeg command
From UBot Studio
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
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.