GoFlip
GoFlip copied to clipboard
CreateFile *.go: The file name, directory name, or volume label syntax is incorrect
Hi, I am getting this error when trying to run the command in the command prompt:
CreateFile *.go: The file name, directory name, or volume label syntax is incorrect
I tried:
go run *.go myvideo.mp4 C:\users\myusername\desktop\GoFlip-master\data
Am I doing something wrong?
Hi, I use a Linux based system so the PATH will be different. In the file VideoProcessing.go
change Lines 70 and 72 with "./data/"+os.Args[1]
to the appropriate paths in Windows.
Let me know if it works.