Guest User

Untitled

a guest
Jun 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. &"$rutavlc" -I dummy "$mp4" ":sout=#transcode{acodec=mp3,vcodec=dummy}:standard{access=file,mux=raw,dst=$final}" vlc://quit
  2.  
  3.  
  4. $run = get-process -name vlc #I want to control the duration of this process in a bar
  5.  
  6. while($run){
  7.  
  8. $run = get-process -name vlc
  9.  
  10. if(!$run){
  11.  
  12. cls
  13.  
  14. break
  15.  
  16. }
  17.  
  18. }
Add Comment
Please, Sign In to add comment