Skip to content

I am using ffmpeg in android but taking much time to crop the video #374

@sonantgithub

Description

@sonantgithub

String[] commondForCropingVideoFast = {"-i", "/storage/emulated/0/Movies/sample.mp4", "-vf", "crop=" + 1080 + ":" + 1600 + ":" + 0 + ":" + 350, "-strict", "experimental", "-vcodec", "libx264", "-preset", "ultrafast", "/storage/emulated/0/Movies/cropped.mp4"};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions