Compo wrote:This is your problem:fixed as:Code: Select all
mkclean --optimize %~dpnx1 %~dpn1_fixed.mkv
Code: Select all
mkclean --optimize %1 "%~dpn1_fixed.mkv"
This fixed the issue with spaces, but now the batch file does not continue to the next file. Also, the "delete old file" stopped working. Any ideas?