blackstream-x / pyxelate

Partially pixelate images or short video clips
GNU General Public License v3.0
7 stars 1 forks source link

When saving, copy files into a third temporary directory #85

Closed blackstream-x closed 3 years ago

blackstream-x commented 3 years ago

... and discard that after saving.

In this directory, the frames could also be named starting from 1, omitting the need for the ffmpeg -start_number option as in https://github.com/blackstream-x/pyxelate/blob/64ad09018c89ea90886baa5dc6f68a43972909ff/pixelate_video.py#L1113

blackstream-x commented 3 years ago

Or move the files back and forth? That would be more efficient.