@echo off
REM Launch this batch file to create the lossless 2D version
REM of the movie, without re-encoding.

@echo on
"C:\Users\olivia\Downloads\BD3D2MK3D\toolset\mkvmerge.exe" @_MUX_2D_LOSSLESS_OPTIONS.json
@pause
