Guest User

Untitled

a guest
Dec 14th, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ffmpeg -threads 8 -ar 48000 -acodec pcm_s16le -f s16le -ac 2 -i <(dd if=/dev/zero bs=$((48000 *2 *2)) count=10) -loop_input -f image2 -i ${i} -y -vcodec libx264 -vpre hq -acodec libfaac -ab 128k -t 10 /tmp/slideshow/${i}.mp4
Advertisement
Add Comment
Please, Sign In to add comment