Convert VOB (ripped DVD) to mp4 on Windows

Concatenate the VOB files into a single one, then convert with ffmpeg

copy /b D:\film\*.VOB D:\out\concat.VOB

ffmpeg -i D:\out\concat.VOB -c:v libx264 -c:a aac -strict experimental D:\out\film.mp4