noahtq / quest_image_seq_lib

C++ library for elegantly working with image sequences in OpenCV
0 stars 0 forks source link

Unix vs Win checks #25

Open noahtq opened 1 month ago

noahtq commented 1 month ago

Will eventually need to add checks whether the user is on a Mac, Windows, or Linux operating system as each one has support for different video codecs which affects what file types they can render.

Currently just supporting Mac types.