Advertisement
AisIceEyes

Untitled

May 9th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. ffmpeg-8bit -f image2 -framerate 24 -i new_frames/%d.png -i audio.m4a \
  2. -r 24 -vf "crop=1434:955:3:0,scale=1280:720" -pix_fmt yuv420p \
  3. -c:v libx264 -preset slow -level 5.1 -crf 18 \
  4. -c:a copy \
  5. film.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement