trystyncote / scripted-video

This is a project that attempts to produce an animation-looking video based on a given script.
MIT License
0 stars 0 forks source link

Tweak how the script is dissected #1

Closed trystyncote closed 1 year ago

trystyncote commented 2 years ago

I want to make it so the members of the body section of the script are not literally just an HTML command in a string. I'm hoping for something adjacent to ["time", "2s 15f"], instead of [""].

trystyncote commented 2 years ago

Alternatively, I could use a dictionary for each 'chunk' for something alike to {"time": "2s 15f", · · · } as opposed to [["time", "2s 15f"], · · · ]

trystyncote commented 1 year ago

Closed because of the change in the script's formatting. This is still required, but will likely be defined when the timetable for the video is created.