Advertisement
Guest User

Untitled

a guest
Jan 12th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ffmpeg \
  2. -loop 1 -f image2 -i intro.png \
  3. -acodec pcm_s16le -f s16le -ar 44100 -t 10 -i /dev/zero \
  4. -r 22 -t 7 \
  5. -map 0:0 -map 1:0 \
  6. -filter "fade=in:0:44:alpha=1,fade=out:110:44:alpha=1" \
  7. -vcodec libx264 -f mpegts -preset slow -crf 22 -s 650x264 \
  8. -acodec libfaac -ar 44100 -aq 100 -ac 2 \
  9. intro.mpg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement