Skip to content

Instantly share code, notes, and snippets.

@donnaken15
Created October 16, 2023 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donnaken15/a9cd826c98426488af2c99f647a753cd to your computer and use it in GitHub Desktop.
Save donnaken15/a9cd826c98426488af2c99f647a753cd to your computer and use it in GitHub Desktop.
ffprobe context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\FFProbe]
@="Probe Media..."
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\FFProbe\command]
@="cmd /c mode con cols=80 lines=20 && title ffprobe&& ffprobe -hide_banner -i \"%1\" & pause"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment