Skip to content

Instantly share code, notes, and snippets.

@SoylentGraham
Created December 7, 2020 18:35
Show Gist options
  • Save SoylentGraham/d7d6b36a11f92208df91a38fed4868be to your computer and use it in GitHub Desktop.
Save SoylentGraham/d7d6b36a11f92208df91a38fed4868be to your computer and use it in GitHub Desktop.
Right click -> convert to mp4 with ffmpeg
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