Added ability to change video tracks#1607
Open
ItsMeSamey wants to merge 6 commits intoanilbeesetti:mainfrom
Open
Added ability to change video tracks#1607ItsMeSamey wants to merge 6 commits intoanilbeesetti:mainfrom
ItsMeSamey wants to merge 6 commits intoanilbeesetti:mainfrom
Conversation
Owner
|
@ItsMeSamey Thanks for the PR. Can you add screen recording of the feature and some test video to test the feature |
8f7f23e to
ef1c564
Compare
Author
|
Test file: named_tracks.zip has 3 video tracks red(30s), green(60s) and blue(120s) Demo: recording_20260221_183012.mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some videos may have multiple video tracks, this pr adds the ui and functionality to change video tracks for the videos that have multiple of them.
Example use case:
My university lectues are presented on 2 screens, the recordings made available have 2 video streams as well.
Sometimes, due to some malfunction, one of the screens may fails to record the video, so i need to switch the video streams in order to see the video being presented.
Note: this changes the 3_4 migration (since the migration is new and has not been pushed in release yet, this should not be an issue).