streameth-platform icon indicating copy to clipboard operation
streameth-platform copied to clipboard

Clipping engine

Open Eric-Vondee opened this issue 1 year ago • 2 comments

Pull Request Template

Title

Implement Custom Video Clipping Engine

Type of Change

  • [x] New feature ✨
  • [ ] Bug fix 🐛
  • [ ] Documentation update 📝
  • [ ] Refactoring ♻️
  • [ ] Hotfix 🚑️
  • [ ] UI/UX improvement 💄

Description

This PR introduces a custom video clipping engine that enhances our video processing capabilities:

  • Utilizes ffmpeg for precise video trimming based on specified start and end times
  • Implements seamless upload functionality to Livepeer
  • Adds automatic session assetId updates post-upload

Testing

[Detail the testing you have performed to ensure that these changes function as intended. Include information about any added tests.]

Impact

  • Improved video processing workflow
  • Enhanced control over video content

Checklist

  • [x] My code adheres to the coding and style guidelines of the project.
  • [ ] I have performed a self-review of my own code.
  • [x] I have commented my code, particularly in hard-to-understand areas.
  • [x] I have made corresponding changes to the documentation.
  • [x] My changes generate no new warnings

Eric-Vondee avatar Oct 01 '24 09:10 Eric-Vondee

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
streameth-platform ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2024 6:44am

vercel[bot] avatar Oct 01 '24 09:10 vercel[bot]

We cannot clip youtube because it doesnt return the hls timestamps -> This also leads to the Slider not working because it depends on that

Mario-SO avatar Oct 08 '24 09:10 Mario-SO