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

autovmaf wants to change profile parameters through its interface. OSAAS api gets the profile from http. Make a decision and implement. #62

Open
oshinongit opened this issue Oct 19, 2023 · 1 comment

Comments

@oshinongit
Copy link

oshinongit commented Oct 19, 2023

OSAAS encore api profile parameter description
User can provide a url to a profiles file on instance creation. If no such url is provided a url to default profiles is used.

If this is the case, then the user is required to have the profile hosted on http? Right now the default profiles are on github. I assume similar hosting would be required if one was to use their own profile.yml. As autovmaf is designed today, the user expects to have the ability to affect the resolution and bitrate of the transcoding output through the autovmaf interface. How do we want to solve this?

Local profile.yml pushed somewhere where the OSAAS encore api can access it?

Deliverable
Should be able to start a job in exact same process flow as local and aws pipelines. This likely implies that we will need some way for the autovmaf job parameters to be pushed to the hosted encore profile. Current control flow is that a .yml profile is stored on github or other http host, thereby accessible by the encore OSAAS api?

https://svt.github.io/encore-doc/#profiles
As described by the SVT encore documentation
A Profile can be seen as a general abstraction of an FFmpeg configuration - example, bitrate to use, thumbnail generation, the codec to use.
A Profile specifies a big part of the configuration used by an Encore Job - metadata, FFmpeg configuration and specific codec configuration.
A Profile is specified in the yaml-format.

@oshinongit oshinongit changed the title Start job using autovmaf job model using encore profile use autovmaf job parameters to create an encore job profile Oct 19, 2023
@oshinongit oshinongit changed the title use autovmaf job parameters to create an encore job profile Investigate on how to push new profiles to the encore OSAAS api and then implement. Oct 19, 2023
@oshinongit oshinongit changed the title Investigate on how to push new profiles to the encore OSAAS api and then implement. Investigate on how to push new profiles to the encore OSAAS api and then implement it. Oct 19, 2023
@oshinongit oshinongit changed the title Investigate on how to push new profiles to the encore OSAAS api and then implement it. Investigate on how to push new profiles to the encore OSAAS api and then implement it Oct 19, 2023
@oshinongit oshinongit changed the title Investigate on how to push new profiles to the encore OSAAS api and then implement it autovmaf wants to change profile parameters through its interface. OSAAS api gets the profile from http. Take a decision and implement. Oct 19, 2023
@oshinongit oshinongit changed the title autovmaf wants to change profile parameters through its interface. OSAAS api gets the profile from http. Take a decision and implement. autovmaf wants to change profile parameters through its interface. OSAAS api gets the profile from http. Make a decision and implement. Oct 19, 2023
@oshinongit
Copy link
Author

oshinongit commented Nov 3, 2023

We have a draft issue here: https://github.com/orgs/Eyevinn/projects/17/views/1?pane=issue&itemId=43049058
detailing a small change to the encore api in our fork that allows the encore api to accept a profile.yml in string format.

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

No branches or pull requests

1 participant