Skip to content

Add Video Downsampling Step#3

Open
amirtaslimi wants to merge 17 commits into
msinamsina:mainfrom
amirtaslimi:main
Open

Add Video Downsampling Step#3
amirtaslimi wants to merge 17 commits into
msinamsina:mainfrom
amirtaslimi:main

Conversation

@amirtaslimi

Copy link
Copy Markdown

Implemented a new preprocessing step, VideoDownsamplingStep, that allows users to downsample videos using ffmpeg.

Integrated ffmpeg_downloader to handle FFmpeg installation automatically.

Added tests to validate functionality.

Fix CI pipeline issues by updating flake8 and isort configurations.

Fixes #1


import ffmpeg_downloader as ffdl

from ai_graph.step.base import BasePipelineStep

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relative import needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add configurable video downsampling step (ffmpeg-based) to AI-Graph pipelines

2 participants