@echo off
REM Batch file executed by "__ENCODE_3D.cmd" when the 3D encoding is finished.
REM You can edit it during the encoding process.

REM Multiplex the h264 (or h265) and the demuxed streams to MKV
echo on
"C:\Users\olivia\Downloads\BD3D2MK3D\toolset\mkvmerge.exe" @__MUX_3D_OPTIONS.json | "C:\Users\olivia\Downloads\BD3D2MK3D\toolset\tee.exe" "01000_3D.mkvmerge.log"
@echo off
