Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions batch encoder.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
setlocal enabledelayedexpansion

set CurrentVersion=v1.7.1
set CurrentVersion=v1.8.0
cls

set "icongray="
Expand All @@ -16,7 +16,6 @@ set "formatend="
(set eline=^
%=this line is empty=%
)
set "space= "


for %%G in (%*) DO (if "%%G"=="--debug" (set "par_debug=true" & goto ArgParser))
Expand Down Expand Up @@ -233,8 +232,6 @@ if defined par_updated-from (
:EncodingOptSelect
if /i "%par_silent%"=="true" (goto AdvancedEncodeSpeed)
call:ClearAndTitle
rem Remove in future release:
if "%CurrentVersion%"=="v1.7.0" (echo  NEW^^! %formatend%)
echo There are multiple encoding options available. If you are not sure which to choose, select 'Simple'.
echo.
echo [%textcyan%s%formatend%] Simple encode - default options, and the one used in previous versions.
Expand Down