Guest User

Untitled

a guest
May 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. mplayer -af scaletempo -speed 0.5 input.mp4
  2.  
  3. ffmpeg -i input.mp4
  4. -filter_complex "[0:v]setpts=0.5*PTS[v];[0:a]atempo=2.0[a]"
  5. -map "[v]" -map "[a]"
  6. output.mp4
Add Comment
Please, Sign In to add comment