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

Remove video or audio from a track #1009

Open
Arnei opened this issue Mar 28, 2023 · 2 comments · May be fixed by #1230
Open

Remove video or audio from a track #1009

Arnei opened this issue Mar 28, 2023 · 2 comments · May be fixed by #1230
Labels
type:enhancement New feature or request

Comments

@Arnei
Copy link
Member

Arnei commented Mar 28, 2023

The track view allows users to "delete" tracks if there are multiple tracks in the event. However, it would be nice if the track view would allow to remove only the video or only the audio from a track. For example, you might want to remove the video from a presenter track if the presenter does not want to appear in the recording, but keep the audio from the track.

@Arnei Arnei added type:enhancement New feature or request oc_summit_2023 labels Mar 28, 2023
@Arnei
Copy link
Member Author

Arnei commented Mar 28, 2023

This feature was present in the old editor. As far as I know it is not present in the new editor due the feature being bugged in the backend. Meaning this issue is not "just" frontend work, but will likely require somewhat extensive work in the backend.

@snoesberger
Copy link
Contributor

This is a common use case at our institution. We have a lot of dual stream recordings and users sometimes want to publish just the presentation track or even just the audio without the video.

Perhaps this discussion about track selection in the old editor might be of interest:
opencast/opencast#5023

Arnei added a commit to Arnei/opencast-editor that referenced this issue Dec 14, 2023
In the "Tracks" view, instead of de-/selecting the whole track,
the video and audio streams can be de-/selected individually.
At least one video stream must remain selected. All audio streams
can be deselected. If the audio stream is marked as unavailable,
it cannot be de-/selected.

Shows the waveform from the timeline for a graphical representation
of the audio stream. However, there will only be one waveform
generated for the timeline, so in case of additional tracks a
placeholder image will be shown instead.

Resolves opencast#1009. opencast#1009 also mentions potential issues in the backend,
while this PR only addresses the frontend. From my limited testing
the backend seems fine when using the default community workflows
(no errors, the correct streams get published). If there are any users
around that are still using the track selection feature in the old
editor, and that are aware of any backend issues, please do tell me
about them.
@Arnei Arnei linked a pull request Dec 14, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this to To be discussed in OC-16 Sprint Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request
Projects
Status: To be discussed
Development

Successfully merging a pull request may close this issue.

3 participants