Advertisement
eaposztrof

Video2mp3 with AutoHotKey AppURL and VLC

May 5th, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var str=prompt('Down2MP3 URL or just press [Enter]','');var folder=prompt('Down2MP3 2 folder','C:/Downloads');var flname=document.title.replace(/[^a-zA-Z0-9 ]/g, '_').replace(/ /g,'.');if(str.length>0){content=str;}else{content=document.location.href;}window.open('appurl://vlc.exe --verbose=2 --file-logging --logfile=./vlc-log.txt --no-repeat --no-loop -vvv "'+content+'" --sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=file{overwrite},mux=mp3,dst="'+folder+'/'+flname+'.mp3"}')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement