I have been instructed to create a universal algorithm in Blender that prompts the user for file selection from a dialog box, takes those images (given they are the acceptable formats), add them to a single image strip, and render the new animation.
I have successfully created a dialog box that allows me to select the files I need but I am unable to figure out how to use these selections to create an image strip. I have tried the solution here How can i open a file select dialog via python to add an image sequence into VSE? but it is from an older version of Blender and complexes my code more than necessary. I also found the Blender Docs on how to open a file dialog box but it was the same as what I had come up with.
I asked a more general version of the question here
Using Python to prompt a user for file selection from a dialog box and append to image strip in VSE
but what I really need help with is using this selection of individual frames, which must be of a usable image format, and turning them into an image strip by stringing them together consecutively.