Skip to content

Add start time argument to blur_video() #15

@dotcomstar

Description

@dotcomstar

Specify start time for processing the video, like 0:00 by default, or 10:15, etc.

Could do math to calculate the number of frames to skip, and run a check like

if count >= start_frame:
    process_frame()
else:
    pass

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions