Answered
Car DVR files have 2 videostreams, premere uses first one. How i change it to use second one?


Got it!
Finald batch command looks like this:
for %i in (*.MP4) do ffmpeg.exe -i "%i" -c copy -map 0:0 "new%~ni.MP4"
That converted all 304 files to correct format. Thank you very much!

Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.