error
Closed this issue · 3 comments
witchfindertr commented
Could find no file with path 'output/render_%d.jpg' and index in the range 0-4
output/render_%d.jpg: No such file or directory
images not download
Tomy2e commented
I also had this issue, if you're on Windows you need to patch the cmd/render.go
file
bereal-timelapse/cmd/render.go
Line 61 in 156bcef
Add the following line after L61:
code = strings.Replace(code, "\r", "", -1)
witchfindertr commented
now working perfect