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()