Commit Graph

22 Commits

Author SHA1 Message Date
08ef00c22e UPDATE "endPoint" to "duration" in frontend to match backend 2025-12-07 01:05:18 +00:00
9ebf69a9e7 RENAME VideoMetadata to ClipOptions and update related references 2025-08-19 14:56:50 +02:00
Dylan De Faoite
20f7ec8db4 Backend MP4 conversion (#23)
* ADD conversion queue

* ADD RemuxService for MP4 conversion

* REMOVE unused conversion queue

* REORGANISE Job-related classes

* ADD Job stages

* REVERT to old commit, using Spring Async instead

* ADD asynchronous processing for video tasks

* PATCH and streamline progress tracking

* ADD asynchronous video processing and job restructuring

* REFACTOR job service method

* ADD job remux functionality

* ADD remuxing endpoint

* PATCH complete flag not updating in API response

* ADD progress type in frontend

* ADD reset functionality for job status

* PATCH missing progress bar for subsequent exports

* REDESIGN settings box

* ADD tracking video file conversion in frontend

* PATCH extension bug

* REMOVE autowired decorator
2025-07-31 20:48:34 +02:00
618c140449 REPLACE AtomicProgress with simple ProgressTracker 2025-07-23 00:18:25 +02:00
Dylan De Faoite
87ad7e3537 ADD thumbnail to database (#12)
* ADD thumbnail to database

* ADD thumbnail generation and retrieval functionality

* ADD thumbnail availability check in VideoCard component

* ADD ClipDTO to reduce exposed internals

* REFactor move APIResponse and VideoMetadata to dto package

* REMOVE unused props from VideoCard

* ADD isThumbnailAvailable function
2025-07-17 23:21:01 +02:00
c512f055ee Refactor FfmpegService to improve progress tracking and streamline command building 2025-07-09 18:25:51 +02:00
159bcac5c4 MOVE user authentication and clip creation to ClipService 2025-07-02 22:03:39 +02:00
f37c4fc75d REFACTOR Clip creation in Editservice 2025-06-25 19:19:10 +02:00
e93ccd2ecd ADD Clip database insertion & UPDATE schema 2025-06-25 19:07:38 +02:00
9d2830302b ADD extra error checking 2025-06-05 20:30:22 +02:00
59fb65d377 MOVED frontend out of Vaadin/Spring 2025-05-28 12:20:27 +02:00
2bc4a6af33 ADD export button calling backend to process clip 2025-05-24 16:47:57 +02:00
a639cfbb0e ADD MetadataService to track inital metadata 2025-05-20 13:56:00 +02:00
b09577fc81 RENAME ClipConfig entity to VideoMetadata 2025-05-20 12:07:25 +02:00
bce8a5e1d6 IMPROVE input validation 2025-05-15 10:48:40 +02:00
e2c4b81cad RENAME methods for consistency 2025-05-15 10:48:38 +02:00
ef742dab67 ADD improved error handling 2025-05-13 21:41:57 +02:00
25dd60dd82 ADD error handling 2025-05-12 21:57:31 +02:00
489372ea61 ADD status endpoint 2025-05-11 22:47:20 +02:00
7e75e16749 REFACTOR job to be a DTO, CompressionService is now stateless 2025-05-11 22:26:32 +02:00
4d59456292 REFACTOR to be more modular 2025-05-09 18:56:24 +02:00
d27276b66a ADD FFMPEG conversion 2025-05-08 21:59:03 +02:00