tosh9i
16th August 2011, 17:05
I've re-encoded some videos, but all of them are out of sync by about -380ms (note: it's actually "rushed", and I need to move the audio back and not forward). I was hoping that someone could help me create a batch file that would delay the audio of track 2 (ID 2) by about -380ms. I have about 40 files that need to re-synced.
Previously, some people helped me create a batch file to remux some files, and I'm thinking that the second half just needs to be modified:
FOR %%A IN (*.mkv) DO mkvmerge -o "remux-%%~nA.mkv" "%%~A"
Previously, some people helped me create a batch file to remux some files, and I'm thinking that the second half just needs to be modified:
FOR %%A IN (*.mkv) DO mkvmerge -o "remux-%%~nA.mkv" "%%~A"