4a7d1e66637d8725f153e6dc3845d6cafae6379f
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
Video Cutter WebApp
Backend API per taglio e unione di file MKV usando mkvmerge (stream copy) e FFmpeg per analisi. Frontend React + MUI con Material Design 3 e supporto dark mode.
Avvio rapido (Docker)
- docker-compose up --build
Frontend (locale)
- Richiede Node.js 20+
- cd frontend
- npm install
- npm run dev
API principali
- POST /api/projects
- GET /api/projects/current
- POST /api/videos/upload
- POST /api/videos/{video_id}/autocut
- POST /api/videos/{video_id}/split
- GET /api/jobs/{job_id}
Note
- I file vengono salvati in ./data (montato in /data nel container).
Description
Languages
TypeScript
57.4%
Python
41.9%
Dockerfile
0.5%
HTML
0.2%