Advertisement
Guest User

Untitled

a guest
Aug 31st, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ffmpeg -i test.mp4 \
  2. -pix_fmt gray \
  3. -vcodec rawvideo \
  4. -f rawvideo \
  5. -vf scale=1280:720,select="not(mod(n+3\,4))+not(mod(n+4\,4))" \
  6. - 2>/dev/null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement