roboflow / awesome-openai-vision-api-experiments

Must-have resource for anyone who wants to experiment with and build on the OpenAI vision API 🔥
1.65k stars 130 forks source link

Finished video and audio merging for automated audio commentary over … #9

Closed JVPC0D3R closed 1 month ago

JVPC0D3R commented 1 year ago

…NBA Games

Description

This update introduces a significant refactoring of the existing code for extracting and comparing the durations of video and audio files using FFMPEG. The main goal of this change is to automate video and audio merging process.

Previously, the script utilized direct shell commands (!ffmpeg) for extracting durations. This update finishes and automates the merging process by incorporating the Python subprocess module and structuring the code into more manageable functions.

Dependencies

Type of Change

The refactoring primarily focuses on replacing inline shell commands with Python's subprocess module for better error handling and data processing. Additionally, the introduction of a dedicated function for duration extraction (get_duration) and

How has this change been tested, please provide a testcase or example of how you tested the change?

I've tested this change on several videos and audios, and also on the original NBA youtube video.