Skip to content

Fix FCPX format output for fractional timestamps#37

Merged
OwenYou merged 1 commit intoOwenYou:mainfrom
UltraBlur:main
Nov 10, 2025
Merged

Fix FCPX format output for fractional timestamps#37
OwenYou merged 1 commit intoOwenYou:mainfrom
UltraBlur:main

Conversation

@UltraBlur
Copy link
Contributor

Fixed a bug in _convert_to_output_fcpx method where the denominator of fractional timestamps was missing the forward slash separator.

Previously, fractional timestamps like Fraction(5, 2) would output as "52s" instead of the correct FCPX format "5/2s".

This fix ensures the denominator includes the "/" prefix when the timestamp is not an integer, producing valid FCPX time format.

Fixed a bug in _convert_to_output_fcpx method where the denominator of fractional timestamps was missing the forward slash separator.

Previously, fractional timestamps like Fraction(5, 2) would output as "52s" instead of the correct FCPX format "5/2s".

This fix ensures the denominator includes the "/" prefix when the timestamp is not an integer, producing valid FCPX time format.
@OwenYou OwenYou merged commit 98f3fe9 into OwenYou:main Nov 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants