-
Notifications
You must be signed in to change notification settings - Fork 43
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
Wrong audio track selected so I can't hear the presenter audio when editing #1475
Comments
IMO, those problems should be solved beforehand in the workflow. E.g. you can remove the audio stream from the presentation track. IMO, the editor should not make an assumption about what audio stream the primary is. |
Why not make the assumption and take the presenter as the audio? Else could you please provide me with an example workflow to remove the audio from the presentation file? |
Sorry, @slaudel, I didn't have time to answer (I have seen your mail and the comment here). So this is untested, but this should remove the audio track from <operation
id="tag"
description="Rename flavor of presentation">
<configurations>
<configuration key="source-flavors">presentation/source</configuration>
<configuration key="target-flavor">presentation/source+original</configuration>
<configuration key="target-tags">archive</configuration>
</configurations>
</operation>
<operation
id="encode"
description="Remove audio from presentation">
<configurations>
<configuration key="source-flavor">presentation/source+original</configuration>
<configuration key="target-flavor">presentation/source</configuration>
<configuration key="target-tags">archive</configuration>
<configuration key="encoding-profile">video-only.copy</configuration>
</configurations>
</operation> This can be included in your ingest workflow. The original file will still be archived under the flavor |
Thanks @mtneug, I tried it and it worked in that the audio is removed from the (new) presentation. |
We upgraded to Opencast 16 this summer. Now that the lectures have started again, we can not cut our automatic recordings because we can't hear the presenter audio.
I refer to my posting on the google list: https://groups.google.com/a/opencast.org/g/users/c/sou65c6oFGA.
I know what the problem is, but can not solve it. The recorded presentation file also contains an audio stream which mostly is empty, but sometimes could contain the presentation/computer audio.
So I think, the editor should better pick the presenter file for audio or needs a switch so one could switch between both tracks.
Could I manually tell the editor to use the presenter audio? Or could I switch to the old editor? I need to cut the recordings.
On the google list #1376 was mentioned, but this does not work for us, because as I wrote, both recordings contain an audio track.
The text was updated successfully, but these errors were encountered: