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

Automatic V3 for HEVC #90

Merged
merged 3 commits into from
Dec 29, 2019
Merged

Conversation

jcdr428
Copy link
Collaborator

@jcdr428 jcdr428 commented Dec 27, 2019

This patch allows tsMuxer to automatically switch to Blu-ray V3 when HEVC is detected.
The -v3 option is still needed to manually select blu-ray V3 version for AVC. However IMO it would be better to select the GUI V3 option in the tab "Blu-ray", rather than the two added UHD radio buttons on the main tab.

This patch allows tsMuxer to automatically switch to Blu-ray V3 when HEVC is detected.
@justdan96
Copy link
Owner

Great! I can take a quick look at the GUI code in the next few days - or is that in the pipeline?

tsMuxer/muxerManager.h Outdated Show resolved Hide resolved
As noted by @xavery, m_HevcFound is already a bool. The cast is redundant.
@jcdr428
Copy link
Collaborator Author

jcdr428 commented Dec 28, 2019

Great! I can take a quick look at the GUI code in the next few days - or is that in the pipeline?
@justdan96 I haven't installed Qt5, so if you can make the change in the GUI this would be great.

Keep HevcFound value to true.
@justdan96 justdan96 added enhancement New feature or request wip Work in Progress labels Dec 29, 2019
@jcdr428
Copy link
Collaborator Author

jcdr428 commented Dec 29, 2019

@xavery the patch is complete. The modification to the GUI is a "nice to have" item which can be done separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wip Work in Progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants