blur icon indicating copy to clipboard operation
blur copied to clipboard

Portable Installation and shell extension.

Open ThrowTop opened this issue 8 months ago • 1 comments

two quite low priority features that would still be nice to have.

Portable installation putting everything in the installation folder, configs etc.

or option to chose config even with GUI version. example: blur.exe -c <path to config> -i file(s)

Context menu shell extension like this: Image

could be an option in the installer or a button etc.

currently its just a simple .reg file

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\SystemFileAssociations\.mp4\shell\Render Motion Blur]
"Icon"="C:\\Program Files (x86)\\blur\\blur.exe, 0"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.mp4\shell\Render Motion Blur\command]
@="\"C:\\Program Files (x86)\\blur\\blur.exe\" \"%1\""

ThrowTop avatar Apr 15 '25 12:04 ThrowTop