Metadata-Version: 2.4
Name: fcp-marker-trimmer
Version: 0.0.2
Summary: Removes Markers placed outside asset-clip range for performance optimization on larger Projects.
Author-email: Sugil Steve Lee <sugilmath@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/leesugil/fcp-marker-trimmer
Project-URL: Issues, https://github.com/leesugil/fcp-marker-trimmer/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fcp-math>=0.0.2
Requires-Dist: fcp-io>=0.0.2
Dynamic: license-file

# fcp-marker-trimmer
Removes Markers placed outside asset-clip range for performance optimization on larger Projects.

Each time you execute Blade on a clip, FCP copies all Marker-related information to the new Clip. That's why it gets exponentially slow when there are (many) Markers already placed on your big Project clips and user executes Blade actions. For example, when removing silent parts of your video.

This package solves such technical problem.
