#issue with rendering a video
17 messages · Page 1 of 1 (latest)
the filepath of your input has a special character
Copy and paste the file path of the video here
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
does your name have any special characters
that is the problem
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