Home 
I decided to make a function to create a Quicktime movie slideshow. The function takes a folder path and movie name. It then gets a list of all the jpg files in that path using a function from assignment 2. The main function then creates a list of pictures from these filenames, this list is then passed to the makeMovieFromPictures JES function to create a Quicktime movie slideshow of the pictures at 1 frame per second (1 picture per second).
However I was unable to use this function as JES relies upon Quicktime for Java to perform the makeMovieFromPictures function . This plugin does not exist on the University's MACs and I was unable to install it on my PC due to the install option being removed in Quicktime 7. But in theory the function should work correctly.