On Wed, 14 Aug 2019, 02:31 Alejandro Escudero, <escuderoserr...@hotmail.com>
wrote:

>
> Hi!
>
> I will like to convert a .dav file (video and audio) from an IP Camera to
> MP4 format, which will be the right way and command to do this?
>

What have you already tried? Please post the full terminal output with your
command line.
My first attempt in this case would be
ffmpeg -i input.dav -c:v libx264 out.mp4

And I'd take it from there if there were errors or I wanted to improve
something in the command line.
A quick search shows some PTS commands that may be useful
https://stackoverflow.com/questions/32827539/ffmpeg-conversion-dav-to-any-video-files


Best,

Kieran



> Thanks!
>
> Alejandro
>
> [
> https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif
> ]<
> https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> Libre de virus. www.avast.com<
> https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
> >
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to