@orchetect
Currently, we use FCPXML to determine the image extraction points. I wonder what if we can have another method, a Non-Marker Profile for the image extraction?
Under Non-Marker profile we can have 2 modes, Count and Interval.
Example :
Count Mode

If the user specifies a count (e.g., 5), our extraction library/CLI will calculate the total duration of the video clip, divide it by the specified count, and use the derived time-codes to extract images at evenly spaced intervals.
Interval Mode

If the user specifies a time interval (e.g., 60 seconds), our extraction library/CLI will calculate the total duration of the video clip and extract images at every specified interval throughout the clip.
In terms of Marker Data's UI, we can have a new tab Non-Marker under Image. It can be only be selectable if Non-Marker Profile is selected.
For this profile, we don't create any .csv or .json.
This feature can be extremely useful for rapid image extraction especially for cataloguing and stock footages.
@orchetect
Currently, we use
FCPXMLto determine the image extraction points. I wonder what if we can have another method, aNon-MarkerProfile for the image extraction?Under
Non-Markerprofile we can have 2 modes,CountandInterval.Example :
Count Mode
If the user specifies a count (e.g., 5), our extraction library/CLI will calculate the total duration of the video clip, divide it by the specified count, and use the derived time-codes to extract images at evenly spaced intervals.
Interval Mode
If the user specifies a time interval (e.g., 60 seconds), our extraction library/CLI will calculate the total duration of the video clip and extract images at every specified interval throughout the clip.
In terms of Marker Data's UI, we can have a new tab
Non-Markerunder Image. It can be only be selectable ifNon-MarkerProfile is selected.For this profile, we don't create any
.csvor.json.This feature can be extremely useful for rapid image extraction especially for cataloguing and stock footages.