Advertisement
Guest User

Untitled

a guest
Oct 8th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ffmpeg -y -i test.mkv -vf scale=1280:720 -c:v libx264 -b:v 2048k -pass 1 -f mp4 NUL && ^
  2. ffmpeg -I test.mkv -vf scale=1280:720 -c:v libx264 -b:v 2048k -pass 2 test.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement