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

Missing smooth position keyframes in FCPXML #321

Open
latenitefilms opened this issue Jan 8, 2024 · 0 comments
Open

Missing smooth position keyframes in FCPXML #321

latenitefilms opened this issue Jan 8, 2024 · 0 comments

Comments

@latenitefilms
Copy link
Contributor

latenitefilms commented Jan 8, 2024

Apple Feedback Assistant ID: FB13525010

DESCRIBE THE BUG:
FCPXML currently doesn't support smooth position keyframes.

For example, the default keyframe curve is smooth, but it doesn't contain any of the bezier curve data:

<param name="position">
    <keyframeAnimation>
        <keyframe time="6700/2500s" value="-5.71162 8.05393"/>
        <keyframe time="15900/2500s" value="66.2037 37.7778"/>
    </keyframeAnimation>
</param>

TO REPRODUCE:

  • Create a new Library
  • Create a new Project
  • Add a video to the project
  • Create a position keyframe at the start of the clip
  • Go to the end of the clip and move the video in the Viewer
  • Modify the bezier curves for the keyframes
  • Export a FCPXML
  • Re-import the FCPXML
  • The original project will be visually different to the imported project.

EXPECTED BEHAVIOUR:
FCPXML should support "smooth" keyframes.


SPECS:

  • 2021 16-inch MacBook Pro (M1 Max, 64GB RAM, 8TB SSD)
  • macOS Sonoma 14.1.2
  • Final Cut Pro 10.7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant