xxxxxxxxxx
# mkv-to-mp4.bat
# This will Covert all MKV to MP4 in a folder
@echo off
TITLE CONVERT ALL FILE VIDEO TO MP4
set PATH=%PATH%;C:\ffmpeg
set i = 1
for %%f in (*.mkv) do ffmpeg -i "%%f" -map 0 -vcodec copy -acodec copy "%%~nf.mp4"
pause
xxxxxxxxxx
according to my investigation cloudconvert.com has worked good and nice;
I now going to write my gernual,
bye,
Stanferd
xxxxxxxxxx
use vlc
or cloudconvert.com if use don't have it