I'm trying for days to convert .dav (file generated by dvrs [image writers]) . I've tried several variations with ffmpeg and I can not succeed.
ffmpeg -i input.dav -codec: v libx264 -crf 23 -preset medium -codec: a libfdk_aac -vbr 4 -movflags faststart -vf scale = -1: 720, format = yuv420p output.mp4
The output of the command: Output: link
I really need help! Thanks in advance