Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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