Add video subtitle
From UBot Studio
(Difference between revisions)
(Created page with "This command is a Video Command in the UBot Extended Library. This command adds subtitles to the input video file. Files might be in the correct subtitle ...") |
Latest revision as of 19:20, 19 April 2017
This command is a Video Command in the UBot Extended Library.
This command adds subtitles to the input video file. Files might be in the correct subtitle format(for example subtitles.srt).
Subtitle file: The subtitle file being added
Input video file: The video the subtitle is being added to
Output video file: The resulting output video with subtitles added
[edit] Example
add video subtitle("C:\\Users\\Downloads\\Marcel.srt","C:\\Users\\Downloads\\combine list\\marcel.mp4","C:\\Users\\Downloads\\combine list\\subbed_marcel.mp4")
Running the script will produce a subtitle video. In some video players, the ability to display subtitles will need to be activated for the subtitles to show. Not all video players can accept .srt subtitled file formats.