Plans for v0.4 #18
Labels
!important
This issue has been deemed more important.
pyANY
Does not relate to a specific version of Python.
svFUTURE
Relates to a future version of Scrivid, that is not the next one.
Milestone
This issue defines the plans for Scrivid version 0.4, which will primarily contain the
AudioReference
feature.AudioReference (#13)
AudioReference
is supposed to be a sister feature toImageReference
. It references the audio stream instead of the video stream, but both are meant to be in parallel. And sometimes you just want a well-timed sound effect to do with your visual change.AudioReference
is required to play nicely with the rest of the video-making process. It's likely going to be "drawn" in a different stream, after the video stream is finished with its drawing phase.This also comes with the side effect of changing
Properties
behaviour, requiring properties that only pertain to a specific type of reference, soProperties
may need to be split based on functionality, orProperties
needs a way to understand when there is a confliction of when the properties have image-only, and audio-only, properties present.AudioReference
ImplementedProperties
This is doubtlessly a big feature just by itself.
...!
There will be more features defined in the future, but I have no ideas yet. :)
The text was updated successfully, but these errors were encountered: