Hi, because windows buggy app doesnt work on files larger that 3 GB i would like to use Python script.
I instald python 3.4 and download the script. I put script and video to same folder and navigate terminal to the folder where are files and type this: "C:\>360VideosMetadata.py -i 360video.mp4 360videoNEW.mp4" .Name of the video is 360video.mp4.
The terminal give me this "
File "C:\360VideosMetadata.py", line 156
print "Error, invalid size in ", name, " at ", position
^
SyntaxError: Missing parentheses in call to 'print'"
What am i doing wrong?