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.<
.dav
ffmpeg
Using ffmpeg from dav to mp4
ffmpeg -y -i input-file.dav -c:v libx264 -crf 24 output-file.mp4
I use for security cameras and add -filter:v "setpts=3*PTS" param to slow video.
-filter:v "setpts=3*PTS"
Reference to solution here