Commit Graph

16 Commits

Author SHA1 Message Date
525ecd2cf5 Remove weird ass overlay 2025-09-04 16:47:45 +02:00
b59e3bd570 Implement crop adjustments 2025-09-04 16:44:53 +02:00
f8780a2d43 Rework naming to include %03d 2025-09-04 16:25:29 +02:00
ad4130906b Also don't load videos that have an edited variant 2025-09-04 16:14:44 +02:00
10eed9efcd Don't load edited videos to edit 2025-09-04 16:08:28 +02:00
dbefc5b359 Add a render progress bar 2025-09-04 15:54:54 +02:00
22bba12d7e Code format 2025-09-04 15:15:16 +02:00
d739e40862 Add brightness and contrast controls 2025-09-04 15:15:05 +02:00
cd89bbf4e4 Implement rotation and faster seeking 2025-09-04 15:05:30 +02:00
692c413f13 Maybe faster....... 2025-09-04 15:00:51 +02:00
cf09fd172e Maybe make faster render says claude 2025-09-04 14:58:06 +02:00
28f11ab190 Enable editing multiple videos quickly by running croppa on a folder 2025-09-04 14:42:21 +02:00
52065ee02f refactor(croppa): remove debug print statements from video editor 2025-08-19 09:48:02 +02:00
811cd43261 refactor(croppa): adjust draw_crop_overlay to use canvas and screen coordinates 2025-08-19 09:47:28 +02:00
cdad9198bc refactor(croppa/main.py): improve screen coordinate to video frame conversion logic 2025-08-19 09:39:46 +02:00
205b2220a1 feat(croppa): implement basic video editing functionality with cropping and zooming 2025-08-19 09:00:39 +02:00