Search found 1 match

by claytonb
Thu Jan 23, 2025 9:05 pm
Forum: General MakeMKV discussion
Topic: AVI File Properties Removal
Replies: 0
Views: 2376

AVI File Properties Removal

Hi guys,
I would like to remove random file properties from AVI files (bulk changes) and was wondering if MKV can do this?
I have a bat file that I run for MKV's, what is needed for AVI's
Thanks

@echo off

setlocal enableDelayedExpansion

set mkvmerge="C:\Program Files\MKVToolNix\mkvmerge.exe"

for ...