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

read input from json #2

Open
safhac opened this issue Oct 5, 2021 · 0 comments
Open

read input from json #2

safhac opened this issue Oct 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@safhac
Copy link
Owner

safhac commented Oct 5, 2021

currently the input is hard coded, implement the ability to parse json input file e.g:

{
   manifest: [],
   i_dir: '',
   o_file_:'',
   meta: [],
   ....
   engine: 'moviepy',
   driver: '',
   resolution:'',
   duration: 0, 
   framerate: 25,
   ..
   shaders:[]
   data: [
      {
      f_path: '',
      f_name: '',
      f_type: '',
      f_duration: 0,
      f_args: {
         ...
         },
      shaders: []
      ]
}
@safhac safhac added the enhancement New feature or request label Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant