Advertisement
Guest User

Untitled

a guest
Dec 10th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for %f in (*.wav) do ffmpeg -loop 1 -i image.jpg -i "%f" -c:v libx264 -tune stillimage -c:a aac -b:a 320k -pix_fmt yuv420p -shortest "%~nf".mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement