[PR #350] [CLOSED] add support for "clips" / trimming videos #1108

Closed
opened 2025-11-09 10:05:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/350
Author: @dumbmoron
Created: 2/10/2024
Status: Closed

Base: currentHead: trimming


📝 Commits (4)

  • 7f563ef cut: initial prototype
  • 7df43c4 stream: generalize/decompose somewhat
  • 6835bc4 cut: use ffmpeg-static
  • 24dcea3 all: initial clip scaffolding

📊 Changes

7 files changed (+369 additions, -47 deletions)

View changed files

📝 package.json (+1 -0)
📝 src/modules/processing/matchActionDecider.js (+6 -1)
src/modules/stream/cut.js (+272 -0)
📝 src/modules/stream/manage.js (+4 -0)
src/modules/stream/shared.js (+38 -0)
📝 src/modules/stream/stream.js (+4 -1)
📝 src/modules/stream/types.js (+44 -45)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/350 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 2/10/2024 **Status:** ❌ Closed **Base:** `current` ← **Head:** `trimming` --- ### 📝 Commits (4) - [`7f563ef`](https://github.com/imputnet/cobalt/commit/7f563ef485c5cf2e8b6f8ca54aa23a9fd658b7b1) cut: initial prototype - [`7df43c4`](https://github.com/imputnet/cobalt/commit/7df43c43c4e32c995e2fdc8e6f8292e93804a693) stream: generalize/decompose somewhat - [`6835bc4`](https://github.com/imputnet/cobalt/commit/6835bc4bdb53e9cb1574233d7ef2cb7df95ceeef) cut: use ffmpeg-static - [`24dcea3`](https://github.com/imputnet/cobalt/commit/24dcea3490e11f422ba327472a6b83263915a079) all: initial clip scaffolding ### 📊 Changes **7 files changed** (+369 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -0) 📝 `src/modules/processing/matchActionDecider.js` (+6 -1) ➕ `src/modules/stream/cut.js` (+272 -0) 📝 `src/modules/stream/manage.js` (+4 -0) ➕ `src/modules/stream/shared.js` (+38 -0) 📝 `src/modules/stream/stream.js` (+4 -1) 📝 `src/modules/stream/types.js` (+44 -45) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:05:55 -06:00
Sign in to join this conversation.