Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created February 3, 2015 19:49
Show Gist options
  • Save ifnull/735ff19ade3cc6d13ec7 to your computer and use it in GitHub Desktop.
Save ifnull/735ff19ade3cc6d13ec7 to your computer and use it in GitHub Desktop.
Convert Q-See DVR export to MP4 (DAV to MP4)
ffmpeg -y -i Home_Garage_main_20150130031041_20150130032415.dav -vcodec libx264 -crf 24 -vf scale=604:340 Home_Garage_main_20150130031041_20150130032415.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment