Created
February 3, 2015 19:49
-
-
Save ifnull/735ff19ade3cc6d13ec7 to your computer and use it in GitHub Desktop.
Convert Q-See DVR export to MP4 (DAV to MP4)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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