[master] Video export. Port PRs to master#32737
Closed
Eism wants to merge 52 commits intomusescore:masterfrom
Closed
[master] Video export. Port PRs to master#32737Eism wants to merge 52 commits intomusescore:masterfrom
Eism wants to merge 52 commits intomusescore:masterfrom
Conversation
ab8c6dd to
c0b51d3
Compare
Moved FFmpeg include paths from target-wide to specific source files to prevent header version conflicts.
copy of ffmpeg 6
copy of ffmpeg 5
only difference is: v4, v5: m_ffmpeg->codecCtx->frame_number v6, v7, v8: m_ffmpeg->codecCtx->frame_num
eba45a4 to
84ae078
Compare
Contributor
Author
|
will be ported in new PR #33099 |
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.
Todo:
See
[4.7] Video export. Step 1. Enabled video export in UI
[4.7] Video export. Step 2. Added dynamic ffmpeg loading
[4.7] Video export. Step 3. Added video encoders for ffmpeg v4-v8
[4.7] Video export. Step 4. Added title and "Made with..." to the exported video
[4.7] Video export. Step 5. Use AAC in exported video