#issue with rendering a video

17 messages · Page 1 of 1 (latest)

sharp edge
#

whenever i put video in blur.exe this error pops out. how do i fix it?

shell vessel
#

the filepath of your input has a special character

sharp edge
viscid arrow
sharp edge
#

like here

#

in discord

#

?

#

C:\Users(myname)\Desktop\vid

#

\ is skipped after users

#

there must be it

#

and instead of (myname) there should be my name

shell vessel
#

does your name have any special characters

sharp edge
#

Maybe russian letters

#

?

slate tundra
#

that is the problem

frozen finch
# sharp edge

make a folder at the start of your C drive called "videos" (or whatever you want), and then run these two commands in command prompt as admin so that you can access the folder with full permissions:

set /p vidPath=Enter the video folder path here ^(like C:\BlurVids^): 
icacls "%vidPath%" /grant:r Users:(OI)(CI)F /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F /grant:r %computername%\%username%:(OI)(CI)F /T
#

then copy your videos you want to blur into there and blur them from there