blur icon indicating copy to clipboard operation
blur copied to clipboard

Add motion blur to videos

Results 61 blur issues
Sort by recently updated
recently updated
newest added

--------------------------------------------------------------------------- waiting for input, drag a video onto this window. opening LOL.mp4 for processing configuration file not found, default config generated at C:\Users\last human remain\Documents\.blur-config.cfg continue render? (y/n) writing to...

--------------------------------------------------------------------------- waiting for input, drag a video onto this window. opening LOL.mp4 for processing configuration file not found, default config generated at C:\Users\last human remain\Documents\.blur-config.cfg continue render? (y/n) writing to...

is it possible to install blur on another hard drive than C:/

when i drag my video in blur do this error (the video path is mp4 ![Screenshot_2](https://user-images.githubusercontent.com/82627156/167281773-47da50a9-9379-4ff4-a221-4311cf3d6ea5.png) )

When I first tried blur, I got a `The program can't start because api-ms-win-core-path-l1-1-0.dll is missing from your computer. Try reinstalling the program to fix this problem.` error, so I...

![image](https://user-images.githubusercontent.com/86182778/166170407-6a6cc768-60be-4002-9431-9142ee890b00.png) i reinstalled and tried manual install, and even tried the older versions but to no avail.

Script evaluation failed: Python exception: No attribute with the name fmtc exists. Did you mistype a plugin namespace? Traceback (most recent call last): File "src\cython\vapoursynth.pyx", line 2242, in vapoursynth.vpy_evaluateScript File...

Well, i did everything on the installation right but when i start the rendering i get this error: `Script evaluation failed:` `Python exception: 'utf-8' codec can't decode byte 0xe9 in...

As the title suggests, allow the user to queue multiple video files natively. ```py import sys import subprocess Videos=sys.argv[1:len(sys.argv)] for Index in range(len(Videos)): print("Video:",Videos[Index]) subprocess.run(["C:/Program Files (x86)/blur/blur.exe","--noui","--nopreview","--input", Videos[Index]]) print("") ````...

simple check to see if a config exists in the executable directory and return that 👀 https://github.com/f0e/blur/blob/d2056e06a93c7df105108c8c71d945ffb6c79a00/blur/config.cpp#L56