implement some class that gets a set of file names (numpy arrays), watches directory for them, and loads/encodes them using CLIP and saves somewhere else
this will be useful for when we have a process that can be put on a cpu worker that will decode videos and place them in some common directory for the GPU worker to encode
w need this because CLIP encode/GPU samples/s >>> Video decode/CPU samples/s
implement some class that gets a set of file names (numpy arrays), watches directory for them, and loads/encodes them using CLIP and saves somewhere else
this will be useful for when we have a process that can be put on a cpu worker that will decode videos and place them in some common directory for the GPU worker to encode
w need this because CLIP encode/GPU samples/s >>> Video decode/CPU samples/s