I have the following script in windows: "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --dummy-quiet %1 :sout=#transcode{acodec=mp3}:duplicate{dst=std{access=file,mux=raw,dst=%1.mp3},select=novideo} vlc://quit and I'm trying to convert it to a Python script using the vlc.py module. The prob...