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

[TASK] Implement backend logic to process uploaded videos and add subtitles

Open Mario-SO opened this issue 6 months ago • 0 comments

Description

Develop backend logic to handle video processing and subtitle addition using FFMPEG.

Related User Story

#633

Objectives

  • [ ] Set up FFMPEG integration for subtitle embedding using Livepeer API response
  • [ ] Implement temporary storage and cleanup for downloaded videos

Acceptance Criteria

  • [ ] Videos are successfully downloaded after Livepeer processing
  • [ ] FFMPEG correctly embeds subtitles into video metadata
  • [ ] New API endpoints for subtitle operations are functional
  • [ ] Downloaded videos are stored in a temp/ folder and deleted after processing

Additional Information

Ensure proper error handling and logging throughout the process. Consider implementing a job queue for processing multiple videos efficiently.

Mario-SO avatar Aug 05 '24 13:08 Mario-SO