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

Support video codec profiles #134

Merged
merged 6 commits into from
Mar 31, 2024
Merged

Support video codec profiles #134

merged 6 commits into from
Mar 31, 2024

Conversation

rodlie
Copy link
Member

@rodlie rodlie commented Mar 30, 2024

This PR adds support for video codec profiles (encode).

The following codecs now support profiles:

  • H264 (baseline/main/high)
  • ProRes (proxy/lt/standard/hq/4444/xq)
  • AV1 (main/high/professional)
  • VP9 (0/1/2/3)
  • MPEG4 (simple/core/main)
  • VC1 (simple/main/complex/advanced)

Support for more codecs can be added later.

WARNING! This commit bumps the evformat (26). Project files saved with this version or later will not be compatible with earlier versions of Friction (or enve).

Fix #129

rodlie added 6 commits March 30, 2024 03:54
Adds support for video codec profile:

- H264 (baseline/main/high)
- ProRes (proxy/lt/standard/hq/4444/xq)
- AV1 (main/high/professional)
- VP9 (0/1/2/3)
- MPEG4 (simple/core/main)
- VC1 (simple/main(complex/advanced)

WARNING! This commit bumps the evformat. Project files saved with this commit or later will not be compatible with earlier versions of Friction (or enve).

This commit needs more testing before merged into main.

Ref: #129
Avoid potential issue with incompatible codec profile.

Ref: #129
Add fallback profile state, else old presets will default to 0 for profile (might be anything).
@rodlie rodlie added enhancement New feature or request ffmpeg labels Mar 30, 2024
@rodlie rodlie added this to the 0.9.6 milestone Mar 30, 2024
@rodlie rodlie merged commit b8c94af into main Mar 31, 2024
2 checks passed
@rodlie rodlie deleted the dev branch March 31, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ffmpeg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Render: Support codec profile
1 participant