This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo ---------------------------------------------------------------------- | |
echo VIDEO AND SUBTITLE MERGER | |
echo version 1.0.0 by Seyoum | |
echo ---------------------------------------------------------------------- | |
:: Set file video extention | |
:VIDEOFILEEXTENTION | |
echo. | |
set /p videofileformat=Enter the video file type extension (e.g mp4): | |
if /I "%videofileformat%" EQU "webm" echo You have chosen %videofileformat% as your video file format&goto:SUBTITLEFILEEXTENTION |