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

High Impact - Support creating clips from timestamp ranges #20

Open
mickmister opened this issue Jun 11, 2020 · 0 comments
Open

High Impact - Support creating clips from timestamp ranges #20

mickmister opened this issue Jun 11, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mickmister
Copy link
Member

One proposal:
For a comment that has a timestamp range like 0:34 - 3:22, hovering over the dash should show a tooltip that says "Create Clip". It also has a textbox that lets you type in the name of the clip.

Submitting the form tells the backend to use AWS's encoder to trim the audio. Then a new post is made with the audio like This clip was made from fun.mp3, with the range 0:34 - 3:22, and clicking that fun.mp3 file link will open the audio player for the source post with the comments. Need to make it so that timestamp range is not converted to a mattermusic link on this post though. Maybe just don't mention the range.

To prevent duplicate clips, we can put a prop on the source post to designate that a clip has been made with that timestamp range. Something like {"clips_made": ["0:34-3:22"]}

@mickmister mickmister added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jun 21, 2023
@mickmister mickmister changed the title Support creating clips from timestamp ranges High Impact - Support creating clips from timestamp ranges Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant