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

Invert the encoding process #1029

Merged
merged 20 commits into from
Aug 2, 2024
Merged

Invert the encoding process #1029

merged 20 commits into from
Aug 2, 2024

Conversation

yuto-trd
Copy link
Member

Description

This pr allows the extension to fully control the encoding process, enabling the inversion of the order in which video and audio frames are passed. Previously, all video frames were passed first, followed by the audio frames. With this change, the order can now be adjusted as needed.

Breaking changes

  • MediaWriter class
  • IEncoderInfo interface
  • EncodingExtension class

Fixed issues

@yuto-trd yuto-trd added breaking-change area-extensibility Beutl.Extensibilityや拡張機能に関するIssue labels Jul 31, 2024
@yuto-trd yuto-trd marked this pull request as ready for review August 2, 2024 16:00
@yuto-trd yuto-trd merged commit 2199354 into main Aug 2, 2024
3 checks passed
@yuto-trd yuto-trd deleted the invert-encoding-proc branch August 2, 2024 16:08
@yuto-trd yuto-trd linked an issue Aug 2, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-extensibility Beutl.Extensibilityや拡張機能に関するIssue breaking-change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invert the encoding process
1 participant