aurorax_movie
;-------------------------------------------------------------
;+
; NAME:
; AURORAX_MOVIE
;
; PURPOSE:
; Create a movie.
;
; EXPLANATION:
; Given a list of filenames referencing images, create and
; save a movie.
;
; CALLING SEQUENCE:
; aurorax_movie, input_filenames, output_filename, fps
;
; PARAMETERS:
; input_filenames an array of strings giving filenames of all images
; output_filenames the filename location at which to save the image
; fps integer giving the frames per second to create movie at
;
; KEYWORDS:
;
; OUTPUT
;
; OUTPUT TYPE:
;
; EXAMPLES:
; aurorax_create_movive, file_search("path\to\images\*.png"), "movie.mp4", 30
;+
;-------------------------------------------------------------