Advertisement
andmalv

[Tip] Convertir un video a Slow Motion desde Terminal

Mar 30th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. # Dependecia
  2.     mencoder
  3.  
  4. # Con sonido
  5.  
  6.     mencoder -speed 1/4 Input.ext -ovc copy -oac mp3lame -o Output.ext
  7.  
  8. # Sin sonido
  9.    
  10.     mencoder -speed 1/4 Input.ext -ovc copy -nosound -o Output.ext
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement