-1
I’m trying for days to convert .Dav (File generated by dvrs[image recorders]). I’ve tried several variations with the ffmpeg and I cannot 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
Follow the output of the command: Output: http://pastebin.com/mz0HtP6s
I really need help! Thanks in advance
If possible, also provide the environment in use, and the tools you are using. The more details, the more answers you have.
– Edilson
I am using windows and linux and in none of the environments have succeeded.
– Marcello Galvão
There are converters for windows, already for linux I do not know if the operation is already possible, even through the console.
– Edilson
Yes, there is. But I need to automate this process, and the converter doesn’t work by commands, only manually...
– Marcello Galvão