Created
December 7, 2020 18:35
-
-
Save SoylentGraham/d7d6b36a11f92208df91a38fed4868be to your computer and use it in GitHub Desktop.
Right click -> convert to mp4 with ffmpeg
This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\*\shell\Convert To Mp4] | |
[HKEY_CLASSES_ROOT\*\shell\Convert To Mp4\command] | |
@="\"d:\\ffmpeg\\ffmpeg.exe\" -i \"%1\" -codec copy \"%1.mp4\"" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment