Open
Description
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
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.
Metadata
Metadata
Assignees
Labels
No labels
Activity