• Joined on 2024-07-16
dave pushed to master at dave/py-media-grader 2025-09-08 15:36:10 +00:00
a6886a8ab8 Save when navigate
4d4cba9876 Implement fullscreen
Compare 2 commits »
dave pushed to master at dave/py-media-grader 2025-09-08 15:32:57 +00:00
efa10bfce3 Implement fullscreen
dave pushed to master at dave/py-media-grader 2025-09-08 15:14:19 +00:00
0847ea1abd Remove some garbage code
37e9e99f64 Fix the rendering errors
15382b8fe7 Some fucking bullshit
9763597af8 feat(main.py): track display updates and optimize video rendering process
Compare 4 commits »
dave pushed to master at dave/py-media-grader 2025-09-08 14:23:47 +00:00
4d60526952 refactor(main.py): optimize video processing by seeking once and reading sequentially to improve performance
87ead9189f fix(main.py): replace 'n' with 'b' for save and render commands to avoid confusion
1e1a886766 fix(main.py): correct key binding and add debug check for render video
Compare 3 commits »
dave pushed to master at dave/py-media-grader 2025-09-08 06:51:47 +00:00
34179e5922 refactor(main.py): simplify render video logic and improve filename handling
f9272e76eb feat(cleaner): add directory for video name cleaning with CLI tool and registry entry
Compare 2 commits »
dave pushed to master at dave/py-media-grader 2025-09-07 22:49:31 +00:00
1a05963c31 fix(main.py): reset zoom factor to 1.0 and save state when crop is cleared
dave pushed to master at dave/py-media-grader 2025-09-07 22:42:09 +00:00
3a8f8d26d3 feat(main.py): add file overwrite handling for video editor
56d6e04b48 refactor(main.py): simplify video rendering process by reusing existing method and reducing redundant code
6efbfa0c11 refactor(main.py): update video rendering to handle asynchronous rendering and improve debug logging
d1b26fe8b4 refactor(main.py): add debug prints and validate cut markers against video length
1da8efc528 feat(main.py): add synchronous video rendering method for overwrite operations
Compare 8 commits »
dave pushed to master at dave/py-media-grader 2025-09-07 22:24:28 +00:00
0fb591d0b3 feat(main.py): add overwrite and new file options for enter and shift+enter keys in video editor
709e637e88 feat(main.py): increase seek multiplier increment and add debug prints for state management
252cda9ad3 refactor(main.py): add debug prints for state file handling and seeking logic improvements
d29d45d4fd feat(main.py): enhance video editor with rendering state checks and logging
Compare 4 commits »
dave pushed to master at dave/py-media-grader 2025-09-07 21:56:30 +00:00
b7e4fac9e7 feat(main.py): add threaded video rendering with progress updates and cancellation support
dave pushed to master at dave/py-media-grader 2025-09-07 21:52:47 +00:00
a815679a38 refactor(main.py): initialize last_display_update to prevent immediate auto-repeat in VideoEditor class
ce8560aafb feat(main.py): add seek multiplier configuration and usage throughout the editor
0740af6024 Update
Compare 3 commits »
dave pushed to master at dave/py-media-grader 2025-09-07 21:36:47 +00:00
b1ade237a7 fix(video editor): adjust frame counts for modifier keys to enhance precision
eb9b4d9c8c refactor(main.py): consolidate save_state calls to a single method for consistency and improve logging
84993c4fc8 refactor(main.py): simplify and consolidate auto-repeat seeking logic for cleaner code
ed0e8b3d6d refactor(main.py): remove unused variables and improve mouse_callback method signature
e5e4dea2a3 refactor(main.py): remove unused seeking state and update dependencies in pyproject.toml
Compare 10 commits »
dave pushed to master at dave/py-media-grader 2025-09-07 20:40:59 +00:00
4a8492dcd2 feat(main.py): add state saving and loading for video editor session
dave pushed to master at dave/py-media-grader 2025-09-07 18:10:51 +00:00
a7c5398faf refactor(main.py): simplify and optimize coordinate conversion logic in VideoEditor class
f919015e6b fix(main.py): correct key bindings and add save screenshot functionality for "s" and "S" keys
6f3f03d863 refactor(main.py): adjust feedback message duration and refine coordinate transformation logic for cropping and zooming
Compare 3 commits »
dave pushed to master at dave/py-media-grader 2025-09-07 17:56:04 +00:00
dd237d0723 feat(main.py): add feedback message system for operations and update UI rendering
dave pushed to master at dave/py-media-grader 2025-09-07 17:55:32 +00:00
54b5c3b490 feat(main.py): add feedback message system for operations and update UI rendering
dave pushed to master at dave/py-media-grader 2025-09-07 17:53:29 +00:00
b54131e4e7 feat(main.py): add functionality to save screenshots with unique filenames and update documentation
dave pushed to master at dave/py-media-grader 2025-09-07 17:50:56 +00:00
204dcf491d fix(main.py): handle overwriting of already edited files to avoid naming conflicts
dave pushed to master at dave/py-media-grader 2025-09-05 07:21:28 +00:00
0adcc8f32a Add support for images
dave pushed to master at dave/py-media-grader 2025-09-04 20:11:17 +00:00
4ffd4cd321 fix(main.py): correct key binding for video navigation to avoid duplication
b510ec9637 feat(main.py): add marker looping functionality and update frame handling
Compare 2 commits »
dave pushed to master at dave/py-media-grader 2025-09-04 19:52:58 +00:00
30cdd9d0e5 refactor(main.py): update memory estimation for video preloading based on frame dimensions