[FFmpeg-user] CONVERT DAV TO MP4

Kieran O Leary kieran.o.leary at gmail.com
Wed Aug 14 09:50:30 EEST 2019


On Wed, 14 Aug 2019, 02:31 Alejandro Escudero, <escuderoserrano at 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 at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list