-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Allow Markers on Clip Start and End #56
Comments
It looks like it's just excluding markers that are exactly on a clip boundary right now. It would probably be easy just to include them always. I don't see why we would need a separate flag for it. |
It would be great if no separate flag is needed. Thank you. |
I believe there is a small difference? Yes, enabling But, it would also include other markers when the user has specifically Trimmed the clips |
I'm not talking about that. I mean under normal use we should just allow markers on a clip start or end. |
Oh Yes. Noted. We should allow markers on a clip start or end by default. |
This is implemented and will be in next release (0.2.4). |
Just tested this on latest 0.2.4 build. It works now! I will close this issue for now. |
@orchetect There are many FCP users who places Markers on
Titles
as workaround for "movable" Markers. It is defiantly an effective workaround. They like to place the Markers on the very first frame of theTitle
.And they also like to place those tiles underneath the video clip. This provides more flexibility to the users.
Right now our Tool does not entirely support Markers on Titles specific to this workflow.
We should include and support this workflow. Can we have a switch for is? For example
--markers-on-titles
.When enable, our tool would basically take the TIMECODE position from the Marker and apply it on the Video file for image extraction. It would still extract all the metadata as per usual for the CSV or JSON.
Sample - FCPXML
Markers on Titles.fcpxmld.zip
The text was updated successfully, but these errors were encountered: