mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-08 23:04:20 -05:00
[PR #1380] feat: video clipping #1393
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/1380
Author: @AlenVelocity
Created: 7/1/2025
Status: 🔄 Open
Base:
main← Head:clip📝 Commits (4)
2504274api/metadata: endpoint to fetch metadata of given videod965cf4app: clipping prototype2a1aaefMerge branch 'imputnet:main' into clip1eb296capp: clean up and update request types📊 Changes
15 files changed (+946 additions, -9 deletions)
View changed files
📝
api/src/core/api.js(+70 -0)📝
api/src/processing/match-action.js(+2 -0)📝
api/src/processing/match.js(+21 -0)📝
api/src/processing/schema.js(+3 -0)📝
api/src/processing/services/youtube.js(+23 -1)📝
api/src/stream/ffmpeg.js(+29 -5)📝
api/src/stream/manage.js(+3 -0)➕
web/src/components/save/ClipControls.svelte(+247 -0)➕
web/src/components/save/ClipRangeSlider.svelte(+348 -0)📝
web/src/components/save/Omnibox.svelte(+62 -0)➕
web/src/components/save/buttons/ClipCheckbox.svelte(+100 -0)📝
web/src/components/save/buttons/DownloadButton.svelte(+13 -1)📝
web/src/lib/api/api.ts(+19 -0)📝
web/src/lib/api/saving-handler.ts(+2 -1)📝
web/src/lib/types/api.ts(+4 -1)📄 Description
fixes https://github.com/imputnet/cobalt/issues/375
didn't se an open PR on the issue. Please close if this is already being worked on or not planned atm
demo:
https://github.com/user-attachments/assets/4fecb846-1ad0-4395-bf1c-7410ca07afe4
marked as draft because the way it's done rn is highly inefficient and parts like local processing and the UI needs more work
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.