diff --git a/TimeCube.py b/TimeCube.py index 27955a3..ef83cd1 100755 --- a/TimeCube.py +++ b/TimeCube.py @@ -166,7 +166,7 @@ def read_args(): processed = process_chunks(chunks, should_reverse_chunks=False) # recombine procesed pieces result = dechunkify(processed) - output_path = os.path.splitext(os.path.basename(filename))[0]+"_chronofucked.gif" + output_path = os.path.splitext(os.path.basename(filename))[0]+"_cubed.gif" images2gif.writeGif(output_path, result , 0.04) end = time.time() elapsed = '%.2f' % (end - start)