Skip to content

Discourage the use of vf(select) as it's slow #559

Open
@ishitatsuyuki

Description

@ishitatsuyuki

av1an falls back to vf(select) if VS is not installed. Unfortunately it decodes the entire video until the crop point and is extremely wasteful of resources.

It should be either strongly discouraged from use or replaced with a proper trimming method (see https://stackoverflow.com/questions/18444194/cutting-the-videos-based-on-start-and-end-time-using-ffmpeg).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions