Skip to content

Unable to change video fps #650

Open
@JustSimplyKyle

Description

@JustSimplyKyle

I wanna change my video fps without slowing down, essentially just dropping frames.
base codec is vp9.
I tried using ffmpeg_filter_args to do. -r 30, the encoder complains about frame mismatch
image
I then changed extra split to 300 instead of the default 600. Same exact problem.
Then I tried -filter:v fps=fps=30, same exact error.
Then I tried using vp9's fps filter, --fps=30/1, it works this time, but it slows down the footage by 50%(cause my original video is 60fps)
Even by combining vp9 fps filter + ffmpeg filter, it all comes down to the same problem.

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