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

create a yaml config file for creating artbox projects #14

Open
xmnlab opened this issue Jan 3, 2024 · 0 comments
Open

create a yaml config file for creating artbox projects #14

xmnlab opened this issue Jan 3, 2024 · 0 comments

Comments

@xmnlab
Copy link
Member

xmnlab commented Jan 3, 2024

version: 0.1  # spec version
name: OSL Happy New Year  # project name

scenes:
  - start: 0  # milliseconds
    end: 1000  # milliseconds
    text: 
      content: Happy New Year 2024
      effects:
        - type: shadow  # possible options: outline, shadow, reflection, glow, bevels
          size: 0.3  # px
          color: "#fafafa"
    voice:
      from-text: true  # default false
      speed: 1.0  # 1.0 is the normal speed
      lang: en
      engine: edge-ts  # default: edge-ts, options: edge-ts, gts
      kind: ...  # TBD
    background:
      layers:
        - kind: youtube  # current options are: youtube, file, url
          source: https://www.youtube.com/watch?v=4i8hbDnM52Q
          repeat: true  # default true
          keep-audio: false  # default false
       - kind: file
         source: ./images/logo.png
         size: 100  # px
         x: 100  # px
         y: 100  # px
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