I have my video in the following locaton with spaces on Windows.
"c:\GoogleDrive\CMD Scripts_video\test.mp4"
MPV function in Lua script returns cut path with special characters ~1
video_path = mp.get_property("path")
"c:\GOOGLE~1\CMDSCR~1_video\test.mp4"
How can I get on Windows full path to use it as input for FFMPEG in my LUA script?
Thank you Peter