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

[INS-2135] [Feature] Codec Operator #640

Open
1 task done
donch1989 opened this issue Sep 26, 2023 · 1 comment
Open
1 task done

[INS-2135] [Feature] Codec Operator #640

donch1989 opened this issue Sep 26, 2023 · 1 comment
Labels
vdp Created by Linear-GitHub Sync

Comments

@donch1989
Copy link
Member

donch1989 commented Sep 26, 2023

Is There an Existing Issue for This?

  • I have searched the existing issues

Project

Instill VDP

Is your Proposal Related to a Problem?

For image, video and audio, they have a lot of kinds of codec format, e.g. jpg, png, h264, h265, wmv, mp3, aac.

Each connector have different codec requirement for its input/output, we need to have a convertor to handle the format conversion in order to let two components with different codec requirements can be connected.

Describe Your Proposed Solution

We can implement a Codec Operator to handle the conversion.
For example, we can setup a Operator with configuration like this

{
  "input": {
    "input_format": "jpg",
    "output_format": "png",
    "input_data": "{ start.image }"
  }
}

Highlight the Benefits

No response

Anything Else?

No response

INS-2135

@github-actions
Copy link

This issue is available for anyone to work on.

✨ Thank you for your contribution! ✨

@donch1989 donch1989 changed the title [Feature] Codec Operator [INS-2135] [Feature] Codec Operator Sep 26, 2023
@pinglin pinglin transferred this issue from instill-ai/community May 19, 2024
@xiaofei-du xiaofei-du added vdp Created by Linear-GitHub Sync and removed instill vdp labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vdp Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

2 participants