On the original batchsprite script, there was an option right at the top of the script
OUTPUT_FOLDER = "/path/to/media/videos/vtt/"
that was allowing me to have a single folder containing all the .vtt and .sprite.jpg files.
after creating all the .jpg and assembling them into a single sprite.jpg with the .vtt file, the script would export the resulting sprite and vtt in another folder .
Not sure if this can be implemented.
beside that, I tested your sprite generator and it's working well thanks
ps: I know you can specify the output folder with this parameter: THUMB_OUT_DIR = "thumbs" but it does create a folder for each vtt. In a way, it's not really an issue except when your former setup had a single folder for all vtt files.
Hi
On the original batchsprite script, there was an option right at the top of the script
OUTPUT_FOLDER = "/path/to/media/videos/vtt/"
that was allowing me to have a single folder containing all the .vtt and .sprite.jpg files.
after creating all the .jpg and assembling them into a single sprite.jpg with the .vtt file, the script would export the resulting sprite and vtt in another folder .
Not sure if this can be implemented.
beside that, I tested your sprite generator and it's working well thanks
ps: I know you can specify the output folder with this parameter: THUMB_OUT_DIR = "thumbs" but it does create a folder for each vtt. In a way, it's not really an issue except when your former setup had a single folder for all vtt files.