I am trying for days to convert .dav file (file generated by dvrs [image recorders]). I have tried several variations with ffmpeg and can not succeed.<
for %%i in (*.dav) do (
ffmpeg -i "%%i" -c:v libx264 "%%~i.mp4"
)
done
Try this for batch conversation.
I have used another version of this to convert images & mp3's to videos.
You probably need to tweak it a liitle to fit your needs.