chickadee » aima » join-animations

join-animations output #!rest animationsprocedure

Join the animation files into one long file.

output
The resultant file
animations
The input files
(define (join-animations output . animations)
  (run (mencoder -ovc copy -idx -o ,output ,@animations)))