Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(component,video): add task to embed audio to video #939

Merged
merged 5 commits into from
Dec 23, 2024

Conversation

memoryonrepeat
Copy link
Contributor

What this PR does:

  • Implement a pipeline task to embed an audio input to a video input. The end result is the original video with audio stream being replaced by the provided audio.

CC @xiaofei-du @pinglin

Copy link
Member

@donch1989 donch1989 left a comment

Choose a reason for hiding this comment

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

Hi @memoryonrepeat ,
Thanks for implementing this task. Could you add a few basic test cases first?
Thanks.

go.mod Show resolved Hide resolved
@memoryonrepeat
Copy link
Contributor Author

@donch1989 I have added some test cases as well.

@pinglin pinglin changed the title feat(component, video): Add task to embed audio to video feat(component,video): Add task to embed audio to video Dec 17, 2024
@pinglin pinglin changed the title feat(component,video): Add task to embed audio to video feat(component,video): add task to embed audio to video Dec 17, 2024
@memoryonrepeat memoryonrepeat marked this pull request as ready for review December 20, 2024 14:28
@donch1989 donch1989 merged commit 1aa40c2 into instill-ai:main Dec 23, 2024
11 checks passed
donch1989 pushed a commit that referenced this pull request Dec 23, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.49.1-beta](v0.49.0-beta...v0.49.1-beta)
(2024-12-23)


### Features

* **component,video:** add task to embed audio to video
([#939](#939))
([1aa40c2](1aa40c2))


### Bug Fixes

* **component,github:** fix data structs
([#944](#944))
([804e56a](804e56a))
* **mod:** update golang.org/x/net module to fix vulnerability issue
([a2db7de](a2db7de))


### Miscellaneous Chores

* release v0.49.1-beta
([51d676d](51d676d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants