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

Plans for v0.4 #18

Open
2 tasks
trystyncote opened this issue Jan 30, 2024 · 0 comments
Open
2 tasks

Plans for v0.4 #18

trystyncote opened this issue Jan 30, 2024 · 0 comments
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

Comments

@trystyncote
Copy link
Owner

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 to ImageReference. 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, so Properties may need to be split based on functionality, or Properties needs a way to understand when there is a confliction of when the properties have image-only, and audio-only, properties present.

  • AudioReference Implemented
  • Update to Properties

This is doubtlessly a big feature just by itself.

...!

There will be more features defined in the future, but I have no ideas yet. :)

@trystyncote trystyncote added pyANY Does not relate to a specific version of Python. !important This issue has been deemed more important. svFUTURE Relates to a future version of Scrivid, that is not the next one. labels Jan 30, 2024
@trystyncote trystyncote added this to the v0.4 milestone Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant