convert command line script to Python
Posted: 23 Apr 2012 18:23
I have the following script in windows:
and I'm trying to convert it to a Python script using the vlc.py module. The problem is that there is not much documentation with the vlc Python module and I'm hoping somebody here can just quickly translate what I have into the appropriate Python code.
Thanks in advance.
Code: Select all
"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
Thanks in advance.