feat(downloads): editor UI — trim/split/crop clips (phase 2)
VideoEditor modal on a finished Library download: HTML5 <video> scrubber, filmstrip timeline (lazy server storyboard sprite) with draggable in/out handles, draggable/resizable crop overlay, per-edit Precise (re-encode) vs Fast (stream-copy) cut toggle, split-into-N fan-out (N trim jobs), optional clip name. Edited clips show a 'Clip' badge; 'editing' phase gets a % bar. New api enqueueEdit/downloadStoryboard/storyboardImageUrl + EditSpec type; editor i18n (en/hu/de).
This commit is contained in:
parent
f0fc542260
commit
04c461837f
9 changed files with 585 additions and 12 deletions
|
|
@ -45,7 +45,8 @@
|
|||
"thumbnail": "Bélyegkép beágyazása",
|
||||
"sponsorblock": "Szponzorok eltávolítása",
|
||||
"metadata": "Metaadat írása",
|
||||
"processing": "Feldolgozás"
|
||||
"processing": "Feldolgozás",
|
||||
"editing": "Szerkesztés"
|
||||
},
|
||||
"actions": {
|
||||
"pause": "Szünet",
|
||||
|
|
@ -55,7 +56,8 @@
|
|||
"retry": "Újra",
|
||||
"download": "Mentés a gépemre",
|
||||
"rename": "Átnevezés",
|
||||
"share": "Megosztás"
|
||||
"share": "Megosztás",
|
||||
"edit": "Szerkesztés / vágás"
|
||||
},
|
||||
"empty": {
|
||||
"queue": "A sor üres.",
|
||||
|
|
@ -142,5 +144,6 @@
|
|||
"status": "Állapot",
|
||||
"added": "Hozzáadva",
|
||||
"user": "Felhasználó"
|
||||
}
|
||||
},
|
||||
"clipBadge": "Klip"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue