From 1dc23ffadd492cd1e57a52ae3fec7c205cfa6a52 Mon Sep 17 00:00:00 2001 From: frarol96 Date: Sat, 30 Sep 2023 11:37:14 +0000 Subject: [PATCH] Update Video2Crops.py --- video2crops.py => Video2Crops.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename video2crops.py => Video2Crops.py (99%) diff --git a/video2crops.py b/Video2Crops.py similarity index 99% rename from video2crops.py rename to Video2Crops.py index 7d6c5f4..adeb475 100644 --- a/video2crops.py +++ b/Video2Crops.py @@ -10,8 +10,8 @@ import webbrowser import screeninfo # Constants -v2cversion1 = 0 -v2cversion2 = 1 +v2cversion1 = 1 +v2cversion2 = 0 v2cversion3 = 0 v2cversion = f"{v2cversion1}.{v2cversion2}.{v2cversion3}" frame_step = 100 @@ -374,4 +374,4 @@ remove_file_button.pack(padx=20, pady=10) process_files_button = tk.Button(root, text="Process Files", command=process_files) process_files_button.pack(padx=20, pady=10) -root.mainloop() \ No newline at end of file +root.mainloop()