Files
Video-Cutter/frontend
PickleRick 4a7d1e6663 1. fix bulk edit and export Now I can only edit one video at the time overwise the timestamp get overwritten. Save timestamps for each file uploaded
2. in export bulk make clear wich files will get elaborated and whick is being elaborated also add multple progress bar one for bulk one for the actual video and one for actual process (use Material You expresssive and make them clear)
3. remove save marker button; autosave then save edit
4. add paste timestamp button on hover other timestamp input
5. make unlink button not global but add a link icon colored by couple to let understand which timestamps are linked and make the single link removed (link should work that if I edit a timestamp the next/previuos based on which are linked get automatically setted to the next/previous frame timestamp)
6. I'm unable to pit whichever timestamp I want in the timestamp table for example 00:07:23.109 (the one in the frame visualizer) get automatically changed to 00:07:23.110 making the colored border not working correctly sometimes fix both
2026-06-03 00:54:41 +02:00
..
2026-06-02 18:59:31 +02:00
2026-06-02 18:59:31 +02:00
2026-06-02 18:59:31 +02:00
2026-06-02 18:59:31 +02:00
2026-06-02 18:59:31 +02:00
2026-06-02 18:59:31 +02:00
2026-06-02 18:59:31 +02:00
2026-06-02 18:59:31 +02:00
2026-06-02 18:59:31 +02:00

Frontend

React + MUI client for the Video Cutter backend.

Local dev

  • Install Node.js 20+
  • npm install
  • npm run dev

API

  • Uses /api proxy during dev